summaryrefslogtreecommitdiff
path: root/src/vm/stubhelpers.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-02-28Replace ambiguous _WIN64 and BIT64 with _TARGET_64BIT_ macroEgor Chesakov1-2/+2
2017-08-23This revertstijoytk1-1/+1
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-1/+0
2017-06-13Partially remove relocations for ModuleSection (ZapVirtualSectionType). (#11853)Ruben Ayrapetyan1-2/+2
2017-05-17Switch multicast delegate stub on Windows x64 to use stubs-as-il (#11624)Jan Kotas1-2/+2
2017-04-26[x86/Linux] Use appropriate FCALL macro for DateMarshaler__ConvertToNative (#...Jonghyun Park1-1/+1
2017-03-23GetContainingObject is inconsistent with the lowest address it chooses. (#10438)Maoni Stephens1-1/+1
2017-03-21[Local GC] Forbid inclusion of gcscan.h from VM and DAC directories (#10332)Sean Gillespie1-2/+1
2017-03-05Remove hosting methods that always return false (#9930)Austin Wise1-24/+15
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-3/+0
2017-02-14Remove never defined FEATURE_INCLUDE_ALL_INTERFACESdanmosemsft1-7/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-176/+0
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-6/+6
2016-08-17Due to comdat folding some fcalls are pointing to same code. This fix ensures...Rahul Kumar1-0/+1
2016-08-10ARM64: Fix for ARM64TODORahul Kumar1-0/+4
2016-07-14Make StubHelpers::ProcessByrefValidationList NOTHROW (#6258)Jan Vorlicek1-2/+10
2016-07-12ARM64: In GetDelegateTarget a portion of the _WIN64 code was under _TARGET_AM...Rahul Kumar1-2/+0
2016-07-12Fix exceptions in GC wave 2 (#6220)Jan Vorlicek1-1/+1
2016-01-27Update license headersdotnet-bot1-4/+3
2015-12-16Rename CNameSpace to GCScanJan Kotas1-1/+1
2015-08-13There was a testcase failing (Interop\WinRT\Exception\ManagedClientNativeServ...Bryan Arant1-1/+1
2015-04-02Fix x86 build breakJan Kotas1-4/+4
2015-04-02Clear last error for SetLastError=true P/InvokeJan Kotas1-8/+25
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+2149