platform/upstream/coreclr.git
2018-02-22 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx, PgoData to preview2...
2018-02-22 Ahson KhanAdd ReadOnlySpan string-like Equals/CompareTo/IndexOf...
2018-02-22 Jeremy KuhneRemove most preemptive checks from GetFullPath (#16478)
2018-02-22 Carol EidtMerge pull request #16473 from CarolEidt/FixDD541648
2018-02-22 Atsushi KanamoriAdd CoreLib helpers for MemoryExtensions.AsSpan/AsMemor...
2018-02-22 gbalykovRemove relocations for MethodTable::m_pParentMethodTabl...
2018-02-22 Ahson KhanFix impl of ReadOnlySpan ToLower/ToUpper for Unix....
2018-02-22 Brian SullivanMerge pull request #16475 from briansull/vso-569605
2018-02-22 Ben AdamsRemove OwnedFlagBit from TryGetOwnedMemory index
2018-02-22 Jan KotasRename AsReadOnlySpan -> Span
2018-02-22 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx, PgoData to preview2...
2018-02-22 Ahson KhanFix Span Debugger Display String to correctly show...
2018-02-22 Tanner GoodingAdding tests for the SSE3 and SSSE3 hardware intrinsics
2018-02-22 Tanner GoodingAdding support for the SSE3 and SSSE3 hardware intrinsics
2018-02-22 Tanner GoodingUpdating the x86 hardware intrinsic test templates...
2018-02-22 Brian RobbinsFix EventPipe Test Failures Under GCStress (#16494)
2018-02-22 Bruce ForstallFix StructPacking test for ARM (#16484)
2018-02-22 Ben AdamsFix TryGetOwnedMemory xml docs
2018-02-22 Brian Sullivanclang format
2018-02-22 Brian SullivanCodereview feedback
2018-02-21 Alexandre TeoiShow the expected stack trace from a rethrown exception...
2018-02-21 Noah FalkAdd more benchmarks to JitBench (#16353)
2018-02-21 Brian Sullivanwhitespace fix
2018-02-21 Brian SullivanFix for assert during CSE processing
2018-02-21 Koundinya VeluriDisable tiered compilation for collectible assemblies...
2018-02-21 Carol EidtLEA on rhs of block copy can't be contained
2018-02-21 Jeremy KuhneDial back aggressive checks in Path (#16447)
2018-02-21 Anirudh AgnihotryMoved extensions.cs to shared folder in coreclr (#16459)
2018-02-21 Jan VorlicekRevert TLS model change of the gCurrentThreadInfo
2018-02-21 Ben AdamsAdd TryGetOwnedMemory (#16455)
2018-02-21 Noah FalkAdd CI perf repro script (#16414)
2018-02-20 Carol EidtMerge pull request #16408 from fiigii/sse4load
2018-02-20 mlabiukPrevent memory allocation in signal handler (#16384)
2018-02-20 Jan KotasReplace ValueStringBuilder.set_Length with indexer...
2018-02-20 Wes HaggardMerge pull request #16436 from brunotag/patch-1
2018-02-20 dotnet-maestro-botUpdate CoreClr to preview2-26220-01 (#16445)
2018-02-20 Carol EidtMerge pull request #16444 from mikedn/vec2load
2018-02-19 dotnet-maestro-botUpdate CoreClr, PgoData to preview2-26219-05, master...
2018-02-19 Mike DanesHandle TYP_SIMD8 correctly in genCodeForLclFld
2018-02-18 Ben AdamsInline String->ReadOnlySpan (#16440)
2018-02-18 Carol EidtMerge pull request #16422 from CarolEidt/Fix15037
2018-02-18 Jan KotasDelete workaround for #16197 (#16433)
2018-02-18 dotnet-maestro-botUpdate CoreClr, PgoData to preview2-26218-01, master...
2018-02-18 Jan KotasDelete some more dead code related to #16304 (#16432)
2018-02-18 Bruno TagliapietraUpdate UsingYourBuild.md
2018-02-17 Ben AdamsInlinable MulticastDelegate == (#16431)
2018-02-17 Sergey Andreenkodelete unused mirror files (#16423)
2018-02-17 Steve MacLeanFix #16402 (#16406)
2018-02-17 Brian SullivanMerge pull request #16413 from briansull/more-vso-566984
2018-02-17 dotnet-maestro-botUpdate CoreClr to preview2-26217-01 (#16426)
2018-02-17 dotnet-maestro-botUpdate CoreClr to preview2-26216-09 (#16420)
2018-02-16 Tanner GoodingUpdating the JIT to take EnableSSE3_4 into account...
2018-02-16 Brian SullivanCode Review - Removed unnecessary assert.
2018-02-16 Brian SullivanFix whitespace formatting
2018-02-16 Brian SullivanAdded new tree walker helper optHasCSEdefWithSideeffect...
2018-02-16 Carol EidtDon't set delayRegFree if no target
2018-02-16 Carol EidtMerge pull request #16364 from CarolEidt/FixDD543057a
2018-02-16 Bruce ForstallMerge pull request #16393 from BruceForstall/CleanupRunTest
2018-02-16 Carol EidtCorrectly handle check for busy double reg
2018-02-16 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx, PgoData to preview2...
2018-02-16 Sergey AndreenkoFix dlStack test (#16410)
2018-02-16 Sergey Andreenkodelete liveness workarond. (#16416)
2018-02-16 Viktor HoferFix regression & enable ClearInitLocals in System.Text...
2018-02-16 Ahson KhanFix impl of ReadOnlySpan StartsWith/EndsWith for Unix...
2018-02-16 Sergey Andreenkoreenable readytorun\tests\mainv* for arm jitstress...
2018-02-16 Sung Yoon WhangFix coreOverlayDir in Unix test instructions (#16415)
2018-02-16 Ahson KhanAdd ReadOnlySpan string-like ToLower/ToUpper API with...
2018-02-16 Brian SullivanFix for assert(sideEffList) in clr\src\jit\optcse.cpp...
2018-02-15 Fei PengImplement SSE4.1 LoadAlignedVector128NonTemporal
2018-02-15 Fei Pengaddress GT_ADDR(GT_HWIntrinsic) nodes
2018-02-15 Fei PengFix importer and morph with HWIntrinsic SIMD types
2018-02-15 Kevin GosseFix typo in GC log (#16398)
2018-02-15 Carol EidtMerge pull request #16160 from sdmaclea/PR-ARM64-SIMD...
2018-02-15 Jan KotasImplement RuntimeHelpers.PrepareMethod/PrepareDelegate...
2018-02-15 John DoeTypos (dotnet/corert#5386)
2018-02-15 Anirudh AgnihotryStringComparer Create(culture, CompareOptions) overload...
2018-02-15 Konstantin... sigsegv_handler: handle case when it is called on origi...
2018-02-14 Anirudh AgnihotryAdding Argument name to the Exception (#16372)
2018-02-14 Sergey Andreenko[RyuJit] Stack level setter (#15597)
2018-02-14 Bruce ForstallClean up runtest.cmd
2018-02-14 sergey ignatov[armel tizen] Fixed dynamic code allocation and code...
2018-02-14 Brian SullivanMerge pull request #16367 from briansull/vso-566984
2018-02-14 Michal StrehovskýMark sharedgenerics test as GCStressIncompatible (...
2018-02-14 Bruce ForstallMerge pull request #16380 from kbaladurin/fix-uaf
2018-02-14 Tarek Mahmoud... Fix the fired asset in CompareInfo.IndexOf (#16373)
2018-02-14 Koundinya VeluriImplement WaitHandle.SignalAndWait on Unix (#16383)
2018-02-14 Sergey AndreenkoAdd VSD additional param for DIRECT calls. (#16267)
2018-02-14 Steve MacLean[Arm64] Additional Insert comments
2018-02-14 Konstantin... Historam: doesn't allocate additional memory to store...
2018-02-14 David MasonFix for issue #13153 - change SetGCConcurrent to Tempor...
2018-02-14 Michal StrehovskýHandle ELEMENT_TYPE_PTR in ILCodeStream::EmitLDIND...
2018-02-14 Jan VorlicekFix ARM/ARM64 hijacking in tail calls (#16039)
2018-02-14 Ahson KhanAdd ReadOnlySpan string-like StartsWith and EndsWith...
2018-02-14 Brian SullivanFix clang format warnings
2018-02-13 Brian SullivanCheck for the very uncommon case where when we are...
2018-02-13 Jacek BlaszczynskiAdd Sse2 scalar hardware intrinsics tests
2018-02-13 Jacek BlaszczynskiImplement scalar Sse2 hardware intrinsics
2018-02-13 Brian RobbinsFix registry path for ETW argument lookup. (#16347)
2018-02-13 Wes HaggardMerge pull request #16344 from brunotag/patch-1
2018-02-13 Carol EidtMerge pull request #16351 from fiigii/fixcont
next