summaryrefslogtreecommitdiff
path: root/src/vm
AgeCommit message (Expand)AuthorFilesLines
2017-06-02Merge pull request #11699 from swgillespie/local-gc-branch-mergeSean Gillespie13-476/+792
2017-06-01[x64/Linux] Fix FEATURE_INTERPRETER Release build (#12046)Jonghyun Park1-1/+3
2017-06-01[Local GC] Remove uses of g_SystemInfo from the GC (#11628)Sean Gillespie1-2/+14
2017-06-01[Local GC] Obtaining configuration information (#11379)Sean Gillespie6-27/+128
2017-06-01[Local GC] Add async pinned handle methods to the handle interface (#11569)Sean Gillespie2-7/+32
2017-06-01[Local GC] Fix some handle table interface violations in COMDependentHandle (...Sean Gillespie1-5/+6
2017-06-01[Local GC] Scaffolding for loading a standalone GC (#11242)Sean Gillespie7-435/+612
2017-06-01[x64/Linux] Use correct argument registers in InterpreterStub (#12002)Jonghyun Park2-6/+12
2017-05-31Remove GCX_PREEMP call when allocating a buffer. (#12016)Brian Robbins1-1/+6
2017-05-31Fix issues with RelativePointer instead of RelativeFixupPointer (#12004)gbalykov1-1/+1
2017-05-30Remove relocations from SECTION_MethodDesc for ngened images (#11394)gbalykov10-125/+182
2017-05-29added DWARF exprloc for static value class fields (#11911)Buyduck1-8/+37
2017-05-26Move rundown to the same code-site where we do ETW rundown before EEShutdown ...Brian Robbins1-5/+5
2017-05-26Merge pull request #11920 from briansull/crossgen-tuningBrian Sullivan1-11/+0
2017-05-26EETypeHashTable lookups can deadlock with GC during comparison with unrestore...Jan Kotas1-0/+9
2017-05-26Fix compile with disabled FEATURE_READYTORUN option (#11875)Petr Bred7-4/+10
2017-05-25Remove the check that requires an instrumented flags for mscorlib when collec...Brian Sullivan1-11/+0
2017-05-25Implement Activity ID / Related Activity ID for EventSources Writing to Event...Brian Robbins9-25/+69
2017-05-24Remove g_fEEManagedEXEStartup and g_fEEIJWStartup. (#11907)Aditya Mandaleeka2-25/+6
2017-05-24Mark the EventPipe crst as host breakable. (#11899)Brian Robbins1-1/+1
2017-05-24[x86/Linux] Reentrant PEImage::Load (#11867)Jonghyun Park1-1/+7
2017-05-24Allow RelativePointer::SetValue usage for non-DAC builds only (#11891)gbalykov8-13/+32
2017-05-24Indicate if thread time events are in managed or native code. (#11892)Brian Robbins8-8/+72
2017-05-24[Arm64/Win] Revise JIT_MemSet (#11420)Steve MacLean1-89/+157
2017-05-24[x86/Linux] Thread-safe UMThunkMarshInfo::RunTimeInit (#11864)Jonghyun Park1-3/+4
2017-05-23Return early if EventPipeBuffer is empty. (#11855)Brian Robbins1-0/+4
2017-05-23Delete special handling of IJW RVA fields at NGen time (#11818)Jan Kotas4-25/+3
2017-05-23Direct mapping of IL-assembly images that don't contain writeable sections.Ruben Ayrapetyan3-18/+91
2017-05-23Extract PEImage::CreateLayoutMapped and PEImage::CreateLayoutFlat from PEImag...Ruben Ayrapetyan2-52/+92
2017-05-22Merge pull request #11776 from parjong/fix/x86_STDMETHODCALLTYPE_as_cdeclBruce Forstall6-72/+72
2017-05-22Fix FieldDesc::GetExactFieldType when FieldDesc doesn't exactly represent the...Igor Kulaychuk1-2/+5
2017-05-22Delete default copy/move constructors and assignment operators of RelativePoi...Ruben Ayrapetyan3-4/+35
2017-05-22[x86/Linux] Use CDECL (instead of STDCALL) as STDMETHODCALLTYPEJonghyun Park6-72/+72
2017-05-20[Arm64/Win] Revise JIT_MemCpy (#11261)Steve MacLean1-91/+85
2017-05-20Linux/x86: Fix clang 4.0 build (#11610)mskvortsov1-4/+5
2017-05-18[GDBJIT] Fix incomplete type build error (#11706)Jonghyun Park1-0/+2
2017-05-18Fix Externally reported issue with are ETW logging messages (#11722)Vance Morrison1-2/+2
2017-05-17Use relevant define for resumable frame SP handling (and update ifdef conditi...Jonghyun Park2-7/+11
2017-05-17[x86/Linux] Fix undefined references on SOS (#11701)Jonghyun Park2-19/+16
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas122-18522/+218
2017-05-17Move some local declaration into exceptionhandling.cpp (#11668)Jonghyun Park2-11/+10
2017-05-17Remove unused CLRVectoredExceptionHandlerShim forward declarations (#11667)Jonghyun Park3-6/+1
2017-05-17Switch multicast delegate stub on Windows x64 to use stubs-as-il (#11624)Jan Kotas11-31/+44
2017-05-16Allow provider deletion to be deferred until after tracing is stopped. (#11651)Brian Robbins7-5/+116
2017-05-16[x86/Linux] Remove GetFrameFromRedirectedStubStackFrame stub (#11638)Jonghyun Park2-10/+0
2017-05-15Move PopSEHRecords into excepx86.cpp (#11626)Jonghyun Park2-24/+21
2017-05-15Write EventSource events with metadata to EventPipe (#11577)Xiangyang (Mark) Guo10-25/+89
2017-05-15Remove unused code from excepx86.cpp (#11602)Jonghyun Park1-33/+0
2017-05-15Allow coniguration of sampling rate. (#11595)Brian Robbins4-12/+12
2017-05-15EventPipe: Prepend variable length field sizes (#11600)Brian Robbins2-3/+12