summaryrefslogtreecommitdiff
path: root/src/gcinfo
AgeCommit message (Expand)AuthorFilesLines
2017-04-25Fix GCInfo library used by ARM/ARM64 protononjit buildsBruce Forstall3-0/+24
2016-12-26Remove files related to legacy build system (#8723)Robert4-64/+0
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-23Initial commit to build Win32 Arm CoreCLRGaurav Khanna1-2/+4
2016-08-15Arm64 Sos fixes forRama Krishnan Raghupathy1-2/+2
2016-08-05Implement GcInfo v2Swaroop Sridhar1-6/+57
2016-07-21Remove DBG GcInfo encoder/decoder (#6374)Swaroop Sridhar4-1067/+0
2016-07-20GCInfo: Support versioning.Swaroop Sridhar1-7/+7
2016-06-10Fixes AV in sos for arm64Rahul Kumar1-1/+1
2016-04-20Merge pull request #4377 from swaroop-sridhar/aagc1Swaroop Sridhar1-1/+3
2016-04-19ARM64: Fix GC encoding settingsSwaroop Sridhar1-1/+3
2016-04-18enable build of cross target components.Rahul Kumar1-1/+1
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 Gavlin2-63/+83
2016-04-13Replace `SList` in the GC info encoders.Pat Gavlin2-16/+30
2016-04-12Merge pull request #4255 from pgavlin/GcInfoArrayListPat Gavlin5-6/+112
2016-04-12Clean up StructArrayList for GC info.Pat Gavlin5-6/+112
2016-04-11GCInfo: Fix ARM64 GCInfo decodingSwaroop Sridhar1-1/+1
2016-04-08Replace CQuickSort with qsort in GC info encoders.Pat Gavlin2-114/+87
2016-04-06Add JIT and GC info SimplerHashTable behaviors.Pat Gavlin1-30/+67
2016-03-30Getting SOS to work on ARm64:Rama Krishnan Raghupathy1-8/+71
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-bot3-12/+9
2016-01-21FIx the incremental build for WindowsJan Vorlicek2-2/+2
2016-01-10Use ARCH_SOURCES_DIR consistentlyMike Danes1-2/+1
2015-12-09Enable Linux compilation of LLILCManu1-19/+19
2015-11-20Fix build breaks in legacy buildJan Kotas1-0/+2
2015-11-18Replace most windows style types by c++ typesJan Vorlicek1-1/+1
2015-11-10Fix for build breakKyungwoo Lee1-0/+2
2015-09-03Fix compilation warnings in gcinfoencoder.Andy Ayers1-0/+2
2015-08-04Enable the Windows x86 buildMike Danes1-0/+7
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 Sridhar2-1/+8
2015-04-28Build crossgen for LinuxJohn Chen (JOCHEN7)1-3/+1
2015-04-20Enable build crossgen.exe from build.cmd.John Chen5-4/+32
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-bot9-0/+4115