platform/upstream/coreclr.git
2017-07-12 Pat GavlinFix a build break.
2017-07-12 Pat GavlinImplement a new approach for SIMD8/LONG interactions...
2017-07-12 Bruce ForstallMerge pull request #12654 from wateret/armel/gtcopy_put...
2017-07-12 Bruce ForstallMerge pull request #12762 from wateret/fix-legacy-12686
2017-07-12 Bruce ForstallMerge pull request #12708 from YongseopKim/ryujit/arm32...
2017-07-12 Pat GavlinMerge pull request #12741 from pgavlin/IRDocs
2017-07-12 Pat GavlinAddress PR feedback.
2017-07-12 Hanjoung Lee[LegacyJIT/ARM] Fix RegSet assert failure
2017-07-12 Yongseop Kim[RyuJIT/ARM32] Add NYI_ARM for promoted struct to genPu...
2017-07-12 Stephen ToubMerge pull request #12749 from stephentoub/remove_cts_t...
2017-07-12 Stephen ToubMerge pull request #12752 from dotnet-maestro-bot/maste...
2017-07-12 dotnet-maestro-botUpdate CoreClr, CoreFx to preview2-25511-05, preview2...
2017-07-11 Carol EidtMerge pull request #12680 from CarolEidt/RefactorContain
2017-07-11 Eugene RozenfeldMerge pull request #12735 from erozenfeld/RecursiveTail...
2017-07-11 Carol EidtPR feedback
2017-07-11 Brian SullivanMerge pull request #12730 from briansull/remove-ibc...
2017-07-11 Chris RummelMerge pull request #12746 from crummel/updateBuildTools...
2017-07-11 Stephen ToubRemove ThrowExceptionIfDisposedCancellationTokenSource...
2017-07-11 Bruce ForstallMerge pull request #12732 from wateret/fix-runtestdesc
2017-07-11 Chris RummelUpdate BuildTools to fix output path for signing.
2017-07-11 Sergey AndreenkoDelete bitset iterators defines (#12642)
2017-07-11 Carol EidtMerge pull request #12729 from CarolEidt/Fix12724
2017-07-11 Bertrand MermetFix typo in method-descriptor.md (#12742)
2017-07-11 Pat GavlinMerge pull request #12743 from pgavlin/RemoveUseDef
2017-07-11 Mike McLaughlinFix crossgen debug directory generation problems. ...
2017-07-11 Wes HaggardMerge pull request #12695 from dotnet-maestro-bot/maste...
2017-07-11 Pat GavlinRemove `GTF_VAR_USEDEF`.
2017-07-11 Daniel PodderFix build.sh break by poorly timed dotnet first time...
2017-07-11 Carol EidtExtract Lowering of SIMD12 locals
2017-07-11 Pat GavlinUpdate the RyuJIT IR documentation.
2017-07-11 dotnet-maestro-botUpdate CoreClr, CoreFx to preview2-25510-01, preview2...
2017-07-11 Eugene RozenfeldFix for a bug in tail recursion elimination.
2017-07-11 Hanjoung LeeRemove duplicated description in runtest.sh
2017-07-11 Brian SullivanRemove m_pIBCErrorNameString and IBCErrorNameString()
2017-07-11 Bruce ForstallMerge pull request #12670 from parjong/fix/SOS_StackWalk
2017-07-11 Carol EidtExtract containment analysis
2017-07-11 Carol EidtMerge pull request #12722 from CarolEidt/DumpFixes
2017-07-10 Carol EidtMerge pull request #12674 from CarolEidt/LowerStoreLoc
2017-07-10 Vance MorrisonChange heading size
2017-07-10 Bruce ForstallMerge pull request #12628 from hseok-oh/ryujit/fix_12602
2017-07-10 Vance MorrisonPut in a warning that the instructions no longer work...
2017-07-10 Vance MorrisonRemove another reference to System.Private.Corelib...
2017-07-10 Vance MorrisonRemove reference to System.Private.Corelib.ni.dll
2017-07-10 William GodbeMerge pull request #12580 from wtgodbe/disableSync
2017-07-10 Carol EidtA couple more fixes to JitDump
2017-07-10 Brian SullivanMerge pull request #12716 from dotnet-bot/from-tfs
2017-07-10 Pat GavlinSpeed up fgLocalVarLiveness in minopts. (#12665)
2017-07-10 William GodbeMerge pull request #12717 from wtgodbe/disableJITTestArm
2017-07-10 Aditya MandaleekaMerge pull request #12712 from helloguo/errorHandle
2017-07-10 wtgodbedisable hijacking test for Arm32
2017-07-10 Chris RummelAdd symbol signing to published packages. (#12291)
2017-07-10 wtgodbeDisable sync.cmd -n for Windows binaries
2017-07-10 Daniel PodderFix optdata bootstrap test script & Linux skiprestoreop...
2017-07-10 Bruce ForstallMerge pull request #12710 from hseok-oh/ryujit/fix_12703
2017-07-10 Brian SullivanUpdate the telemetry logging to use MEASURES instead...
2017-07-10 Hyeongseok Oh[RyuJIT/ARM32] Fix register allocation for split GT_FIE...
2017-07-10 helloguofix error handle
2017-07-10 Carol EidtMerge pull request #12572 from wateret/armel/dblarg_stack
2017-07-10 Hyung-Kyu Choi[RyuJIT/ARM32] Avoid promoting structures which can...
2017-07-09 Petr OnderkaNote that tests don't have to be built to view JIT...
2017-07-09 Jan KotasUnify LazyInitializers with CoreRT (#12697)
2017-07-09 Viktor HoferTypeForward cleanup for Culture=neutral (#12698)
2017-07-09 Jan KotasMove files to shared CoreLib partition (#12694)
2017-07-09 Michal StrehovskýUse R2R helper for runtime lookups only when USEHELPER...
2017-07-09 Pat GavlinAvoid a large local in a recursive visitor. (#12693)
2017-07-08 dotnet-maestro-botUpdate CoreClr, CoreFx to preview2-25508-04, preview2...
2017-07-08 James KoRemove redundant call to TimeSpan.TotalMilliseconds...
2017-07-08 Daniel PodderEnsure that ZeroMemoryInGCHeap writes in pointer-sized...
2017-07-08 Jan KotasMerge pull request dotnet/corert#4110 from jkotas/nmirr...
2017-07-08 Michal StrehovskýMerge pull request dotnet/corert#4100 from dotnet/nmirror
2017-07-08 Jeremy KuhneFix Unix debug assert to not use instance handle (...
2017-07-08 Bruce ForstallFix GitHub_3449 test (#12683)
2017-07-07 Tarek Mahmoud... Minor fix added to mirrored changes
2017-07-07 Tarek Mahmoud... Merge pull request dotnet/corert#4086 from tarekgh...
2017-07-07 Carol EidtMove StoreLoc type widening to Lowering
2017-07-07 Aditya MandaleekaMerge pull request #12682 from adityamandaleeka/arm64_d...
2017-07-07 Bruce ForstallMerge pull request #12675 from mikedn/range-disp
2017-07-07 Bruce ForstallMerge pull request #12673 from ruben-ayrapetyan/fix...
2017-07-07 Bruce ForstallMerge pull request #12681 from BruceForstall/RemoveNone...
2017-07-07 Vance MorrisonRestore missing native *.ni.pdb file from the Microsoft...
2017-07-07 Aditya MandaleekaTemporarily block core dump printing on arm64 to unbloc...
2017-07-07 Yi Zhang (CLR)Revert change that always publish runtime layout (...
2017-07-07 Michelle McDanielMerge pull request #12500 from adiaaida/throughputExclu...
2017-07-07 Bruce ForstallRemove varargs test references
2017-07-07 Mike DanesDump tree IDs instead of pointers in RangeCheck
2017-07-07 Jonghyun ParkFix skipcrossgen option (#12650)
2017-07-07 Pat GavlinMerge pull request #12429 from mikedn/dead-qmark
2017-07-07 Carol EidtMerge pull request #12623 from hqueue/arm/ryujit/issue_...
2017-07-07 Carol EidtMerge pull request #12597 from hseok-oh/ryujit/struct_s...
2017-07-07 Ruben AyrapetyanFix copying of FieldMarshaler structures in EEClassLayo...
2017-07-07 Jonghyun Park[ARM/Linux] Enable DacStackWalk
2017-07-07 Hyeongseok Oh[RyuJIT/ARM32] Codegen: split struct argument less...
2017-07-07 Bruce ForstallMerge pull request #12653 from wateret/arm/lvadump
2017-07-07 Hyung-Kyu Choi[RyuJIT/ARM32] Apply review feedback
2017-07-07 Hanjoung Lee[RyuJIT/armel] Rewrite changes for readibility
2017-07-07 Xiangyang ... Pin GC threads to corresponding processors on Linux...
2017-07-07 Roman ArtemevMerge pull request #12667 from rartemev/issue_12465_1
2017-07-06 Roman ArtemevMerge pull request #12634 from rartemev/issue_12466_1
2017-07-06 Roman ArtemevAdded explicit cast float -> double for arguments
2017-07-06 Jan KotasUse SUB instead of XOR to clear fat pointer bit (#12658)
next