summaryrefslogtreecommitdiff
path: root/src/vm
AgeCommit message (Expand)AuthorFilesLines
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
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