summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Use the container form llvm::sort(C, ...)Fangrui Song2018-09-301-5/+4
* [DebugInfo] Reduce debug_str_offsets section sizePavel Labath2018-08-071-11/+39
* dwarfgen: Add support for generating the debug_str_offsets section, take 3Pavel Labath2018-07-261-0/+22
* Revert "dwarfgen: Add support for generating the debug_str_offsets section, t...Pavel Labath2018-07-251-22/+0
* dwarfgen: Add support for generating the debug_str_offsets section, take 2Pavel Labath2018-07-251-0/+22
* Revert "dwarfgen: Add support for generating the debug_str_offsets section"Pavel Labath2018-07-251-22/+0
* dwarfgen: Add support for generating the debug_str_offsets sectionPavel Labath2018-07-251-0/+22
* [DWARF] Generate DWARF v5 string offsets tables along with strx* index forms.Wolfgang Pieb2018-01-261-2/+5
* [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; o...Eugene Zelenko2017-08-171-1/+6
* AsmPrinter: Avoid creating symbols in DwarfStringPoolDuncan P. N. Exon Smith2015-05-241-2/+12
* AsmPrinter: Prune an include, NFCDuncan P. N. Exon Smith2015-05-241-0/+1
* AsmPrinter: Extract DwarfStringPoolEntry from DwarfStringPool, NFCDuncan P. N. Exon Smith2015-05-241-4/+5
* AsmPrinter: Emit the DwarfStringPool offset directly when possibleDuncan P. N. Exon Smith2015-05-241-15/+17
* AsmPrinter: Refactor DwarfStringPool::getEntry(), NFCDuncan P. N. Exon Smith2015-05-241-12/+2
* Move alignment from MCSectionData to MCSection.Rafael Espindola2015-05-211-2/+2
* [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames2015-04-241-5/+5
* Centralize the handling of unique ids for temporary labels.Rafael Espindola2015-03-171-1/+1
* Convert the easy cases of GetTempSymbol to createTempSymbol.Rafael Espindola2015-03-171-1/+1
* Remove StringMap::GetOrCreateValue in favor of StringMap::insertDavid Blaikie2014-11-191-2/+1
* Remove the unused string section symbol parameter from DwarfFile::emitStringsDavid Blaikie2014-09-111-4/+1
* Make helper functions static.Benjamin Kramer2014-04-271-1/+1
* Encapsulate the DWARF string pool in a separate type.David Blaikie2014-04-251-0/+74
OpenPOWER on IntegriCloud