aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-02-25[debug-info] refactor emitDwarfUnitLengthChen Zheng1-10/+7
2021-02-10[AsmPrinter] Use range-based for loops (NFC)Kazu Hirata1-3/+3
2020-09-15[DebugInfo] Make offsets of dwarf units 64-bit (19/19).Igor Kudrin1-0/+4
2020-09-15[DebugInfo] Fix emitting DWARF64 .debug_names sections (16/19).Igor Kudrin1-4/+3
2020-09-02[DebugInfo] Emit a 1-byte value as a terminator of entries list in the name i...Igor Kudrin1-1/+1
2020-09-02[DebugInfo] Remove Dwarf5AccelTableWriter::Header::UnitLength. NFC.Igor Kudrin1-1/+0
2020-02-14[MCStreamer] De-capitalize EmitValue EmitIntValue{,InHex}Fangrui Song1-1/+1
2020-02-14[MC] De-capitalize another set of MCStreamer::Emit* functionsFangrui Song1-8/+8
2020-02-14[MC] De-capitalize some MCStreamer::Emit* functionsFangrui Song1-1/+1
2020-02-13[AsmPrinter] De-capitalize some AsmPrinter::Emit* functionsFangrui Song1-11/+11
2019-07-09[CodeGen] AccelTable - remove non-constexpr (MSVC) Atom defsSimon Pilgrim1-20/+0
2019-04-23Reapply: "DebugInfo: Emit only one kind of accelerated access/name table""David Blaikie1-2/+2
2019-04-23Revert "DebugInfo: Emit only one kind of accelerated access/name table"David Blaikie1-2/+2
2019-04-23Use llvm::stable_sortFangrui Song1-8/+7
2019-04-22DebugInfo: Emit only one kind of accelerated access/name tableDavid Blaikie1-2/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-08-24DebugInfo: Fix skipping CUs in DWARFv5 debug_names tableDavid Blaikie1-2/+5
2018-08-16DebugInfo: Add metadata support for disabling DWARF pub sectionsDavid Blaikie1-0/+10
2018-07-20Fix build breakage from r337562Pavel Labath1-3/+3
2018-07-20DwarfDebug: Reduce duplication in addAccel*** methodsPavel Labath1-3/+3
2018-07-16[CodeGen] Fix inconsistent declaration parameter nameFangrui Song1-1/+1
2018-07-16[AccelTable] Provide DWARF5AccelTableStaticData for dsymutil.Jonas Devlieghere1-39/+81
2018-07-10Revert "[AccelTable] Provide abstraction for emitting DWARF5 accelerator tabl...Jonas Devlieghere1-56/+18
2018-07-09[AccelTable] Provide abstraction for emitting DWARF5 accelerator tables.Jonas Devlieghere1-18/+56
2018-07-09[AccelTable] Dwarf5AccelTableEmitter -> Writer (NFC)Jonas Devlieghere1-38/+38
2018-04-18[CodeGen/Dwarf] Make debug_names compatible with split-dwarfPavel Labath1-1/+3
2018-04-09[CodeGen/AccelTable] Don't emit zero-CU name indexesPavel Labath1-0/+2
2018-04-04Re-commit r329179 after fixing build&test issuesPavel Labath1-0/+244
2018-04-04Revert r329179 (and follow-up unsuccessful fix attempts 329184, 329186); it d...Nico Weber1-244/+0
2018-04-04[CodeGen] Generate DWARF v5 Accelerator TablesPavel Labath1-0/+244
2018-03-29Style update. NFC.Rafael Espindola1-25/+25
2018-02-19[CodeGen] Refactor AppleAccelTablePavel Labath1-147/+236
2018-02-09[CodeGen] Optimize AccelTablePavel Labath1-20/+17
2018-01-30[AccelTable] Move print methods to implementation. NFCJonas Devlieghere1-0/+83
2018-01-29[AccelTable] Workaround for MSVC bugJonas Devlieghere1-5/+32
2018-01-29[AccelTable] Try making MSVC happyJonas Devlieghere1-4/+4
2018-01-29[dsymutil] Generate Apple accelerator tablesJonas Devlieghere1-0/+14
2018-01-29[NFC] Rename DwarfAccelTable and move header.Jonas Devlieghere1-0/+221