summaryrefslogtreecommitdiff
path: root/src/vm
AgeCommit message (Expand)AuthorFilesLines
2018-12-26desktop port (#21523)Maoni Stephens12-15/+112
2018-12-23Fix warning causing error in warning as error (Windows) (#21656)Ben Adams1-3/+3
2018-12-21Improve removal of dead calls to allocator helpers.Eugene Rozenfeld4-7/+58
2018-12-21Remove dead ICLRPrivBinder methods (#21637)Steve MacLean7-257/+7
2018-12-21Ensure that the S.N.Vector methods are marked as [Intrinsic] and that the att...Tanner Gooding1-1/+1
2018-12-21Streamline default EqualityComparer and Comparer for Enums (#21604)Jan Kotas2-26/+47
2018-12-20Replace more of JitHelpers with S.R.CS.Unsafe (#21598)Jan Kotas8-55/+27
2018-12-18Fix stack walking and reporting of default interface methods (#21525)Michal Strehovský5-6/+75
2018-12-17Add .NET Core version to EventLog (#21566)Sung Yoon Whang1-1/+12
2018-12-17Do not use CorHost2::m_fStarted to gate execution (#20953)Steve MacLean1-19/+5
2018-12-15Enable PinPlugAtGCTime event for standalone GC (#21543)Sung Yoon Whang2-0/+7
2018-12-15Fix warning causing error in warning as error (#21557)Ben Adams1-2/+2
2018-12-14Implement two pass algorithm for variant interface dispatch (#21355)Michal Strehovský2-5/+35
2018-12-13Setting the m_willBlockOnGarbageCollectionEvent earlier and only when we will...Andrew Au2-4/+7
2018-12-13Minor cleanup of the interoputil.h API (#21476)Aaron Robinson2-186/+212
2018-12-13Fixing up configEnableISA and Compiler::compSetProcessor to be consistent wit...Tanner Gooding1-0/+1
2018-12-10Refactor internal System.AppDomain out of CoreLib (#21460)Jan Kotas17-739/+127
2018-12-10Add support for RVA fields to crossgen/R2R (#21463)Jan Kotas1-3/+27
2018-12-10Delete vm/context.* (#21459)Jan Kotas25-1238/+58
2018-12-08Leap Seconds Support (#21420)Tarek Mahmoud Sayed1-43/+49
2018-12-08Remove `TryGetGuid()` and `GetDefaultInterfaceForCoclass()` from the (#21447)Aaron Robinson2-111/+53
2018-12-07Add support for loading registered TLBs (#21430)Aaron Robinson8-66/+162
2018-12-06Port CustomMarshalers.dll to C# and .NET Core (#21343)Jeremy Koritzinsky4-5/+4
2018-12-05Delete FEATURE_TREAT_NI_AS_MSIL_DURING_DIAGNOSTICS (#21387)Jan Kotas4-36/+5
2018-12-06Disable native image usage for collectible assemblies (#21378)Jan Vorlicek3-10/+15
2018-12-05Remove FromGAC & OnTPAList (#21371)Steve MacLean9-166/+40
2018-12-03Remove *LoadContextHostBinder (#21342)Steve MacLean4-138/+1
2018-12-03Refactor all FCalls out of AppDomain.cs (#21337)Jan Kotas21-975/+172
2018-12-03Merge pull request #21264 from fiigii/x64onlyCarol Eidt4-7/+24
2018-12-03Make sure the debug registers are available in the SavedRedirectContext (#21293)Andrew Au1-2/+2
2018-12-03Remove IsNeutralDomain() (#21318)Steve MacLean31-272/+79
2018-12-01Enable COM interop for collectible classes (#20919)Jan Vorlicek14-273/+241
2018-11-30Implement 64-bit-only intrinsicFei Peng1-1/+6
2018-11-30Fix crossgen segfaultSteve MacLean1-2/+43
2018-11-30Address PR feedbackSteve MacLean3-55/+5
2018-11-30Remove dead codeSteve MacLean8-317/+17
2018-11-30Eliminate the requirement that abort requires no lock held on the current thr...Andrew Au1-6/+0
2018-11-30Update how CoreDisTools is discovered (#21261)Aaron Robinson1-76/+101
2018-11-30Fix perf issues with GetCurrentThreadHomeHeapNumber (#21150)David Mason1-1/+5
2018-11-29Properly DACize TLB access for thread local staticsJuan Sebastian Hoyos Ayala1-1/+1
2018-11-29Update JIT/EE getMethodNameFromMetadata to get enclosing class nameFei Peng3-6/+18
2018-11-29Enable type equivalence (#21265)Aaron Robinson13-132/+113
2018-11-29Add more advanced SafeArray tests (#21063)Jeremy Koritzinsky1-0/+4
2018-11-28Add IsCollectible property to Memberinfo and MethodInfo (#21155)John Salem3-0/+18
2018-11-28Delete code related to LoaderOptimization and SharedDomain (#21031)Jan Kotas34-2246/+113
2018-11-28Switch to preemptive mode before calling COM (#21238)Jan Kotas1-72/+81
2018-11-27Fix ILStubCache allocation for collectible assemblies (#21188)Jan Vorlicek6-24/+23
2018-11-26Disable domain neutral loading (#21156)Jan Kotas19-328/+17
2018-11-24Fix Interop/PInvoke/Miscellaneous/HandleRef tests under GCStress (#21131)Jeremy Koritzinsky2-4/+14
2018-11-24Refactor AppDomain.IsAppXModel and a few other AppDomain methods (#21181)Jan Kotas4-130/+30