Update CoreClr, CoreFx to preview-27223-01, preview.18622.2, respectively (master...
[platform/upstream/coreclr.git] / src /
2018-12-23 Marek SafarExtracts public IThreadPoolWorkItem interface to shared...
2018-12-23 Marek SafarMoves CoreLib to shared location (#21654)
2018-12-22 Ben AdamsSpanHelpers deal with nullable reference types (#21232)
2018-12-22 Jan KotasMove some Task related files to shared CoreLib partitio...
2018-12-22 Jan KotasSynchronize Task, Awaiter and ThreadPool implementation...
2018-12-22 Jan KotasCoreRT-specific Object.cs changes - Fix build breaks...
2018-12-22 Eugene RozenfeldImprove removal of dead calls to allocator helpers.
2018-12-22 Steve MacLeanRemove dead ICLRPrivBinder methods (#21637)
2018-12-22 Jan KotasCleanup to match conventions
2018-12-22 Marek SafarMoves common part of Object to CoreLib shared
2018-12-22 Eugene RozenfeldDon't mark calls to allocation helpers as CSE candidates.
2018-12-21 Dan MoseleyRemove _syncRoot field from collections (#21628)
2018-12-21 Tanner GoodingEnsure that the S.N.Vector methods are marked as [Intri...
2018-12-21 Sergey AndreenkoFix arm64 prolog generation for register masks with...
2018-12-21 Marek SafarMoves ByReference to shared CoreLib (#21633)
2018-12-21 Jan KotasStreamline default EqualityComparer and Comparer for...
2018-12-21 Tanner GoodingUpdating gtGetSIMDZero to only return the NI_Base_Vecto...
2018-12-21 Tanner Gooding Updating `FusedMultiplyAdd` for `System.Math` and...
2018-12-21 Fei PengImplement the remaining BMI1/2 intrinsic (#21480)
2018-12-21 Fei PengAdd AggressiveInlining for Vector<T>.op_Multiply (...
2018-12-21 Tomáš RylekFix "harmless" bug in ZapImport - use AppendByte to...
2018-12-21 Eugene RozenfeldFix jit warning in crossgen desktop build.
2018-12-21 mikednDon't morph volatile IND(ADDR(LCL_VAR)) (#20843)
2018-12-20 Carol EidtMerge pull request #21589 from CarolEidt/Fix21546
2018-12-20 Tomas WeinfurtFreebsd symbols3 (#21607)
2018-12-20 Jan KotasReplace more of JitHelpers with S.R.CS.Unsafe (#21598)
2018-12-20 Eugene RozenfeldFix jit warning. (#21600)
2018-12-18 Carol EidtTransform SIMD8 to FIELD_LIST if promoted
2018-12-18 Koundinya VeluriUpdate named mutex PAL tests to include case of file...
2018-12-18 Tomáš RylekAdd support for parsing field signatures (#21573)
2018-12-18 Carol EidtMerge pull request #21567 from CarolEidt/Issue20657
2018-12-18 Bruce ForstallMerge pull request #21571 from BruceForstall/DisableArm...
2018-12-18 Michal StrehovskýFix stack walking and reporting of default interface...
2018-12-18 Sung Yoon WhangAdd .NET Core version to EventLog (#21566)
2018-12-18 Andrey KvochkoGenerate ARM CFIs in prolog (#21505)
2018-12-18 Stanislav UshakovFixed suppressed XML documentation errors (dotnet/coref...
2018-12-18 Steve MacLeanDo not use CorHost2::m_fStarted to gate execution ...
2018-12-18 Bruce ForstallMerge pull request #21532 from BruceForstall/FixPython3...
2018-12-17 Jan KotasDelete dead code (#21562)
2018-12-17 Michal StrehovskýAdd specialized allocation helpers (#21561)
2018-12-16 Bruce ForstallMerge pull request #21400 from BruceForstall/FixArm32Fl...
2018-12-16 Eugene RozenfeldEnable object stack allocation in R2R mode.
2018-12-16 Sung Yoon WhangEnable PinPlugAtGCTime event for standalone GC (#21543)
2018-12-15 Carol EidtFix more HWIntrinsic ifdefs (#21556)
2018-12-15 Ben AdamsFix warning causing error in warning as error (#21557)
2018-12-15 Tanner GoodingFixing an assert in `gtGetStructHandleForSIMD` to valid...
2018-12-15 Sven BoemerPublish packages in Azure DevOps official build (#21536)
2018-12-15 Tomáš RylekImplement GC ref map parsing and display in R2RDump...
2018-12-15 Carol EidtMerge pull request #21535 from CarolEidt/Fix21500
2018-12-14 Tanner GoodingSimplifying the emitter handling of 4-byte encoded...
2018-12-14 Michal StrehovskýImplement two pass algorithm for variant interface...
2018-12-14 Andrew AuSetting the m_willBlockOnGarbageCollectionEvent earlier...
2018-12-14 Matt Warren'mscorlib' link returns 404 -> 'System.Private.CoreLib...
2018-12-13 Carol EidtUpdate var life for multireg local
2018-12-13 Mike McLaughlinFixes issue #21485 and #21484 (#21526)
2018-12-13 Andy AyersJIT: avoid folding operations with relocatable immediat...
2018-12-13 Aaron RobinsonMinor cleanup of the interoputil.h API (#21476)
2018-12-13 Carol EidtMerge pull request #21527 from CarolEidt/FixIfdef
2018-12-13 Carol EidtFix HWIntrinsics ifdef
2018-12-13 Fei PengFix hardware intrinsc API XML comments (#21515)
2018-12-13 Tanner GoodingFixing up configEnableISA and Compiler::compSetProcesso...
2018-12-13 Carol EidtMerge pull request #21304 from CarolEidt/NonObjSIMD
2018-12-13 Stephen ToubSuppress unused warnings for events raised by the VM...
2018-12-13 Brian SullivanMerge pull request #21512 from briansull/fix_750014
2018-12-13 Andy AyersJIT: optimize unbox/unbox.any when type is known (...
2018-12-13 Andy AyersJIT: handle byref-typed immediates in encoding (#21477)
2018-12-12 Brian SullivanMerge branch 'master' into fix_750014
2018-12-12 Brian SullivanFix for PMI assert: 'vnWx != NoVN'
2018-12-12 Pent PloompuuOptimize number parsing (#21365)
2018-12-12 Oded HansonAdded support for debugging a sandboxed app on Mac...
2018-12-11 Andy AyersJIT: capture failing inline observation in more cases...
2018-12-11 Tanner GoodingMoving the remaining Vector128/256 helper intrinsics...
2018-12-11 Jan KotasDelete unnecessary struct initialization (#21482)
2018-12-11 Sung Yoon Whangmake GC/GCHandle tracing pay-for-play (#21479)
2018-12-11 Sung Yoon WhangFix for SetGCHandle event not getting emitted when...
2018-12-11 Julius R FriedmanEliminate GenTreeRegVar and GT_REG_VAR and RegVar ...
2018-12-11 Tanner GoodingAdding support for the 2-byte VEX encoding to the emitt...
2018-12-11 Brian SullivanMerge pull request #21386 from briansull/issue_19925
2018-12-11 Carol EidtDon't require BLK nodes for SIMD
2018-12-10 Jan KotasFix warnings as errors
2018-12-10 Jan KotasRefactor internal System.AppDomain out of CoreLib ...
2018-12-10 Brian SullivanRenamed VNCollectExc to VNUnionExcSet
2018-12-10 Brian SullivanMerge branch 'master' into issue_19925
2018-12-10 Jan KotasAdd support for RVA fields to crossgen/R2R (#21463)
2018-12-10 Nick CraverFix for #21456 (Regressions in attribute allocations...
2018-12-10 Jan KotasDelete vm/context.* (#21459)
2018-12-10 Oded HansonAdded Close On Exec Attribute for Mutex files (#21455...
2018-12-10 Oded HansonFixed bug where "DCI_NUMA" was missing from debug chann...
2018-12-08 Michal StrehovskýFix regression in fat calls (#21446)
2018-12-08 Tarek Mahmoud SayedLeap Seconds Support (#21420)
2018-12-08 Aaron RobinsonRemove `TryGetGuid()` and `GetDefaultInterfaceForCoclas...
2018-12-08 Stephen ToubUse string.Create in ConvertFromUtf32 (#21409)
2018-12-08 Stephen ToubRemove some unnecessary spinning (#21437)
2018-12-07 Tanner GoodingMoving various Vector128/256 helper method to be implem...
2018-12-07 Aaron RobinsonAdd support for loading registered TLBs (#21430)
2018-12-07 Davis GoodinBuild Microsoft.NET.Sdk.IL in source-build
2018-12-07 Tanner GoodingAdding a note to the genBaseIntrinsic function header...
2018-12-07 Jan VorlicekFix some SOS commands after SharedDomain removal (...
2018-12-07 Stephen ToubAdd CancellationToken parameter to GetAsyncEnumerator...
2018-12-07 Stephen ToubFactor new AsyncIteratorStateMachineAttribute into...
next