summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-10-30[Release/3.1] Port profiler APIs to set and retrieve environment variables to...David Mason5-1873/+3011
2019-10-24[3.1] Protect against a rare invalid lock acquision attempt during etw proces...Koundinya Veluri2-5/+15
2019-10-22Fix step with stackalloc (#27246) (#27351)Steve MacLean8-97/+77
2019-10-21Fix LTTng build for build environments with older liblttng-ust-dev (#27273) ...Sung Yoon Whang2-1/+12
2019-10-21[Release/3.1] Fixes for profiler stack sampling (#27300)David Mason4-1874/+1892
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-17Fix DecoderNLS.Convert to out the correct value for 'completed' (#27229)Levi Broderick1-3/+7
2019-10-17Enable ETW/EventSource logging of task IDs for boxed state machines (#27115) ...Stephen Toub1-1/+3
2019-10-16Fix GetSequencePoints when profiler provides mapping via SetILInstrumentedCod...David Mason1-2/+8
2019-10-15Improve the performance of Environment.WorkingSet in Windows (#26522) (#27212)Sung Yoon Whang5-24/+65
2019-10-14Do not create diagnostics server thread and pipe if EnableDiagnostics is set ...Sung Yoon Whang2-1/+7
2019-10-14Correctly handle variable argument SIMDScalar (#26421) (#26778)Carol Eidt1-1/+10
2019-10-14Enable optimized single-proc allocation helpers for single-proc x86/x64 syste...Jan Kotas1-4/+4
2019-10-14Fix available memory extraction on Linux (#26764) (#26938)agoretsky4-27/+349
2019-10-04Handle AV caused by invalid IBC data (#27029) (#27034)Fadi Hanna1-1/+5
2019-10-04Improve TimeSpan precision (#26992) (#27010)Jan Kotas1-13/+8
2019-10-03oom (#26457) (#26983)Maoni Stephens2-1/+31
2019-10-03Fix read ordering bug between buckets pointer and counter (#26997) (#27009)Fadi Hanna1-1/+4
2019-09-30Abort FuncEval on unaligned SP (for 3.1) (#26607)Steve MacLean1-0/+14
2019-09-27Port to Release/3.1 - enabling MHR support (#26803)Jan Vorlicek12-39/+236
2019-09-22Do not clip CPU count when CPU quota is used. (#26153) (#26806)Jan Kotas3-17/+0
2019-09-21Port The Fix When Enabling Windows Compatibilty Mode (#26805)Tarek Mahmoud Sayed3-24/+31
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 Robbins4-5/+32
2019-08-27Fix Abbreviated Genitive Month Names Parsing (#26384)Tarek Mahmoud Sayed3-10/+24
2019-08-26Do not use `AllocateUninitializedArray` in private array pools. (#26338) (#26...Stephen Toub1-3/+3
2019-08-26[release/3.0] Fix BinaryReader.ReadChars for fragmented Streams (#26324) (#26...Jan Kotas2-1/+23
2019-08-20Port stage work for 3.0 (#26137)Aaron Robinson1-73/+0
2019-08-19Use function-local StackingAllocator for EnC added methods (#26256)Juan Hoyos1-2/+6
2019-08-19arm64 out of proc unwind for DAC (#26156)Mike McLaughlin2-11/+74
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 Whang4-12/+45
2019-08-16Allow for interface implementations in EventSource.WriteEventVarArgs (#25844)...Sung Yoon Whang1-5/+6
2019-08-16Fix a potential division by 0 in post GC counter computation (#26085) (#26089)Sung Yoon Whang1-1/+4
2019-08-12Use Arcade's internal tool restore project for restoring IBCMerge (#26133)Elinor Fung1-13/+3
2019-08-07[release/3.0] Updating Math.Round and MathF.Round to be IEEE compliant so tha...Tanner Gooding5-40/+282
2019-08-07Fixes Issue #20262 for CoreCLR 5.0 (#25926) (#25988)Brian Sullivan2-38/+47
2019-08-07Ensure that we check for implicit ivals for single argument intrinsics before...Tanner Gooding1-5/+5
2019-08-07Port to 3.0 - Fix WSL alternate stack check (#25980)Jan Vorlicek2-5/+27
2019-08-07Make counters use dedicated thread instead of timer (#25864) (#25978)Sung Yoon Whang2-73/+89
2019-07-28Fix use of AddTo/RemoveFromActiveTasks in async methods (#25915)Stephen Toub1-20/+15
2019-07-28Fix nullability annotations for static (#25914)Stephen Toub21-29/+30
2019-07-28Do not fast tail call if caller has multislot structs (#25885) (#25910)Jarret Shook1-0/+5
2019-07-26fix gc config - need to read from both runtime config and env var (#25890)Maoni Stephens1-5/+9
2019-07-22[3.0 port] Fix first value of counter payload being skewed (#25799)Sung Yoon Whang4-5/+35
2019-07-22Merge pull request #25779 from sdmaclea/arm64debug30Steve MacLean7-21/+184
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