summaryrefslogtreecommitdiff
path: root/src/gcinfo/gcinfoencoder.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-05-14Fix issues reported by PREfast static analysis tool (#24577)Jan Kotas1-1/+1
2018-08-01Cross-bitness in GcInfoEncoder::Build() (#19206)Egor Chesakov1-54/+35
2018-06-14clean up list of disabled warnings. (#18318)Sergey Andreenko1-3/+3
2018-06-03Warnings cleanup (#18260)Robin Sue1-1/+1
2018-02-14Fix ARM/ARM64 hijacking in tail calls (#16039)Jan Vorlicek1-1/+21
2016-12-06GcInfoEncoder: Initialize the BitArrays tracking liveness (#8485)Swaroop Sridhar1-1/+2
2016-10-27Fixed gcinfoencoder build errors. (#7826)Jim Ma1-0/+8
2016-10-24Add back call to BitArray::ClearAll (#7779)Jan Kotas1-0/+1
2016-10-23Delete DISABLE_EH_VECTORSJan Kotas1-131/+0
2016-08-24GcInfo: Don't use slim header for struct-returnsSwaroop Sridhar1-1/+2
2016-08-05Implement GcInfo v2Swaroop Sridhar1-6/+57
2016-07-21Remove DBG GcInfo encoder/decoder (#6374)Swaroop Sridhar1-84/+0
2016-04-19ARM64: Fix GC encoding settingsSwaroop Sridhar1-1/+3
2016-04-15Stop including utilcode.h in the GC info encoder.Pat Gavlin1-2/+7
2016-04-14Move `BitPosition` into its own file.Pat Gavlin1-0/+1
2016-04-13Refactor `MemoryBlockDesc`.Pat Gavlin1-18/+46
2016-04-13Replace `SList` in the GC info encoders.Pat Gavlin1-8/+11
2016-04-12Clean up StructArrayList for GC info.Pat Gavlin1-4/+4
2016-04-08Replace CQuickSort with qsort in GC info encoders.Pat Gavlin1-64/+50
2016-04-06Add JIT and GC info SimplerHashTable behaviors.Pat Gavlin1-30/+67
2016-03-09Delete dead codeJan Kotas1-5/+0
2016-03-08Move some definitions out of gcinfoencoder.h.Pat Gavlin1-0/+415
2016-01-27Update license headersdotnet-bot1-4/+3
2015-12-09Enable Linux compilation of LLILCManu1-19/+19
2015-11-20Fix build breaks in legacy buildJan Kotas1-0/+2
2015-11-10Fix for build breakKyungwoo Lee1-0/+2
2015-09-03Fix compilation warnings in gcinfoencoder.Andy Ayers1-0/+2
2015-07-06Remove a few Unused DefinitionsSwaroop Sridhar1-3/+0
2015-05-12Fix some const-correctness issues in the GC info encoder.Pat Gavlin1-7/+7
2015-05-05GcInfo: Add support for Standalone buildSwaroop Sridhar1-1/+5
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/+2378