summaryrefslogtreecommitdiff
path: root/src/vm/frames.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-05-23Delete RETURNTYPE and change how we get ReturnKind for gccover. (#24600)Sergey Andreenko1-5/+15
2019-05-15Remove concept of AppDomains from the GC (#24536)David Wrighton1-2/+2
2019-05-08Merge pull request #24366 from sandreenko/fixLogPrintingSergey Andreenko1-6/+12
2019-05-08Remove more MDA support code (#24457)Steve MacLean1-1/+0
2019-05-07Save OBJECTREF_TO_UNCHECKED_OBJECTREF and use auto.Sergey Andreenko1-6/+9
2019-05-03fix nitsSergey Andreenko1-3/+3
2019-05-02Fix some small issues with stress logging.Sergey Andreenko1-5/+8
2019-04-13Delete COMPlus_FinalizeOnShutdown (#23595)Jan Kotas1-8/+0
2019-01-31Fix for missing GC ref map record on ARM64 for the X8 register (#22309)Tomáš Rylek1-1/+1
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-14/+0
2019-01-11Patch vtable slots and similar when tiering is enabled (#21292)Koundinya Veluri1-21/+13
2018-12-18Fix stack walking and reporting of default interface methods (#21525)Michal Strehovský1-1/+10
2018-12-10Delete vm/context.* (#21459)Jan Kotas1-4/+0
2018-01-21Remove AppDomainLeaks configuration option (#15956)antofik1-4/+0
2017-11-18Delete unused Thread::YieldTask (#15091)Jan Kotas1-6/+1
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-1/+0
2017-06-23[Local GC] Remove a number of inclusions of handle table private headers from...Sean Gillespie1-1/+0
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-3/+3
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-133/+0
2017-02-14Remove never defined FEATURE_INCLUDE_ALL_INTERFACESdanmosemsft1-82/+0
2017-02-02[x86/Linux] Do NOT use pXXX fields (#9121)Jonghyun Park1-2/+2
2016-12-04[x86/Linux] Revert UMThkCallFrame-related changes (#8434)Jonghyun Park1-4/+4
2016-11-29[x86/Linux] Fix constructor missing in UnmanagedToManagedFrame (#8275)SaeHie Park1-4/+4
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-1/+1
2016-08-29Enable return address hijacking for arm64.Rahul Kumar1-9/+5
2016-08-10ARM64: Fix for ARM64TODORahul Kumar1-1/+2
2016-08-05Implement GcInfo v2Swaroop Sridhar1-0/+54
2016-02-19Fix the explicit frames unwinding on UnixJan Vorlicek1-8/+14
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-22Fix missing setting of ScanContext::stack_limitJan Vorlicek1-0/+2
2015-11-18Replace most windows style types by c++ typesJan Vorlicek1-1/+1
2015-11-03Fix sos clrstack unwinding for the special HelperMethodFrame.Mike McLaughlin1-2/+4
2015-10-20Implementation of System V ABI struct passing.Lubomir Litchev1-1/+4
2015-10-13Improve frame destructor performanceJan Vorlicek1-7/+11
2015-10-05Few fixesJan Vorlicek1-0/+13
2015-10-03Implement refactored Unix managed exception handlingJan Vorlicek1-13/+0
2015-09-08Fix managed exception dispatchingJan Vorlicek1-3/+2
2015-07-27[aarch64] Initial aarch64/linux bring upGeoff Norton1-1/+1
2015-04-01Fix next round of warning typesJan Vorlicek1-1/+1
2015-03-13Fix managed exception unwinding through CallDescrWorkerInternalJan Vorlicek1-0/+13
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+2154