Implement RuntimeHelpers.PrepareMethod/PrepareDelegate for CoreCLR (#16382)
[platform/upstream/coreclr.git] / src /
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 Baladurinsigsegv_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 Bruce ForstallMerge pull request #16380 from kbaladurin/fix-uaf
2018-02-14 Tarek Mahmoud SayedFix 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 BaladurinHistoram: 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 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.1 CompareEqual
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 Andy AyersJIT: Allow struct promotion in GS frames (#16220)
2018-02-12 Brian RobbinsUse DateTime.ToFileTimeUtc to generate serializable...
2018-02-12 Andy AyersJIT: look for escaping byrefs (#16305)
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 Jan KotasDelete PEFingerPrint.* (#16325)
2018-02-10 Andy AyersAllow jit internal errors to propagate to user visible...
2018-02-10 Fei PengImplement certain simple SIMD intrinsics for AVX/AVX2
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 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 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 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 Brian RobbinsExplictly initialize EventData.Reserved for System...
2018-02-08 Anirudh AgnihotryExtra semicolons left at the end of Combine function...
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 Jan KotasCleanup redundant stale COR header definition (#16261)
2018-02-08 Petr Bred[RyuJIT/ARM32] Fix crash while generating CFI unwind...
2018-02-08 Maryam AriyanThrowing IO Related exception only on FileStream.Dispos...
2018-02-08 Michal StrehovskýMake it possible to Reflection.Emit default interface...
2018-02-08 John DoeAgruments -> Arguments (#16273)
2018-02-08 Brian SullivanFixes GitHub Issue 16065
2018-02-08 Carol EidtCheck mismatched types for SIMD copy
2018-02-08 Anirudh AgnihotryRemoves Extra allocations for corner cases in CombineNo...
2018-02-07 Brian RobbinsInitialize stack allocated data structures. (#16259)
2018-02-07 Steve MacLean[Arm64] Remove SIMD hacks to get*TypeForStruct
2018-02-07 Tarek Mahmoud SayedFix Hebrew calendar month names list (#16247)
2018-02-07 Steve MacLeanDisable crossgen for types containing intrinsic types...
2018-02-07 Bruce ForstallMerge pull request #16241 from BruceForstall/FixJobNames
2018-02-07 Sung Yoon WhangFix stacktrace formatting to make it work on CoreRT...
2018-02-06 Koundinya VeluriFix GC reproting for by-ref-like structs (#16231)
2018-02-06 Carol EidtMerge pull request #16200 from fiigii/loadstore
2018-02-06 Fei PengImplement AVX2 LoadAlignedVector256/128NonTemporal
2018-02-06 Fei PengImplement SSE3 LoadAndDuplicateToVector128 and LoadDquV...
2018-02-06 Fei PengImplement AVX LoadAlignedVector256, LoadDquVector256...
2018-02-06 Carol EidtMerge pull request #16228 from fiigii/store
2018-02-06 Carol EidtMerge pull request #16235 from CarolEidt/FixPrefetchBui...
2018-02-06 Bruce ForstallMerge pull request #16006 from BruceForstall/AddWindows...
2018-02-06 Eugene RozenfeldDon't remove the first non-internal block that has...
2018-02-06 Carol EidtReplace comment inadvertently removed
2018-02-06 Carol EidtDisable prefetch instructions for LEGACY_BACKEND
2018-02-06 Jan KotasMove String.Manipulation.cs to shared (#16226)
2018-02-06 Fei PengImplement SSE2 Store* intrinsics
next