platform/upstream/coreclr.git
2017-08-09 Wes HaggardMerge pull request #13234 from janvorli/add-rhel6-offic...
2017-08-09 Wes HaggardMerge pull request #13268 from dotnet-maestro-bot/maste...
2017-08-09 Sergey AndreenkoAdd fail-fast check after lvaGrabTemp in impImportBlock...
2017-08-09 Pat GavlinMerge pull request #12802 from pgavlin/VSO462269
2017-08-09 John Doetypo (#13287)
2017-08-09 Dan MoseleyStart at running ILLink to find dead code in Corelib...
2017-08-09 Carol EidtUpdate ryujit-tutorial.md
2017-08-09 Pat GavlinFix VSO 462269.
2017-08-09 dotnet-maestro-botUpdate CoreClr, CoreFx to preview2-25609-02, preview2...
2017-08-09 Stephen ToubMerge pull request #13270 from stephentoub/refactor_tas...
2017-08-09 Brian SullivanMerge pull request #13276 from dotnet-bot/from-tfs
2017-08-09 Jonghyun ParkCache both string and its length during GDBJIT setup...
2017-08-08 Stephen ToubAdd Encoding Span-based APIs (#13269)
2017-08-08 Brian SullivanFix fo CoreCLR cofde formating error
2017-08-08 Brian SullivanFix possibly uninitialized warning
2017-08-08 Stephen ToubChange Task.WaitAll/Any overloads to call WaitAll/AnyCo...
2017-08-08 Kevin GosseAdd StringBuilder Span-based APIs (#13163)
2017-08-08 Bruce ForstallMerge pull request #12168 from gbalykov/remove-relocati...
2017-08-08 Victor "Nate... Add build-time check to enforce PGO compilation for...
2017-08-08 Bruce ForstallUse logf() instead of JitDump() (#13265)
2017-08-08 Bruce Bowyer... Improve performance of string.IndexOfAny for 2 & 3...
2017-08-08 Pat GavlinMerge pull request #13261 from pgavlin/VSO475427
2017-08-08 Bruce ForstallMerge pull request #13263 from BruceForstall/FixDesktop...
2017-08-08 Pat GavlinMerge pull request #13259 from pgavlin/VSO469210
2017-08-08 Pat GavlinFormat code.
2017-08-08 Victor "Nate... Add smoke test for event pipe on Linux (#13240)
2017-08-08 Stephen ToubRefactor large Task NoOptimization bodies into own...
2017-08-08 Pat GavlinMerge pull request #13260 from pgavlin/VSO471670
2017-08-08 dotnet-maestro-botUpdate CoreClr, CoreFx to preview2-25608-01, preview2...
2017-08-08 Carol EidtMerge pull request #13023 from wateret/fix-12994
2017-08-08 Dan MoseleyRemove some dead code (#13257)
2017-08-08 Bruce ForstallFix SuperPMI x86 desktop build
2017-08-08 Pat GavlinFix VSO 475427.
2017-08-07 Pat GavlinFix VSO 471670.
2017-08-07 Pat GavlinFix VSO 469210.
2017-08-07 Joseph TremouletMerge pull request #13250 from JosephTremoulet/CaptureHead
2017-08-07 José RiveroSwaping the order of how scenarios are run. (#13255)
2017-08-07 Brian SullivanMerge pull request #13236 from briansull/arm-issue
2017-08-07 Tarek Mahmoud... Fix Region DisplayName (#13249)
2017-08-07 Jan KotasCleanup code access security from the unmanaged runtime...
2017-08-07 Joseph TremouletStop rejecting loops with backward exits
2017-08-07 Brian SullivanRemoved the legacy JIT32 assert regarding 4-byte alignm...
2017-08-07 chunseokleefix callsignalhandlerwrapper(arm) (#13114)
2017-08-07 dotnet-maestro-botUpdate CoreClr, CoreFx to preview2-25607-01, preview2...
2017-08-07 dotnet botUse attribute names without namespaces in a few places...
2017-08-07 James KoReduce size of array enumerators for x86 (#13157)
2017-08-07 Jonghyun ParkUse placement new to initialize ELF Header (instead...
2017-08-07 Jim MaEnable string format tests on Linux. (#13191)
2017-08-07 Davis GoodinUpdate buildtools to 2.0.0-prerelease-01903-01. (#13228)
2017-08-07 Gleb BalykovReview fixes
2017-08-07 Jan KotasMove files to shared partition (#13244)
2017-08-07 Sergio SchvezovUpdate linux-instructions.md (#13246)
2017-08-07 Hanjoung Lee[RyuJIT/armel] Fix ifdef condition and Formatting Error
2017-08-07 Hanjoung Lee[RyuJIT/armel] arg regs are always TYP_INT
2017-08-07 Hanjoung Lee[RyuJIT/armel] Allocate one more temp for call address
2017-08-07 Hanjoung Lee[RyuJIT/armel] Each reg gets own SpillFlag for MultiRegOp
2017-08-07 Hanjoung Lee[RyuJIT/armel] Make RefPosition arg regs fixed
2017-08-05 Pat GavlinMerge pull request #13227 from BruceForstall/Revert13186
2017-08-05 github-john-doetypo (dotnet/corert#4274)
2017-08-04 github-john-doetypo (#13229)
2017-08-04 Maoni Stephensalign the segment size to power of 2 and perf fix on...
2017-08-04 Bruce ForstallRevert "Fixes issue #13093"
2017-08-04 Bruce ForstallMerge pull request #13197 from BredPet/master
2017-08-04 Michal StrehovskýMerge pull request dotnet/corert#4271 from dotnet/nmirror
2017-08-04 Petr BredARM32: fix switch jump table generation bug
2017-08-04 Shiming GeMerge pull request #13143 from shimingsg/v-shige/add...
2017-08-04 Jan VorlicekAdd RHEL 6 official RID
2017-08-04 Brian SullivanMerge pull request #13186 from briansull/alloc-align...
2017-08-03 Brian SullivanFixes issue #13093
2017-08-03 José RiveroDrop the first iteration value of JitBench. (#13211)
2017-08-03 github-john-doetypo (#13196)
2017-08-03 Carol EidtMerge pull request #13145 from hqueue/arm/ryujit/issue_...
2017-08-03 Bruce ForstallMerge pull request #13166 from YongseopKim/ryujit/arm32...
2017-08-03 Yongseop Kim[RyuJIT/ARM32] Adds code to handle SecureDelegateInvoke
2017-08-03 Hyung-Kyu ChoiApply review feedback
2017-08-03 Stephen ToubMerge pull request #13154 from christianscheuer/fix...
2017-08-03 Michelle McDanielMerge pull request #13182 from adiaaida/addMinOptsTP
2017-08-03 Michelle McDanielAdd JitMinOpts throughput jobs
2017-08-02 Andy AyersJIT: refactor logic for removing box upstream side...
2017-08-02 José RiveroAdd JitBench scenario testing. (#11400)
2017-08-02 Noah FalkMerge pull request #13158 from parjong/fix/INTERPERTER_...
2017-08-02 Carol EidtMerge pull request #13155 from CarolEidt/UModTreeNodeInfo
2017-08-02 Joseph TremouletMerge pull request #13128 from JosephTremoulet/Mulshift
2017-08-02 Russell C HadleyMerge pull request #11456 from CarolEidt/EHWriteThruDoc
2017-08-02 Steve MacLean[Arm64] GetLargestOnDieCacheSize (#13071)
2017-08-02 Hyung-Kyu Choi[RyuJIT/ARM32] Update allocateBusyReg() with a helper...
2017-08-02 Hyung-Kyu Choi[RyuJIT/ARM32] Unassign a double register properly...
2017-08-02 Jonghyun ParkRemove unused extern declarations (#13159)
2017-08-02 Hyung-Kyu Choi[RyuJIT/ARM32] Update allocateBusy() to test spill...
2017-08-02 Steve MacLeanPAL enable Thread affinity support (#12936)
2017-08-02 Hyung-Kyu Choi[RyuJIT/ARM32] Helpers to check and test assigned inter...
2017-08-02 Jonghyun ParkUse 'udf 0xff' instead of 'bkpt 0xbe' as a poison ...
2017-08-02 Hyung-Kyu ChoiApply review feedback
2017-08-02 Hyung-Kyu ChoiEnable build of crosscomponent for armel (#11066)
2017-08-02 Jonghyun ParkResolve FEATURE_GDBJIT/FEATURE_INTERPRETER conflict
2017-08-02 Carol EidtSet Register Requirements for Mod/Div
2017-08-02 Swaroop SridharLinkBench: Enable Roslyn
2017-08-02 Brian SullivanMerge pull request #13151 from briansull/dump-fixes
2017-08-02 Christian ScheuerFix reference to System.Threading.Thread class
2017-08-02 Steve MacLean[Arm64/Unix] Add OfficialBuildRID linux-arm64 (#12372)
next