platform/upstream/coreclr.git
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 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 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
2018-02-13 Carol EidtMerge pull request #15950 from dotnetrt/isafix
2018-02-13 Fei PengFix an incorrect assertion in containment analysis
2018-02-13 Michal StrehovskýFix ambiguous interface method error message (#16341)
2018-02-13 Michal StrehovskýDefine type initialization semantics for interface...
2018-02-13 Andy AyersImprove perf of DelegateConstruct (#16345)
2018-02-13 Fei PengFix SSE4.1 encoding
2018-02-13 Fei PengImplement SSE4.2 CompareGreaterThan
2018-02-13 Fei PengImplement SSE4.1 CompareEqual
2018-02-13 Fei Pengreenable AVX2 compareEqual.Int64
2018-02-13 Bruce ForstallMerge pull request #16181 from Buyduck/arm-memory-barrier
2018-02-12 Carol EidtMerge pull request #16008 from sdmaclea/PR-ARM64-TEST...
2018-02-12 Matt GalbraithMerge pull request #16309 from MattGal/eol-some-linuxes
2018-02-12 Bruno TagliapietraUpdate UsingYourBuild.md
2018-02-12 Andy AyersJIT: Allow struct promotion in GS frames (#16220)
2018-02-12 Brian RobbinsUse DateTime.ToFileTimeUtc to generate serializable...
2018-02-12 Steve MacLeanAdd TestInsert
2018-02-12 Steve MacLeanImprove diagnostics
2018-02-12 Steve MacLean[Arm64] Add Simd HWIntrinsic test
2018-02-12 Andy AyersJIT: look for escaping byrefs (#16305)
2018-02-12 dotnet-maestro-botUpdate CoreClr, CoreFx, PgoData to preview2-26212-01...
2018-02-12 Jan KotasImprove CMake detection on Windows when not in PATH...
2018-02-12 Koundinya VeluriFix stack trace population to get proper source/line...
2018-02-11 dotnet-maestro-botUpdate CoreClr, CoreFx to preview2-26211-03, preview2...
2018-02-11 Jan KotasDelete PEFingerPrint.* (#16325)
2018-02-11 dotnet-maestro-botUpdate BuildTools, CoreClr to preview2-02511-02, previe...
2018-02-10 dotnet-maestro-botUpdate CoreClr to preview2-26210-04 (#16321)
2018-02-10 Andy AyersAllow jit internal errors to propagate to user visible...
2018-02-10 dotnet-maestro-botUpdate PgoData to master-20180210-0042 (#16319)
2018-02-10 Fei PengImplement certain simple SIMD intrinsics for AVX/AVX2
2018-02-10 Fei PengAdd AVX/AVX2 templete-drien tests and enable containmen...
2018-02-10 Fei PengAdd new test template
2018-02-10 Fei PengAdd test cases for some AVX/AVX2 intrinsics
2018-02-10 dotnet-maestro-botUpdate BuildTools, CoreClr, CoreFx, PgoData to preview2...
2018-02-10 Tanner GoodingUpdating emitxarch to check TakesVexPrefix(ins) when...
2018-02-10 Sung Yoon WhangAdd back TraceFormat.Normal to avoid additional newline...
2018-02-10 Sung Yoon WhangAddress PR comments
2018-02-10 Sung Yoon Whangexclude errorSource from call to Environment.FailFast...
2018-02-10 John Doedependancy -> dependency (dotnet/corert#5350)
2018-02-09 Eugene RozenfeldFix for RETURNTRAP xarch codegen. (#16292)
2018-02-09 Tanner GoodingFixing up fgValueNumberIntrinsic to use IsMathIntrinsic...
2018-02-09 David MasonDebugger api to set a breakpoint on offset 0 of all...
2018-02-09 Carol EidtMerge pull request #16308 from sdmaclea/PR-JIT.SIMD...
2018-02-09 Matt GalbraithEOL Removals:
2018-02-09 Steve MacLeanFix JIT.SIMD.VectorUtil.CheckValue<T>
2018-02-09 Brian SullivanRemove an old JIT64 thread suspend work around (#16304)
2018-02-09 Stephen ToubFix T[]->ArraySegment cast to return default for null...
2018-02-09 Brian SullivanMerge pull request #16248 from briansull/fix-16065
2018-02-09 Adam SitnikMerge pull request #16217 from adamsitnik/eventPipeAssert
2018-02-09 Jan KotasMerge pull request #16300 from jkotas/revert
2018-02-09 Jan KotasRevert "Debugger api to set a breakpoint on offset...
2018-02-09 Jan KotasRevert "fix for issue #16289 (#16291)"
2018-02-09 Koundinya VeluriFix GC reporting for slow tail calls with by-ref-like...
2018-02-09 Tanner GoodingChange compliement to complement
2018-02-09 Tanner GoodingFixing up the emitOutput handling for RR/RRR instructions
2018-02-09 Tanner GoodingEnabling the named intrinsic support on SSE4.1 hardware...
2018-02-09 Tanner GoodingUpdating the emitter to more generally handle 4-Byte...
2018-02-09 David Masonfix for issue #16289 (#16291)
2018-02-09 Brian SullivanMerge pull request #15595 from mikedn/rc-binop
2018-02-09 Bruce ForstallChange corefx test process (#16263)
2018-02-09 Wes HaggardMerge pull request #16281 from alpencolt/clr-extra...
2018-02-08 Bruce ForstallMerge pull request #16278 from BredPet/fix_cfi_unwind_info
2018-02-08 Victor "Nate... Adjust expected file size if ZapDisable is true (#16240)
2018-02-08 Jarret ShookMerge pull request #15673 from tannergooding/generatela...
2018-02-08 David MasonDebugger api to set a breakpoint on offset 0 of all...
2018-02-08 Noah FalkUpdating runtime version for tests (#16271)
2018-02-08 Brian RobbinsExplictly initialize EventData.Reserved for System...
2018-02-08 Anirudh AgnihotryExtra semicolons left at the end of Combine function...
2018-02-08 Jacek BlaszczynskiAdd tests for Sse2 memory fence instructions
2018-02-08 Jacek BlaszczynskiImplement Sse2 memory fence instructions
2018-02-08 Carol EidtMerge pull request #16268 from CarolEidt/Fix16254
2018-02-08 Carol EidtMerge pull request #16260 from sdmaclea/PR-ARM64-Remove...
2018-02-08 Alexander Soldatov[Unix] Passing extra CMake args
2018-02-08 Bruce ForstallMerge pull request #16279 from BruceForstall/FixArmCore...
2018-02-08 Bruce ForstallMake paths used by ARM corefx test script absolute
2018-02-08 Jan KotasCleanup redundant stale COR header definition (#16261)
next