summaryrefslogtreecommitdiff
path: root/src/vm/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2020-07-27Implement genProfilingEnterCallback genProfilingLeaveCallback on Arm64 (dotne...submit/tizen/20200731.014213accepted/tizen/unified/20200731.145700Mikhail Kurinnoi1-0/+4
2020-06-18Implement instantiating and unboxing through portable stublinker code… (#106)JUNG DONG-HEON1-1/+0
2020-04-16Fix PIE options (#26323)submit/tizen/20200415.223728accepted/tizen/unified/20200416.080052Jan Vorlicek1-4/+0
2020-03-25[Tizen] Add FEATURE_LARGEADDRESS_SUPPORTSangwook Kim1-0/+4
2020-03-25[Tizen] Implement ASan wrapper for Linux AMD64Vyacheslav Cherkashin1-0/+5
2020-03-25[Tizen] Implement ASan wrapper for Linux ARM32Vyacheslav Cherkashin1-0/+13
2019-07-03arm64singlestepper (#25512)Steve MacLean1-0/+6
2019-06-29Fix GCStress issue on x86 and Arm (#25445)Brian Sullivan1-1/+1
2019-06-14Moving non-EventPipe types out of eventpipe.* (#25161)José Rivero1-0/+5
2019-06-10Add support for the NetTrace EventPipe file formatnoahfalk1-0/+1
2019-06-06Use CMake's C# support to build DacTableGen instead of manually invoking csc....Jeremy Koritzinsky1-1/+1
2019-06-04Make sure we can enable auto-trace when the root level define is added (#24955)Andrew Au1-0/+3
2019-06-04Update to AutoTrace (#24936)John Salem1-2/+0
2019-06-02Final touchAndrew Au1-1/+2
2019-06-02AutoTrace - launch dotnet trace to capture trace as soon as the runtime is av...Andrew Au1-0/+3
2019-05-23Diagnostics IPC (#24582)John Salem1-1/+2
2019-05-23Delete FEATURE_TESTHOOK (#24746)Jan Kotas1-2/+0
2019-05-23Profiler attach over the diagnostics pipe (#24670)David Mason1-7/+0
2019-05-10Move EventProvider native layout to be driven by CMake configure (#24478)Jeremy Koritzinsky1-1/+1
2019-05-08Remove more MDA support code (#24457)Steve MacLean1-2/+0
2019-05-08Add generate crash dump command to diagnostics server (#24460)Mike McLaughlin1-0/+1
2019-05-03Fix incorrect tier reported by SOS (#24374)Koundinya Veluri1-1/+1
2019-04-01Enable R2R compilation/inlining of PInvoke stubs where no marshalling is requ...Fadi Hanna1-0/+2
2019-03-18[EventPipe] Adding an IPC server to handle out of process communication. (#23...José Rivero1-0/+9
2019-03-15Port AMSI scanning for assembly loads (#23231)Elinor Fung1-0/+2
2019-02-27Remove legacy classfactory.cpp implementation for managed COM activation (#22...Aaron Robinson1-1/+0
2019-01-22Move MemoryFailPoint to shared CoreLib partition (#22104)Filip Navara1-2/+0
2019-01-11Patch vtable slots and similar when tiering is enabled (#21292)Koundinya Veluri1-0/+2
2019-01-10Normalize a few more spin-wait loops (#21586)Koundinya Veluri1-1/+0
2019-01-05Move Native Library APIs to NativeLibrary class (#21821)Swaroop Sridhar1-0/+2
2018-12-10Delete vm/context.* (#21459)Jan Kotas1-1/+0
2018-11-29Enable type equivalence (#21265)Aaron Robinson1-0/+2
2018-11-21Delete dead/unused code (#21138)Jan Kotas1-1/+0
2018-11-12enable build-id on FreeBSD (#20945)Tomas Weinfurt1-1/+0
2018-10-23Merge pull request #20497 from AaronRobinsonMSFT/additional_com_testsAaron Robinson1-0/+2
2018-10-23Add support for IDispatch in CoreCLRAaron Robinson1-0/+2
2018-10-03Add MethodImplOptions.AggressiveOptimization and use it for tiering (#20009)Koundinya Veluri1-1/+1
2018-09-18Add headers to cee_wks, cee_dac vcxprojs to improve developer experience (#20...Jacek Blaszczynski1-0/+383
2018-09-06Removing i386/fptext.asm in favor of using the shared implementation in numbe...Tanner Gooding1-1/+0
2018-07-31Delete dead code (#19208)Jan Kotas1-2/+0
2018-07-17 Add pooling for JIT scratch memory (#18924)Jan Kotas1-0/+1
2018-03-21Add More Process Information to EventPipe Traces (#17080)Brian Robbins1-0/+2
2018-03-19Switch over to managed Marvin implementation for string hashing (#17029)Jan Kotas1-1/+0
2018-02-11Delete PEFingerPrint.* (#16325)Jan Kotas1-1/+0
2018-02-02Event Pipe File V3 (#16107)Adam Sitnik1-0/+1
2018-01-29Perform PhysicalMemoryLimit check for workstation GC, refactor GetLargestOnDi...Tom Deseyn1-1/+0
2018-01-25Create the concept of EventPipeSession and refactor EventPipe to use it. Als...Brian Robbins1-0/+1
2018-01-24[Local GC] FEATURE_EVENT_TRACE 2/n: Scaffolding for emitting known events (#...Sean Gillespie1-0/+1
2018-01-23[Local GC] FEATURE_EVENT_TRACE 1/n: Tracking Event State (#15873)Sean Gillespie1-1/+2
2018-01-02Retry: Enable EventPipe across Unix and Windows (#15611)Victor "Nate" Graf1-14/+14