summaryrefslogtreecommitdiff
path: root/src/vm
AgeCommit message (Expand)AuthorFilesLines
2019-10-21[Release/3.1] Fixes for profiler stack sampling (#27300)David Mason2-3/+17
2019-10-21[3.1] Backport fixes to ETW/EventPipe events to enable GCDumps (#27297)John Salem1-7/+9
2019-10-20Fix Segfault in PerfInfo Image Logging (#26910)Brian Robbins1-2/+15
2019-10-14Do not create diagnostics server thread and pipe if EnableDiagnostics is set ...Sung Yoon Whang1-0/+6
2019-10-14Enable optimized single-proc allocation helpers for single-proc x86/x64 syste...Jan Kotas1-4/+4
2019-10-04Handle AV caused by invalid IBC data (#27029) (#27034)Fadi Hanna1-1/+5
2019-10-03Fix read ordering bug between buckets pointer and counter (#26997) (#27009)Fadi Hanna1-1/+4
2019-09-27Port to Release/3.1 - enabling MHR support (#26803)Jan Vorlicek8-7/+148
2019-09-17[release/3.1] Fix marshalling a pinnable multi-dimensional arr… (#26664)Jeremy Koritzinsky3-3/+5
2019-09-12Fix watson bucketing/broken triage dumps (#26670)Mike McLaughlin1-0/+5
2019-08-29Emit RVA Instead of File Offset by Default in Native Image PerfMap Files (#26...Brian Robbins3-5/+31
2019-08-19Use function-local StackingAllocator for EnC added methods (#26256)Juan Hoyos1-2/+6
2019-08-19Account for quoted values in provider filter string (#26159) (#26195)John Salem1-3/+19
2019-08-16Clean up diagnosticserver socket on unexpected shutdown (#25976) (#26190)Sung Yoon Whang2-0/+33
2019-07-26fix gc config - need to read from both runtime config and env var (#25890)Maoni Stephens1-5/+9
2019-07-19Fixing Buffer::BlockCopy, JIT_MemCpy, and JIT_MemSet to just call the appropr...Tanner Gooding3-300/+90
2019-07-19Fix typo: `_TARGET_X86` -> `_TARGET_X86_` (#25788)Andy Hanson1-1/+1
2019-07-16Merge branch 'release/3.0' into merge/master-to-release/3.0William Godbe2-0/+16
2019-07-16Add missing Arm64 specific diagnostic code (#25695)Steve MacLean1-0/+15
2019-07-12Frkaya/gccfix07102019 (#25624)Sinan Kaya3-3/+3
2019-07-11PerfMap should output file offset instead of RVAs (#25638)Andrew Au2-8/+9
2019-07-11Fix GS cookie check on ARM in functions with stackalloc (#25628)Jan Vorlicek6-3/+22
2019-07-11System.GC.HeapHardLimit and .HeapHardLimitPercent in runtimeconfig.json (#25574)Andy Hanson3-0/+22
2019-07-11Fix handling of NullReferenceException in VSD on ARM (#25627)Jan Vorlicek6-40/+67
2019-07-09Let EventPipe threads sleep when no events are available (#25601)David Mason9-16/+100
2019-07-08Return HardLimitBytes from GCMemoryInfo.TotalAvailableMemoryBytes (#25437)Andy Hanson2-5/+5
2019-07-05many core (#25350)Maoni Stephens1-16/+78
2019-07-04Fix instantiation stub maker for case where no register is used by function p...Fadi Hanna1-20/+29
2019-07-03Fix getting rundown events during EventPipe::Shutdown (#25450)José Rivero2-32/+36
2019-07-03arm64singlestepper (#25512)Steve MacLean7-15/+841
2019-07-03Prevent EventPipe rundown from blocking on write (#25523)John Salem3-51/+32
2019-07-03Add check to prevent attaching a profiler when one is already present (#25520)David Mason3-85/+148
2019-07-03Fix GCStress modes that do code instrumentation to work with code versioning ...Koundinya Veluri10-48/+182
2019-07-03Cleanup IL linker heuristic usage (#25547)Jan Kotas2-1/+10
2019-07-02Add a new CompilationDiagnostic ETW Keyword (#25544)Brian Robbins1-1/+4
2019-07-02Merge ReadyToRunInfo::GenericMethodIterator in to ReadyToRunInfo::MethodItera...David Mason4-126/+122
2019-07-02Ensure YIELD_WHILE() in EventPipeBufferManager::SuspendWriteEvent() always te...Andrew Au2-6/+7
2019-07-02Add RundownRequested switch to EventPipe IPC protocol (#25495)Sung Yoon Whang7-18/+140
2019-07-01Delete dead code (#25513)Jan Kotas2-10/+0
2019-06-29Fix GCStress issue on x86 and Arm (#25445)Brian Sullivan6-60/+112
2019-06-28Use regular static variable for EEConfig storage (#25479)Jan Kotas3-32/+9
2019-06-27Fix SIGSEGV in GC when dealing with large double[] on ARM32 (#25403)Vladimir Sadov1-22/+31
2019-06-26EventPipe events should only be sent to sessions that are listening to the ev...Andrew Au6-38/+61
2019-06-26Merge branch 'release/3.0' into merge/master-to-release/3.0William Godbe2-0/+16
2019-06-26Delegate inspection API in the DBI (#25362)Juan Hoyos2-0/+11
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