summaryrefslogtreecommitdiff
path: root/src/vm
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-12Enable Symbolic Rundown for EventPipe (#11582)Brian Robbins7-9/+143
2017-05-12Put the serialization marker under its own IFDEF. (#11568)Brian Robbins1-1/+1
2017-05-12Don't allow specification of needStack to EventPipeProvider when creating an ...Brian Robbins2-1/+22
2017-05-12EventPipe Circular Buffer Support and Ability to Start/Stop Tracing (#11507)Brian Robbins23-91/+2127
2017-05-11Handle ADC in x86 unwindLazyState (#11527)Michelle McDaniel1-0/+2
2017-05-11Add back private BadImageFormatException constructor called by the VM (#11523)Jan Kotas1-14/+5
2017-05-10Merge pull request #11437 from mjsabby/eventpipetoprofilerapiNoah Falk3-11/+95
2017-05-10Remove eventpipe stuff left from prev commitMukul Sabharwal1-6/+0
2017-05-10Remove EventPipeProfiler due to time constraintsMukul Sabharwal9-169/+0
2017-05-10Re-Factor EventSource to Support Writing to EventPipe (#11435)Brian Robbins7-53/+113
2017-05-09Fix static analysis issues (#11466)Koundinya Veluri5-26/+30
2017-05-08Add an event pipe that pipes to the profiler apisMukul Sabharwal10-11/+270
2017-05-08FailFast stderr logging with stacktrace (#11397)Viktor Hofer1-0/+98
2017-05-06Log Events to EventPipe on Linux (#11433)Brian Robbins21-71/+1980
2017-05-06Delete dead code (#11431)Jan Kotas3-112/+0
2017-05-05Remove ArrayList (#11426)Justin Van Patten1-6/+0
2017-05-05[Arm64/Unix] Enable FEATURE_USE_SOFTWARE_WRITE_WATCH_FOR_GC_HEAP (#11375)Steve MacLean2-0/+46