summaryrefslogtreecommitdiff
path: root/src/vm
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-24Move AppDomain local data store to AppContext and cleanup AppContext (#21180)Jan Kotas2-2/+0
2018-11-22Typos (#21171)John Doe4-4/+4
2018-11-22Delete System.AppDomainSetup (#21157)Jan Kotas13-423/+19
2018-11-22Sequel to NativeLibrary API (#21148)Swaroop Sridhar2-19/+21
2018-11-21Merge pull request #21146 from AaronRobinsonMSFT/comtoclrworker_avAaron Robinson1-5/+13
2018-11-21Minor clean up in COMToCLRWorkerAaron Robinson1-5/+13
2018-11-21Introduce Marshall.LoadLibrary API (#20871)Swaroop Sridhar6-48/+235
2018-11-21Check for null on COM to CLR call if error occurs during thread instance get.Aaron Robinson1-1/+1
2018-11-21Fix Unix ARM JIT_MemCpy and JIT_MemSet (#21141)Jan Vorlicek1-5/+3
2018-11-21Delete dead/unused code (#21138)Jan Kotas30-1017/+44