platform/upstream/coreclr.git
2018-08-01 David MasonAllow rejit on attach (#19054)
2018-08-01 Brian RobbinsProvide a desktop-only implementation of RuntimeThread...
2018-08-01 Chris SienkiewiczBuild managed tests with dotnet (#19230)
2018-08-01 Eugene RozenfeldFix value number update in fgMorphCast. (#19226)
2018-08-01 Brian RobbinsExpose OSThreadId and TimeStamp on EventWrittenEventArg...
2018-08-01 Jacek Blaszczynskibuild-test - fix ilasm warnings caused by missing/incor...
2018-08-01 Omair MajidUse the identified python when building System.Private...
2018-08-01 Egor ChesakovCross-bitness in GcInfoEncoder::Build() (#19206)
2018-08-01 Noah FalkAdd a spec for tiered compilation (#19207)
2018-08-01 Jan KotasFix build break
2018-07-31 Jan KotasDelete dead code (#19208)
2018-07-31 Jan KotasDelete FEATURE_IPCMAN (#19212)
2018-07-31 Andy AyersJIT: fast path for minopts/debug codegen in lvaMarkRefs...
2018-07-31 Tanner GoodingUpdating SetCpuInfo to be more accurate
2018-07-31 AmyR2RDump - Fix and update R2RDumpTests (#19039)
2018-07-31 Chris SienkiewiczAdd netcoreapp dependencies (#19177)
2018-07-31 Tanner GoodingExpose the x86 HWIntrinsics via a set of class hierarch...
2018-07-31 Tanner GoodingMoving the ilproj sdk to be built/published under the...
2018-07-30 Jacek BlaszczynskiFix HW intrinsics test projects naming and optimization...
2018-07-30 Koundinya VeluriTemporarily flag a SIMD test as optimization-sensitive...
2018-07-30 Jan KotasChange type of EnumLocaleData to struct (#19193)
2018-07-30 Jacek BlaszczynskiFix invalid IntPtr == null comparisons, set strict...
2018-07-28 Dávid KayaAdded version increment for TrimExcess and EnsureCapaci...
2018-07-28 Jacek Blaszczynskibuild-test - fix TestWrapper CS warnings (#19180)
2018-07-28 Sergey Andreenkospmi: exclude methods using a file with saved md5 hashe...
2018-07-28 Bruce ForstallMerge pull request #19165 from BruceForstall/FixCodeGen...
2018-07-28 Ahson KhanAdd comment explaining the return value of ToUpper...
2018-07-27 Carol EidtLowering: Atomic ops can produce a value (#19173)
2018-07-27 Tanner GoodingUpdating emitInsCanOnlyWriteSSE2OrAVXReg to cover some...
2018-07-27 Carol EidtMerge pull request #19145 from CarolEidt/Fix19081
2018-07-27 Bruce ForstallSpecify specific build flavors for CodeGenBringUpTests...
2018-07-27 Andy AyersJIT: add extra check to struct of struct of x promotion...
2018-07-27 Koundinya VeluriAdd CI PR-triggered Ubuntu x64 innerloop no-tiering...
2018-07-27 Bruce ForstallMerge pull request #19154 from BruceForstall/FixArm64Lo...
2018-07-27 dotnet-maestro-botUpdate CoreClr, CoreFx, PgoData to preview1-26727-01...
2018-07-27 Jacek BlaszczynskiReference in box HW intrinsics (#19137)
2018-07-27 Bruce ForstallMerge pull request #19144 from BruceForstall/Fix13796
2018-07-27 Tanner GoodingFixing the x86 hwintrinsics to not assert for invalid...
2018-07-26 Bruce ForstallFix overallocation of arm64 small constant localloc
2018-07-26 Aditya MandaleekaMerge pull request #19153 from adityamandaleeka/fix_bui...
2018-07-26 Aditya MandaleekaFix syntax error in help text.
2018-07-26 Sergey Andreenkoreenable corefx System.Runtime.Tests on arm32 (#19128)
2018-07-26 Tanner GoodingAdding the Microsoft.NET.Sdk.IL pkgproj
2018-07-26 Carol EidtInclude long shifts in OperIsShiftOrRotate
2018-07-26 Bruce ForstallRe-enable arm64 tests that no longer fail
2018-07-26 Chris SienkiewiczSwitch to using MicrosoftNETCorePlatformsPackageVersion...
2018-07-26 Andon AndonovUpdate CoreFX documentation (#19092)
2018-07-25 Chris SienkiewiczSdk test projects (#19044)
2018-07-24 Tanner GoodingRemoving duplicate CoreCLRTestLibrary project references
2018-07-24 Tanner GoodingRegenerating the x86 HWIntrinsic templated tests
2018-07-24 Tanner GoodingRemoving `Random random = new Random()` from the HWIntr...
2018-07-24 Tanner GoodingRealigning the HWIntrinsic template metadata tables
2018-07-24 Tanner GoodingReplacing usages of random with TestLibrary.Generator...
2018-07-24 Tanner GoodingAdding TestLibrary.Generator methods for unsigned types
2018-07-24 Mike McLaughlinFix mscordbi metadata reader alignment bug on Linux...
2018-07-24 IliaRelease leaked ICorProfilerCallback9 in ~EEToProfInterf...
2018-07-24 Bruce ForstallMerge pull request #19099 from BruceForstall/Arm64Debug...
2018-07-24 Russ KeldorphRevert "Revert "Fix some failures when using build...
2018-07-24 Sven BoemerWork around cmd command length limit in xunit Exec...
2018-07-24 Aaron RobinsonAdd root MSBuild targets for Interop managed test asset...
2018-07-23 Bruce ForstallChange Windows arm32/arm64 Debug normal/innerloop jobs...
2018-07-23 Egor ChesakovAdd missing FlushInstructionCache to Thread::CommitGCSt...
2018-07-23 Egor ChesakovDisable tests failing on ARM32 in https://github.com...
2018-07-23 AmyR2RDump - UnwindInfo for x86 (#18994)
2018-07-23 mikednChange gtExtractSideEffList to use GenTreeVisitor ...
2018-07-23 Jan KotasPartial R2R IBC fixes (#19073)
2018-07-23 Andy AyersJIT: some lclvars related cleanup (#19077)
2018-07-23 Aaron RobinsonRemove hosthook api (#19079)
2018-07-23 Sung Yoon WhangEnable profiler attach on Windows (#18762)
2018-07-22 Andy AyersJIT: stateful local ref counts and weights (#19068)
2018-07-21 Bruce ForstallMerge pull request #19049 from acmyu/issue19030
2018-07-20 Carol EidtMerge pull request #19067 from CarolEidt/FixStructRefCnt
2018-07-20 Brian SullivanMerge pull request #19065 from briansull/fix_19022
2018-07-20 Eugene RozenfeldImprove narrowing of GT_AND nodes. (#18995)
2018-07-20 Aaron RobinsonUpdate documentation for testing (#19063)
2018-07-20 Andy AyersJIT: handle implicit local var references via local...
2018-07-20 Stephen ToubFix unnnecessary reference to DateTimeFormatInfo.Decima...
2018-07-20 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx, PgoData to preview1...
2018-07-20 Aaron RobinsonDisable manual COM registration logic on ARM32 (#19042)
2018-07-20 Konstantin... Zapper::CompileAssembly: save NI file atomically (...
2018-07-20 Carol EidtRemove incRefCnt from fgMakeOutgoingStructArgCopy
2018-07-20 Carol EidtMerge pull request #19040 from CarolEidt/DiffFix
2018-07-20 Gleb BalykovAdd Tizen 5.0 RID (#19057)
2018-07-20 Stephen ToubImprove throughput of TimeSpan.ToString/TryFormat with...
2018-07-20 Aaron RobinsonMinor interop code changes (#19005)
2018-07-20 Phil GarciaFixed missing readonly attribute (#19052)
2018-07-20 Aaron RobinsonAdd issues with COM tests in the helix build. (#19047)
2018-07-20 Amy YuSkip R2RDumpTests in crossgen tests, test unsupported...
2018-07-20 Brian SullivanFixes issue 19022
2018-07-19 Tanner GoodingRemoving WINCORESYS usages from the test projects
2018-07-19 Noah FalkEnable the no tiered compilation innerloop PR legs...
2018-07-19 Tanner GoodingAdding a project reference for CoreCLRTestLibrary to...
2018-07-19 Tanner GoodingRegenerating the HWIntrinsic tests from the updated...
2018-07-19 Tanner GoodingUpdating the templated HWIntrinsic tests to use `TestLi...
2018-07-19 Sven BoemerBuild xunit wrappers the same way on windows and unix...
2018-07-19 Jan KotasFix desktop build break
2018-07-19 Carol EidtJitDump improvements
2018-07-19 Carol EidtMerge pull request #18999 from CarolEidt/Fix16359
2018-07-19 Bruce ForstallMerge pull request #19032 from BruceForstall/DisableR2r...
2018-07-19 Bruce ForstallDisable r2rdump test for JIT stress currently
next