platform/upstream/coreclr.git
2017-07-18 Aditya MandaleekaMerge pull request #12748 from helloguo/NUMASupportInit...
2017-07-18 Wes HaggardMerge pull request #12879 from dotnet-maestro-bot/maste...
2017-07-18 Pat GavlinMerge pull request #12843 from pgavlin/FixEarlyMultiReg...
2017-07-18 Bruce ForstallMerge pull request #12635 from hseok-oh/ryujit/remove_s...
2017-07-18 Pat GavlinPR feedback.
2017-07-18 dotnet-maestro-botUpdate CoreClr, CoreFx to preview2-25518-01, preview2...
2017-07-18 Jan KotasMove BitConverter to shared CoreLib partition (#12876)
2017-07-18 Bruce ForstallMerge pull request #12874 from wateret/fix-legacy-12869
2017-07-18 Carol EidtMerge pull request #12857 from CarolEidt/DumpFixes
2017-07-18 Nina ChikanovPath whitespace changes. (#12862)
2017-07-18 Bruce ForstallMerge pull request #12872 from hqueue/arm/ryujit/issue_...
2017-07-18 Hanjoung Lee[LegacyJIT] Fix assert condition for CNS_DBL
2017-07-18 Stephen ToubMerge pull request #12870 from dotnet-maestro-bot/maste...
2017-07-18 Bruce ForstallMerge pull request #12871 from BruceForstall/Revert12813
2017-07-18 Hyeongseok Oh[ARM32] Remove useless code: struct split using float...
2017-07-18 Hyung-Kyu Choi[RyuJIT/ARM32] Unassign registers properly at BB entry
2017-07-18 Bruce ForstallMerge pull request #12861 from BruceForstall/AllowCnsIn...
2017-07-18 Bruce ForstallRevert #12813, which caused #12855
2017-07-18 dotnet-maestro-botUpdate CoreClr to preview2-25517-02
2017-07-18 Stephen DaudellCoreCLR - Remove preemptive checks for path being too...
2017-07-17 Carol EidtGet rid of duplicate dump of def RefPositions
2017-07-17 Carol EidtLSRA & dump cleanup
2017-07-17 Sean GillespieFix a build break when compiling with Standalone GC...
2017-07-17 Bruce ForstallAllow CNS_INT type mismatch for ARM
2017-07-17 Igor KulaychukCreate crash dump on unhandled SIGILL, SIGFPE, SIGSEGV...
2017-07-17 Konstantin... Make createdump build and work on ARM (#12798)
2017-07-17 Pat GavlinMerge pull request #12838 from pgavlin/PInvokeKills
2017-07-17 Jarret ShookMerge pull request #12806 from jashook/fix_2017_arm_build
2017-07-17 jashooUpdates the explicit location for armasm
2017-07-17 Wes HaggardMerge pull request #12840 from dotnet-maestro-bot/maste...
2017-07-17 Ruben AyrapetyanFix alignment of reads in MD5Transform. (#12800)
2017-07-17 dotnet-maestro-botUpdate CoreClr, CoreFx to preview2-25517-01, preview2...
2017-07-16 Pat GavlinFormat code.
2017-07-16 Jan KotasUpdate init-tools.sh to match corefx (#12839)
2017-07-16 Santiago Fernandez... Revert PR: https://github.com/dotnet/coreclr/pull/12830...
2017-07-15 Pat GavlinFix issues with early dumps of multi-reg-returning...
2017-07-15 Pat GavlinMinor cleanups in reg candidate lclVar node processing...
2017-07-15 Sergiy KuryataFix usage of GetThreadContext (#12825)
2017-07-15 Pat GavlinMerge pull request #12832 from pgavlin/FgMarkIntf
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 #12833 from dotnet-maestro-bot/maste...
2017-07-15 dotnet-maestro-botUpdate CoreClr, CoreFx to preview2-25514-02, preview2...
2017-07-15 Bruce ForstallMerge pull request #12618 from hseok-oh/ryujit/fix_12600
2017-07-14 Bruce ForstallMerge pull request #12813 from BruceForstall/FixArmSing...
2017-07-14 Pat GavlinAdd an overload of `fgMarkIntf` that takes a var index.
2017-07-14 Pat GavlinMerge pull request #12814 from pgavlin/BuildUses
2017-07-14 Stephen ToubMerge pull request #12811 from JeffCyr/concurrentqueue...
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 #12804 from pgavlin/VSO462274
2017-07-14 Bruce ForstallMerge pull request #12550 from sergign60/arm_build
2017-07-14 Sujin Kim[RyuJIT/ARM32] Kill the R4 register on exit if the...
2017-07-14 Stephen ToubMerge pull request #12777 from dotnet-maestro-bot/maste...
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 #12373
2017-07-14 Brian SullivanMerge pull request #12787 from briansull/zap-interface
2017-07-13 William GodbeMerge pull request #12803 from wtgodbe/disableJITTestArm
2017-07-13 Pat GavlinClean up the code that builds uses a bit in LSRA.
2017-07-13 William GodbeMerge pull request #12785 from wtgodbe/DeleteTest
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 (...
2017-07-13 William GodbeMerge pull request #12781 from wtgodbe/ArmToolset
2017-07-13 Russ KeldorphDelete test
2017-07-13 Bruce ForstallMerge pull request #12793 from wateret/fix-legacy-12685
2017-07-13 Jan KotasChange missed by the CoreLib mirror (#12792)
2017-07-13 Hanjoung Lee[LegacyJIT/ARM] Fix const fold assert condition
2017-07-13 Steve MacLean[Arm64] Enable Span clear optimization (#12788)
2017-07-13 Michal StrehovskýMerge pull request dotnet/corert#4141 from MichalStreho...
2017-07-13 Pat GavlinMerge pull request #12769 from pgavlin/SimplifyContainCheck
2017-07-13 Pat GavlinMark a `GT_FIELD_LIST` used by a `PUTARG_STK` contained.
2017-07-12 Pat GavlinMerge pull request #12779 from pgavlin/ByrefAsserts
2017-07-12 Carol EidtMerge pull request #12783 from CarolEidt/RemovePhysRegDst
2017-07-12 Brian SullivanImprovements in the Zapper to VM interface, no longer...
2017-07-12 Pat GavlinMerge pull request #12775 from dotnet-bot/from-tfs
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 #12768 from pgavlin/RemoveFixedCandi...
2017-07-12 Pat GavlinFix a build break.
2017-07-12 Pat GavlinFormat code.
2017-07-12 James KoRemove dead LazyInitializer file from #12697 (#12767)
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 #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...
next