summaryrefslogtreecommitdiff
path: root/src/vm
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-10Use SIZE_T for SectionSize in RegisterFrozenSegment (#25044)Mukul Sabharwal2-2/+2
2019-06-10Fix field offset computation for large version bubble (#25029)Jan Vorlicek3-6/+92
2019-06-09Fix `EventPipe::Disable` threading issues. (#24896)José Rivero8-418/+492
2019-06-07Fix a race condition in EventPipe (#25025)Andrew Au2-36/+47
2019-06-07Reduce indirect function calls (#24980)David Wrighton6-98/+30
2019-06-06Use CMake's C# support to build DacTableGen instead of manually invoking csc....Jeremy Koritzinsky2-2/+2
2019-06-06Clear syncblock early when `VERIFY_HEAP && DEBUG` to prevent verification ass...Vladimir Sadov1-0/+4
2019-06-06PInvoke stubs for Unix platforms (#24834)Fadi Hanna8-29/+223
2019-06-05APIs to allow profilers to use DoStackSnapShot on Linux (#24968)David Mason4-15/+77
2019-06-05Fix GCStress coverage for multi reg returns. (#24826)Sergey Andreenko4-246/+369
2019-06-05Merge pull request #24937 from safern/FixNullableAnnotationsApiReviewSantiago Fernandez Madero1-3/+0
2019-06-04Synchronize managed and unmanaged Variant fields (#24951)Jan Kotas4-15/+27
2019-06-04Make sure we can enable auto-trace when the root level define is added (#24955)Andrew Au1-0/+3
2019-06-04PR FeedbackSantiago Fernandez Madero1-3/+0
2019-06-04EventPipe fixes (#24952)Andrew Au3-3/+5
2019-06-04Fix PGO on Windows (#24949)Jeremy Koritzinsky1-0/+2
2019-06-04Update to AutoTrace (#24936)John Salem3-9/+28
2019-06-03Fix signature mismatch between managed and unmanaged GetCodeInfo signatures (...Jan Kotas2-18/+1
2019-06-03Remove some event trace asserts that can fail if tracing is stopped at a part...Koundinya Veluri1-6/+0
2019-06-03Fix use after free AV in EventPipe (#24924)Juan Hoyos6-13/+27
2019-06-03Fix initialize methods to set m_Header correctly (#24892)John Salem1-0/+9
2019-06-03Fix logic for deletionJuan Hoyos1-5/+3
2019-06-03Fix event pipe session provider list clearJuan Sebastian Hoyos Ayala1-6/+2
2019-06-02Final touchAndrew Au2-2/+2
2019-06-02Productize auto_traceJohn Salem2-15/+49
2019-06-02AutoTrace - launch dotnet trace to capture trace as soon as the runtime is av...Andrew Au4-1/+98
2019-06-02Improve fatal err msg (#24390)Dan Moseley5-39/+15