summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen] AccelTable - remove non-constexpr (MSVC) Atom defsSimon Pilgrim2019-07-091-20/+0
* Reapply: "DebugInfo: Emit only one kind of accelerated access/name table""David Blaikie2019-04-231-2/+2
* Revert "DebugInfo: Emit only one kind of accelerated access/name table"David Blaikie2019-04-231-2/+2
* Use llvm::stable_sortFangrui Song2019-04-231-8/+7
* DebugInfo: Emit only one kind of accelerated access/name tableDavid Blaikie2019-04-221-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* DebugInfo: Fix skipping CUs in DWARFv5 debug_names tableDavid Blaikie2018-08-241-2/+5
* DebugInfo: Add metadata support for disabling DWARF pub sectionsDavid Blaikie2018-08-161-0/+10
* Fix build breakage from r337562Pavel Labath2018-07-201-3/+3
* DwarfDebug: Reduce duplication in addAccel*** methodsPavel Labath2018-07-201-3/+3
* [CodeGen] Fix inconsistent declaration parameter nameFangrui Song2018-07-161-1/+1
* [AccelTable] Provide DWARF5AccelTableStaticData for dsymutil.Jonas Devlieghere2018-07-161-39/+81
* Revert "[AccelTable] Provide abstraction for emitting DWARF5 accelerator tabl...Jonas Devlieghere2018-07-101-56/+18
* [AccelTable] Provide abstraction for emitting DWARF5 accelerator tables.Jonas Devlieghere2018-07-091-18/+56
* [AccelTable] Dwarf5AccelTableEmitter -> Writer (NFC)Jonas Devlieghere2018-07-091-38/+38
* [CodeGen/Dwarf] Make debug_names compatible with split-dwarfPavel Labath2018-04-181-1/+3
* [CodeGen/AccelTable] Don't emit zero-CU name indexesPavel Labath2018-04-091-0/+2
* Re-commit r329179 after fixing build&test issuesPavel Labath2018-04-041-0/+244
* Revert r329179 (and follow-up unsuccessful fix attempts 329184, 329186); it d...Nico Weber2018-04-041-244/+0
* [CodeGen] Generate DWARF v5 Accelerator TablesPavel Labath2018-04-041-0/+244
* Style update. NFC.Rafael Espindola2018-03-291-25/+25
* [CodeGen] Refactor AppleAccelTablePavel Labath2018-02-191-147/+236
* [CodeGen] Optimize AccelTablePavel Labath2018-02-091-20/+17
* [AccelTable] Move print methods to implementation. NFCJonas Devlieghere2018-01-301-0/+83
* [AccelTable] Workaround for MSVC bugJonas Devlieghere2018-01-291-5/+32
* [AccelTable] Try making MSVC happyJonas Devlieghere2018-01-291-4/+4
* [dsymutil] Generate Apple accelerator tablesJonas Devlieghere2018-01-291-0/+14
* [NFC] Rename DwarfAccelTable and move header.Jonas Devlieghere2018-01-291-0/+221
OpenPOWER on IntegriCloud