summaryrefslogtreecommitdiff
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 #12091 from pgavlin/TailCallStress11689Pat Gavlin1-2/+5
2017-06-05Merge pull request #11884 from mikedn/arm-cmp-setccPat Gavlin8-232/+90
2017-06-05Merge pull request #12072 from ellismg/update-buildtoolsMatt Ellis1-1/+1
2017-06-05Merge pull request #12085 from dotnet/Clean_up_properties_sent_for_Publish_bu...Matt Galbraith1-7/+7
2017-06-05Disable tail call stress in GH_11689 if ZapDisable is enabled.Pat Gavlin1-2/+5
2017-06-05Make all publish legs of CoreCLR uniform and match existing ones. Previously...Matt Galbraith1-7/+7
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-02Update BuildToolsMatt Ellis1-1/+1
2017-06-02Merge pull request #12064 from rartemev/fix_bash_script_issuesRoman Artemev2-4/+3
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 Majid4-9/+31
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 Gillespie50-849/+1396
2017-06-02attempt to fix r2r test failuresRoman Artemev2-4/+3
2017-06-02Merge pull request #11803 from BruceForstall/FixRuntestBruce Forstall1-21/+38
2017-06-02fix SleepEx(0,false) on Linux (#12057)Xiangyang (Mark) Guo4-0/+12
2017-06-02Return 0 on success from GC Reliability Framework scripts (#11990)Sean Gillespie3-11/+29
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