platform/upstream/dotnet/runtime.git
2017-07-17 Konstantin... Make createdump build and work on ARM (dotnet/coreclr...
2017-07-17 Pat GavlinMerge pull request dotnet/coreclr#12838 from pgavlin...
2017-07-17 Jarret ShookMerge pull request dotnet/coreclr#12806 from jashook...
2017-07-17 jashooUpdates the explicit location for armasm
2017-07-17 Wes HaggardMerge pull request dotnet/coreclr#12840 from dotnet...
2017-07-17 Ruben AyrapetyanFix alignment of reads in MD5Transform. (dotnet/coreclr...
2017-07-17 dotnet-maestro-botUpdate CoreClr, CoreFx to preview2-25517-01, preview2...
2017-07-16 Jan KotasUpdate init-tools.sh to match corefx (dotnet/coreclr...
2017-07-16 Santiago Fernandez... Revert PR: https://github.com/dotnet/coreclr/pull/12830...
2017-07-15 Pat GavlinMinor cleanups in reg candidate lclVar node processing...
2017-07-15 Sergiy KuryataFix usage of GetThreadContext (dotnet/coreclr#12825)
2017-07-15 Pat GavlinMerge pull request dotnet/coreclr#12832 from pgavlin...
2017-07-15 Pat GavlinDo not mark GC vars live across an unmanged call as...
2017-07-15 Pat GavlinUpdate header comments.
2017-07-15 Santiago Fernandez... Fix resources lookup to use satellite assembly resouce...
2017-07-15 Stephen ToubMerge pull request dotnet/coreclr#12833 from dotnet...
2017-07-15 dotnet-maestro-botUpdate CoreClr, CoreFx to preview2-25514-02, preview2...
2017-07-15 Bruce ForstallMerge pull request dotnet/coreclr#12618 from hseok...
2017-07-14 Bruce ForstallMerge pull request dotnet/coreclr#12813 from BruceForst...
2017-07-14 Pat GavlinAdd an overload of `fgMarkIntf` that takes a var index.
2017-07-14 Pat GavlinMerge pull request dotnet/coreclr#12814 from pgavlin...
2017-07-14 Stephen ToubMerge pull request dotnet/coreclr#12811 from JeffCyr...
2017-07-14 Pat GavlinFormat code.
2017-07-14 Bruce ForstallARM: Fix return of single element HFA
2017-07-14 JeffCyrApplied MaxSegmentLength restriction in ConcurrentQueue
2017-07-14 Pat GavlinMerge pull request dotnet/coreclr#12804 from pgavlin...
2017-07-14 Bruce ForstallMerge pull request dotnet/coreclr#12550 from sergign60...
2017-07-14 Sujin Kim[RyuJIT/ARM32] Kill the R4 register on exit if the...
2017-07-14 Stephen ToubMerge pull request dotnet/coreclr#12777 from dotnet...
2017-07-14 dotnet-maestro-botUpdate CoreClr, CoreFx to preview2-25514-01, preview2...
2017-07-14 Sergey Ignatov[CoreRT armel] refix for PINVOKE calls in CoreRT dotnet...
2017-07-14 Brian SullivanMerge pull request dotnet/coreclr#12787 from briansull...
2017-07-13 William GodbeMerge pull request dotnet/coreclr#12803 from wtgodbe...
2017-07-13 Pat GavlinClean up the code that builds uses a bit in LSRA.
2017-07-13 William GodbeMerge pull request dotnet/coreclr#12785 from wtgodbe...
2017-07-13 Pat GavlinMark shift helpers that produce an unused value as...
2017-07-13 wtgodbeDisable TalcallVerifyWithPrefix test for ARM
2017-07-13 wtgodbeDisable StringJoin test14
2017-07-13 Ravi Eda[CoreCLR] Display the contents of init-tools.log (dotne...
2017-07-13 William GodbeMerge pull request dotnet/coreclr#12781 from wtgodbe...
2017-07-13 Russ KeldorphDelete test
2017-07-13 Bruce ForstallMerge pull request dotnet/coreclr#12793 from wateret...
2017-07-13 Jan KotasChange missed by the CoreLib mirror (dotnet/coreclr...
2017-07-13 Hanjoung Lee[LegacyJIT/ARM] Fix const fold assert condition
2017-07-13 Steve MacLean[Arm64] Enable Span clear optimization (dotnet/coreclr...
2017-07-13 Michal StrehovskýMerge pull request dotnet/corertdotnet/coreclr#4141...
2017-07-13 Pat GavlinMerge pull request dotnet/coreclr#12769 from pgavlin...
2017-07-13 Pat GavlinMark a `GT_FIELD_LIST` used by a `PUTARG_STK` contained.
2017-07-12 Pat GavlinMerge pull request dotnet/coreclr#12779 from pgavlin...
2017-07-12 Carol EidtMerge pull request dotnet/coreclr#12783 from CarolEidt...
2017-07-12 Brian SullivanImprovements in the Zapper to VM interface, no longer...
2017-07-12 Pat GavlinMerge pull request dotnet/coreclr#12775 from dotnet...
2017-07-12 Carol EidtRemove unused GT_PHYSREGDST node
2017-07-12 Daniel PodderUpdate optdata in master to version 20170712-0121 ...
2017-07-12 wtgodbeAdd VC Runtime binaries to Core_Root for ARM tests
2017-07-12 Pat GavlinLoosen an assertion in the emitter re: byrefs.
2017-07-12 Pat GavlinMerge pull request dotnet/coreclr#12768 from pgavlin...
2017-07-12 Pat GavlinFix a build break.
2017-07-12 Pat GavlinFormat code.
2017-07-12 James KoRemove dead LazyInitializer file from dotnet/coreclr...
2017-07-12 Pat GavlinSimplify the `isContainedNode` check in LSRA.
2017-07-12 Pat GavlinRemove `fixedCandidateMask` and its uses.
2017-07-12 Pat GavlinImplement a new approach for SIMD8/LONG interactions...
2017-07-12 Bruce ForstallMerge pull request dotnet/coreclr#12654 from wateret...
2017-07-12 Bruce ForstallMerge pull request dotnet/coreclr#12762 from wateret...
2017-07-12 Bruce ForstallMerge pull request dotnet/coreclr#12708 from YongseopKi...
2017-07-12 Pat GavlinMerge pull request dotnet/coreclr#12741 from pgavlin...
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 dotnet/coreclr#12749 from stephentou...
2017-07-12 Stephen ToubMerge pull request dotnet/coreclr#12752 from dotnet...
2017-07-12 dotnet-maestro-botUpdate CoreClr, CoreFx to preview2-25511-05, preview2...
2017-07-11 Carol EidtMerge pull request dotnet/coreclr#12680 from CarolEidt...
2017-07-11 Eugene RozenfeldMerge pull request dotnet/coreclr#12735 from erozenfeld...
2017-07-11 Carol EidtPR feedback
2017-07-11 Brian SullivanMerge pull request dotnet/coreclr#12730 from briansull...
2017-07-11 Chris RummelMerge pull request dotnet/coreclr#12746 from crummel...
2017-07-11 Stephen ToubRemove ThrowExceptionIfDisposedCancellationTokenSource...
2017-07-11 Bruce ForstallMerge pull request dotnet/coreclr#12732 from wateret...
2017-07-11 Chris RummelUpdate BuildTools to fix output path for signing.
2017-07-11 Sergey AndreenkoDelete bitset iterators defines (dotnet/coreclr#12642)
2017-07-11 Carol EidtMerge pull request dotnet/coreclr#12729 from CarolEidt...
2017-07-11 Bertrand MermetFix typo in method-descriptor.md (dotnet/coreclr#12742)
2017-07-11 Pat GavlinMerge pull request dotnet/coreclr#12743 from pgavlin...
2017-07-11 Mike McLaughlinFix crossgen debug directory generation problems. ...
2017-07-11 Wes HaggardMerge pull request dotnet/coreclr#12695 from dotnet...
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 Hyeongseok Oh[RyuJIT/ARM32] Internal register candadate for split...
2017-07-11 Brian SullivanRemove m_pIBCErrorNameString and IBCErrorNameString()
2017-07-11 Bruce ForstallMerge pull request dotnet/coreclr#12670 from parjong...
2017-07-11 Carol EidtExtract containment analysis
2017-07-11 Carol EidtMerge pull request dotnet/coreclr#12722 from CarolEidt...
2017-07-10 Carol EidtMerge pull request dotnet/coreclr#12674 from CarolEidt...
next