summaryrefslogtreecommitdiff
path: root/src/vm/gcinfodecoder.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-02-14Fix ARM/ARM64 hijacking in tail calls (#16039)Jan Vorlicek1-0/+17
2018-01-21Remove AppDomainLeaks configuration option (#15956)antofik1-4/+0
2017-03-01Streamlined MinOpts GC ref tracking. (#9869)Peter Kukol1-27/+33
2017-02-25Revert "Simplified MinOpts GC ref tracking."Jan Kotas1-33/+22
2017-02-23Simplified MinOpts GC ref tracking. (#9231)Peter Kukol1-22/+33
2016-11-01Update GCInfoDecoder with CoreRT changes (#7938)Jan Kotas1-34/+18
2016-10-24Replace LPVOID with void*Jan Kotas1-12/+12
2016-10-23Simplify GCINFODECODER_CONTRACTJan Kotas1-17/+5
2016-10-23Delete DISABLE_EH_VECTORSJan Kotas1-98/+1
2016-08-05Implement GcInfo v2Swaroop Sridhar1-23/+69
2016-07-21Remove DBG GcInfo encoder/decoder (#6374)Swaroop Sridhar1-54/+1
2016-07-20GCInfo: Support versioning.Swaroop Sridhar1-8/+8
2016-04-19ARM64: Fix GC encoding settingsSwaroop Sridhar1-2/+1
2016-04-13Enable SOS gcInfo command. All it does basically is just enable the gcdecoder Zhicheng Zhu1-6/+5
2016-04-12fix GCInfo build problem, tested a few simple "HelloWorld" program works good!Zhicheng Zhu1-6/+5
2016-04-11GCInfo: Fix ARM64 GCInfo decodingSwaroop Sridhar1-2/+8
2016-01-27Update license headersdotnet-bot1-4/+3
2015-07-27[aarch64] Initial aarch64/linux bring upGeoff Norton1-0/+18
2015-07-24Add ARM target for CoreCLR on Linux.Ben Pye1-0/+19
2015-04-07Merge changes from parent branchdotnet-bot1-8/+20
2015-03-20Fix reporting of callee saved registers with nongnu libuwindJan Kotas1-1/+13
2015-03-16Make GC work without context pointers on OSXJan Vorlicek1-0/+40
2015-02-28Fix definitions of preserved regs in GCInfo to match Unix calling conventionJan Kotas1-0/+2
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+1853