summaryrefslogtreecommitdiff
path: root/src/vm
AgeCommit message (Expand)AuthorFilesLines
2019-06-26Fix disabling wrong session on EventPipe::Shutdown (#25409)José Rivero1-2/+2
2019-06-25Fix LTTng filtering for runtime providers (#25374)Sung Yoon Whang1-0/+4
2019-06-25Fix ReJIT failures (#25377)David Mason4-2/+45
2019-06-25emit rundown event for generic methods in R2R images (#25371)David Mason4-3/+190
2019-06-25Policheck comment adjustmentNoah Falk1-1/+1
2019-06-25Make sure EventPipeProvider::m_keywords is accurate after EventPipeConfigurat...Andrew Au9-32/+80
2019-06-25Remove outputPath parameter for EventPipe IPC protocol (#25363)John Salem2-3/+1
2019-06-25Fix StackFrameIterator::IsValid check race (#25359)Jan Vorlicek1-18/+22
2019-06-25Stop deallocating provider/events on shutdown (#25369)José Rivero1-6/+9
2019-06-24Make s_numberOfSessions Volatile as advertisement to other devs that the data...José Rivero2-4/+4
2019-06-24Events with keyword 0 needs to be fired (#25361)Sung Yoon Whang1-1/+1
2019-06-24Throw platform unsupported error for windows arm32 varargs (#25320)Jarret Shook1-2/+2
2019-06-24Multiple bug fixes (#25308)José Rivero14-288/+196
2019-06-22Fix ReturnKind classification for byref like types returned in registers (#25...Andy Ayers1-1/+1
2019-06-21Add EventPipe Processor Number support and make NetTrace the default … (#25...Noah Falk12-23/+89
2019-06-21Mark the profiler attach thread during attach David Mason1-5/+16
2019-06-20ensure process-wide fence when updating GC write barrier on ARM64 (#25130)Vladimir Sadov3-43/+83
2019-06-20Revert "ILMarshaler Refactor (#21227)" (#25292)Jeremy Koritzinsky6-900/+1005
2019-06-20Fix eventpipe filtering (#25221)Sung Yoon Whang20-122/+179
2019-06-20Remove dead code related to copy-constructors and intercept stubs (#25264)Jeremy Koritzinsky3-98/+3
2019-06-19Change Diagnostic Server transport name to align with spec (#25031)John Salem1-1/+1
2019-06-18ILMarshaler Refactor (#21227)Jeremy Koritzinsky6-1005/+900
2019-06-18Relax signed/unsigned checks in Array.Copy to match other places (#25209)Jan Kotas3-32/+31
2019-06-18Don't free the loader handle if the LoaderAllocator is already dead. (#25208)Jeremy Koritzinsky1-2/+5
2019-06-18Prevent loading byref-like types with invalid layout (#25200)Michal Strehovský1-0/+10
2019-06-17Remove unused TRACE_LEVEL_NONE (#23711)mvandeberg1-1/+0
2019-06-17Stop ignoring crashes around IUnknown::Release calls (#25210)Jan Kotas2-101/+2
2019-06-17Fix missing MethodEvents for R2R images (#25199)Jan Kotas1-1/+2
2019-06-17Fix GetFunctionEnter3Info on linux (#25147)David Mason3-12/+135
2019-06-14Moving non-EventPipe types out of eventpipe.* (#25161)José Rivero13-428/+501
2019-06-14Fix crash/corruption in VSD hash tables when backpatching entry point slots i...Koundinya Veluri2-11/+54
2019-06-14Optimize Activator.CreateInstance (#25145)Jan Kotas6-147/+61
2019-06-13Fix code version table lock / coop GC mode switch ordering (#25129)Koundinya Veluri2-6/+52
2019-06-13Allow pregenerating most HW intrinsics in CoreLib (#24917)Michal Strehovský1-4/+1
2019-06-13Multiple EventPipe related bugs/issues (#25112)José Rivero5-63/+73
2019-06-12Allocate handles for custom marshalers in ALCs instead of in the AppDomain. (...Jeremy Koritzinsky3-17/+34
2019-06-12Fix Module::IsInSameVersionBubble contract (#25106)Jan Vorlicek1-12/+6
2019-06-11Fix context restore for ARM/ARM64 debugging (#25089)Juan Hoyos1-9/+12
2019-06-11Fall back to CpuId if failed to get cache size from OS (#24989)Andy Hanson1-57/+58
2019-06-11Compilation fixes (#25084)Sinan Kaya2-2/+2
2019-06-11Use the per session configuration to invoke the EventPipeProvider callbacks (...Andrew Au3-11/+32
2019-06-11Delete dead code (#25066)Jan Kotas8-138/+4
2019-06-11R2R ilstubs (#24823)David Wrighton8-37/+265
2019-06-11Make GetSessionProvider const (#25085)Andrew Au6-6/+6
2019-06-11Refactor one-time ETL rundown event firing (#24993)Koundinya Veluri2-11/+25
2019-06-10Add optimization tiers to the Linux perf maps for perfcollect (#24967)Koundinya Veluri5-62/+123
2019-06-10Switch P/Invokes into libcoreclr for the PAL to QCalls (#25055)Jeremy Koritzinsky1-0/+55
2019-06-10fix generic attribute bug when generic attribute has parameters and the param...Avi Avni1-1/+1
2019-06-11Fix inline tracking (#25062)Jan Vorlicek1-0/+2
2019-06-10Add support for the NetTrace EventPipe file formatnoahfalk26-834/+2475