summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [DebugInfo] Reduce debug_str_offsets section sizePavel Labath2018-08-071-0/+10
* dwarfgen: Add support for generating the debug_str_offsets section, take 3Pavel Labath2018-07-261-0/+4
* Revert "dwarfgen: Add support for generating the debug_str_offsets section, t...Pavel Labath2018-07-251-4/+0
* dwarfgen: Add support for generating the debug_str_offsets section, take 2Pavel Labath2018-07-251-0/+4
* Revert "dwarfgen: Add support for generating the debug_str_offsets section"Pavel Labath2018-07-251-4/+0
* dwarfgen: Add support for generating the debug_str_offsets sectionPavel Labath2018-07-251-0/+4
* [DWARF] Generate DWARF v5 string offsets tables along with strx* index forms.Wolfgang Pieb2018-01-261-1/+4
* [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; o...Eugene Zelenko2017-08-171-8/+9
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* AsmPrinter: Avoid creating symbols in DwarfStringPoolDuncan P. N. Exon Smith2015-05-241-2/+2
* AsmPrinter: Prune an include, NFCDuncan P. N. Exon Smith2015-05-241-1/+1
* AsmPrinter: Remove dead code, NFCDuncan P. N. Exon Smith2015-05-241-17/+0
* AsmPrinter: Extract DwarfStringPoolEntry from DwarfStringPool, NFCDuncan P. N. Exon Smith2015-05-241-10/+9
* AsmPrinter: Emit the DwarfStringPool offset directly when possibleDuncan P. N. Exon Smith2015-05-241-4/+15
* AsmPrinter: Refactor DwarfStringPool::getEntry(), NFCDuncan P. N. Exon Smith2015-05-241-2/+9
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-2/+2
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+0
* Remove the unused string section symbol parameter from DwarfFile::emitStringsDavid Blaikie2014-09-111-7/+2
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Encapsulate the DWARF string pool in a separate type.David Blaikie2014-04-251-0/+55
OpenPOWER on IntegriCloud