summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-06-05Merge pull request dotnet/corert#3793 from dotnet/nmirrorJan Kotas2-3/+14
2017-06-05Disable AppDomainLeaks configuration option for now until it is removed (#12095)Sean Gillespie1-1/+6
2017-06-05Merge pull request #11205 from mskvortsov/FixFloatingLdStBrian Sullivan10-241/+240
2017-06-05Merge pull request #11884 from mikedn/arm-cmp-setccPat Gavlin8-232/+90
2017-06-05Inline YieldProcessor on Linux (#12058)Xiangyang (Mark) Guo6-84/+12
2017-06-05More ldar/stlr supportSteve MacLean, Qualcomm Datacenter Technologies, Inc1-0/+6
2017-06-05[Arm64] Add emitInsTargetRegSize support for ldar/stlrSteve MacLean, Qualcomm Datacenter Technologies, Inc1-0/+6
2017-06-05Merge pull request #12025 from hseok-oh/ryujit/remorph_filedlistCarol Eidt1-5/+13
2017-06-05Update morph.cppHyeongseok Oh1-2/+0
2017-06-05Fix an excess allocation of internal registersMikhail Skvortcov1-20/+27
2017-06-05Forbid making lea contained for vstr/vldrMikhail Skvortcov3-7/+50
2017-06-05Modify genCreateAddrMode to make it behave the same way as on arm64Mikhail Skvortcov1-12/+12
2017-06-05Adapt shared genLeaInstruction for arm32Mikhail Skvortcov4-10/+31
2017-06-05Remove arm32's genLeaInstructionMikhail Skvortcov1-27/+0
2017-06-05Move arm64's genLeaInstruction into codegenarmarch.cppMikhail Skvortcov2-125/+125
2017-06-05Revert commit dfca51c6Mikhail Skvortcov2-48/+3
2017-06-05Revert and remove isReMorph argumentHyeongseok Oh2-28/+7
2017-06-03Additional fix for ETW failure in 32 process on 64 bit machines. (#12022)Vance Morrison1-1/+1
2017-06-02Merge pull request #12068 from omajid/masterMatt Ellis1-1/+1
2017-06-02Remove relocations from SECTION_MethodDesc for ngened images for fields acces...gbalykov13-21/+211
2017-06-02Call sched_yield directly for Sleep(0) (#12063)Koundinya Veluri4-12/+1
2017-06-02Fix typo in CRL_CMAKE_WARNINGS_ARE_ERRORSOmair Majid1-1/+1
2017-06-02fix procCount assertion (#12065)Xiangyang (Mark) Guo1-2/+2
2017-06-02Tiny typo in TaskCompletionSource xml comment (#12066)Bar Arnon1-1/+1
2017-06-02Add support for not breaking *nix build on warnings (#12039)Omair Majid1-1/+7
2017-06-02Merge pull request dotnet/corert#3745 from dotnet/nmirrorJan Kotas4-0/+30
2017-06-02Merge pull request #11699 from swgillespie/local-gc-branch-mergeSean Gillespie47-847/+1384
2017-06-02fix SleepEx(0,false) on Linux (#12057)Xiangyang (Mark) Guo4-0/+12
2017-06-02Merge pull request #11957 from sjsinju/spill_temp_sizeCarol Eidt1-0/+9
2017-06-02Merge pull request #12003 from sjsinju/reg1_reg2_planBCarol Eidt1-27/+29
2017-06-02Add support for flat vtables in RyuJIT (#12041)Michal Strehovský4-10/+20
2017-06-02Fix a bug in LoadNativeStringResource to honor the contract properly when the...Yi Zhang (CLR)3-3/+14
2017-06-02Invoke jitShutdown during ProcessShutdownWork (#12054)Jonghyun Park1-2/+2
2017-06-02Delete long compare support from ARM32 codegenMike Danes3-220/+24
2017-06-02Enable long relop lowering for ARM32Mike Danes1-11/+0
2017-06-02Add ARM32 support for GT_SETCC/GT_CMP/GTF_SET_FLAGSMike Danes6-2/+67
2017-06-01[x64/Linux] Fix FEATURE_INTERPRETER Release build (#12046)Jonghyun Park1-1/+3
2017-06-02Fix formatting and bugHyeongseok Oh2-4/+8
2017-06-02Remove updating nextSlotNum in remorphing phaseHyeongseok Oh2-2/+20
2017-06-02Modify commentssjsujinkim1-1/+2
2017-06-02Fix formattingHyeongseok Oh1-2/+2
2017-06-01Fix optdata restore functionality (#11935)Daniel Podder2-0/+30
2017-06-01Ensure that platform is considered for LongPlatformName instead of PackagePla...Karthik Rajasekaran1-2/+2
2017-06-01Fix 11991 (#12013)Sergey Andreenko1-3/+6
2017-06-01Fix warnings on 32-bit platformsSean Gillespie1-4/+4
2017-06-01Merge pull request #11959 from hqueue/arm/ryujit/11779Carol Eidt2-7/+74
2017-06-01Merge pull request #11876 from hqueue/arm/ryujit/merge_lowerarmarchPat Gavlin3-162/+126
2017-06-01[Local GC] Remove uses of g_SystemInfo from the GC (#11628)Sean Gillespie10-37/+86
2017-06-01[Local GC] Obtaining configuration information (#11379)Sean Gillespie20-293/+475
2017-06-01[Local GC] Add async pinned handle methods to the handle interface (#11569)Sean Gillespie9-20/+101