platform/upstream/coreclr.git
2018-03-23 Bruce ForstallMerge pull request #17083 from BruceForstall/RemoveArmD...
2018-03-23 dotnet-maestro-botUpdate CoreClr, CoreFx to preview3-26323-05, preview3...
2018-03-23 Stephen ToubFix Path.GetTempFileName on Windows (#17148)
2018-03-23 Maryam AriyanFixes StringBuilder unbounded size growth in Clear...
2018-03-23 Carol EidtMerge pull request #17135 from CarolEidt/DevDiv544985
2018-03-23 Anirudh AgnihotryRename new Stream.Read/Write{Async} Span/Memory source...
2018-03-23 Igor KulaychukFix Linux/x86 FuncEvalHijack stack alignment (#17143)
2018-03-23 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx to preview3-02622...
2018-03-23 Egor ChesakovMerge pull request #17131 from BredPet/fix_relocation
2018-03-22 Carol EidtARM: correctly unassign constant double
2018-03-22 Petr BredFix bug for #17089
2018-03-22 Brian SullivanMerge pull request #17132 from dotnet-bot/from-tfs
2018-03-22 Matt GalbraithMerge pull request #16849 from MattGal/use-dotnetcore...
2018-03-22 Brian SullivanMerge pull request #17112 from briansull/rollback-14481
2018-03-22 David Masonfix order of Serialize for linux build (#17119)
2018-03-22 Matt GalbraithMove windows agents to DotNetCore-Build to see if we...
2018-03-22 Fei PengAdd emitIns_AR_R_I for vextracti/f128
2018-03-22 Fei Pengfix Set tests on 32-bit platforms
2018-03-22 Fei PengImplement SetAllVector256
2018-03-22 Fei PengImplement AVX SetVector256
2018-03-22 Fei PengOptimize AVX Insert/Extract intrinsics
2018-03-22 Fei PengAdd more tests for AVX Insert/Extract intrinsics
2018-03-22 Konstantin... [ARM64] Fix UMEntryThunkCode::Poison method (#17122)
2018-03-22 dotnet-maestro-botUpdate BuildTools, CoreClr to preview3-02622-01, previe...
2018-03-22 Brian RobbinsFix incorrect array dereference. (#17113)
2018-03-22 Noah FalkUpdate CODE_OWNERS.TXT (#17114)
2018-03-22 Ahson KhanRename {Try}Read/WriteMachineEndian to just {Try}Read...
2018-03-22 Brian SullivanRollback Stack probing change - PR #14481
2018-03-22 Jan VorlicekRemove dependency on libunwind (#17094)
2018-03-21 dotnet-botDisable legacy_backend jits
2018-03-21 Mike McLaughlinUpdate debugging doc on lldb versions and disabling...
2018-03-21 Stephen ToubImprove DateTime{Offset} "r" and "o" formatting perform...
2018-03-21 Brian RobbinsAdd More Process Information to EventPipe Traces (...
2018-03-21 Frank GambinoFix strings from being concatenated (#17040)
2018-03-21 Jeff Schwartznull terminate the converted LPStr at the right index...
2018-03-21 Mike McLaughlinAdd missing license header to test py and cs files...
2018-03-21 Ahson KhanMoving Span APIs that allow skipping visibility checks...
2018-03-21 Ben AdamsSmall tweaks to Dict asm size (#17096)
2018-03-21 Sergey IgnatovFixed #16564: the test objmonhelper hangs forever with...
2018-03-21 JC AguileraChange directory in AgentTools script
2018-03-21 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx to preview3-02620...
2018-03-21 Stephen ToubAvoid allocating when SuppressFlow'ing in default Execu...
2018-03-21 Ahson KhanAPI consistency for System.Memory APIs (argument names...
2018-03-21 Bruce ForstallRemove arm32/arm64 dead code
2018-03-21 Günther FoidlUpdated steps in 'Viewing JIT Dumps' to see optimized...
2018-03-21 Carol EidtMerge pull request #16955 from fiigii/moreavx
2018-03-20 Kyungwoo LeeFix type for lvaCachedGenericContextArgOffs (#14260)
2018-03-20 Atsushi KanamoriPort System.Memory performance improvements to Convert...
2018-03-20 Andrew MarinoFix header inclusion order; avoids use of RCWCache...
2018-03-20 Jan KotasFix build break
2018-03-20 Bruce ForstallMerge pull request #17056 from BruceForstall/Arm64LclFl...
2018-03-20 Andy AyersJIT: remove boxing for interface call to shared generic...
2018-03-20 Jan KotasFix major System.Memory performance regression on ...
2018-03-20 Jan KotasMove CompareInfo.* to shared CoreLib partition (#17062)
2018-03-20 Jan KotasMove EncodingTable and CodePageDataItem to System.Text...
2018-03-20 FeiImplement more AVX/AVX2 intrinsics
2018-03-20 FeiAdd tests for AVX/AVX2 intrinsics
2018-03-20 Jan KotasFix copy&paste bug (#17059)
2018-03-20 Sven BoemerFix unloading of images mapped by PAL (#17053)
2018-03-20 Sven BoemerUse flat layout for GetAssemblyName (#17052)
2018-03-20 Bruce ForstallAllow arm64 to contain zero in GT_STORE_LCL_FLD
2018-03-20 Mike McLaughlinAdd new ICLRDebuggingLibraryProvider2 interface for...
2018-03-20 Brian SullivanMerge pull request #17049 from briansull/fix-fgInstrume...
2018-03-20 Andy AyersJIT: tolerate nonzero constant byrefs in impCheckForNul...
2018-03-19 Sergey Andreenkodelete unused debug arg from genChangeLife and compChan...
2018-03-19 Brian SullivanFix jit-format
2018-03-19 Matt MitchellRemove obselete buildtests (#17050)
2018-03-19 Brian SullivanFix for fgInstrumentMethod
2018-03-19 Michal StrehovskýFix ProjectN build break and work around MCG bug (dotne...
2018-03-19 Jan KotasSwitch over to managed Marvin implementation for string...
2018-03-19 Jose Perez... Adding running tests on Alpine for coreclr build (...
2018-03-19 Egor ChesakovPublish x86_arm/crossgen during Linux/arm build (#16953)
2018-03-19 Tanner GoodingFixing the x86 ScalarUnOpTest template to no longer...
2018-03-19 Tanner GoodingUpdating the x86 extract instructions to be properly...
2018-03-19 Tanner GoodingRegenerating the x86 HWIntrinsic tests to track each...
2018-03-19 Tanner GoodingUpdating the x86 HWIntrinsic templates to track each...
2018-03-19 Tanner GoodingUpdating the x86 HWIntrinsic DataTable types to assert...
2018-03-19 Tanner GoodingRegenerating the x86 HWIntrinsics tests to no longer...
2018-03-19 Tanner GoodingFixing the x86 HWIntrinsic test templates to not leave...
2018-03-19 Vance MorrisonMerge pull request #17034 from vancem/FixPath
2018-03-19 Victor "Nate... Fix eventpipe rundown test with crossgen (#16784)
2018-03-19 Egor ChesakovMerge pull request #16968 from echesakovMSFT/LimitFeatu...
2018-03-19 Vance MorrisonUse better path (fixes #17004)
2018-03-19 Jan KotasDelete unused downlevel globalization support (#17022)
2018-03-19 Russ KeldorphFix BuildConfiguration casing so publishing works
2018-03-18 Vance MorrisonMerge pull request #17004 from vancem/DacTableGenFor2017
2018-03-18 Vance MorrisonReview feedback
2018-03-18 Jan KotasSwitch back to more performant and portable Marvin...
2018-03-17 Brian RobbinsFix EventSource Test Failures in CoreFX (#16999)
2018-03-17 Mike McLaughlinAdd environment variable (COMPlus_EnableDiagnostics...
2018-03-17 Jeremy KuhneUse Win32Marshal from CoreLib shared code (dotnet/coref...
2018-03-17 Jan KotasUse vectorized SpanHelpers.SequenceEqual for string...
2018-03-17 Russ KeldorphUpdate prerelease label to preview3
2018-03-17 mikednDo not compute the IDF for all blocks in advance (...
2018-03-17 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx to preview3-02616...
2018-03-17 Ahson KhanUse vectorized T=byte implementations to optimize all...
2018-03-17 Carol EidtMerge pull request #17000 from sdmaclea/PR-Enable-Arm64...
2018-03-17 Ben AdamsPrevent concurrent use corruption from causing infinite...
2018-03-17 Marek SafarUpdates unsafe String constructors to be consistent...
2018-03-17 Vance MorrisonThis change make DacTableGen work for VS2017
next