aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfStringPool.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-09-17DwarfStringPool.cpp - remove unnecessary StringRef include. NFCI.Simon Pilgrim1-1/+0
2020-09-15[DebugInfo] Make the offset of string pool entries 64-bit (18/19).Igor Kudrin1-1/+0
2020-09-15[DebugInfo] Fix emitting DWARF64 DWO compilation units and string offset tabl...Igor Kudrin1-1/+1
2020-09-15[DebugInfo] Fix emitting DWARF64 .debug_str_offsets sections (8/19).Igor Kudrin1-3/+3
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-2/+2
2020-02-14[MC] De-capitalize some MCStreamer::Emit* functionsFangrui Song1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-09-30Use the container form llvm::sort(C, ...)Fangrui Song1-5/+4
2018-08-07[DebugInfo] Reduce debug_str_offsets section sizePavel Labath1-11/+39
2018-07-26dwarfgen: Add support for generating the debug_str_offsets section, take 3Pavel Labath1-0/+22
2018-07-25Revert "dwarfgen: Add support for generating the debug_str_offsets section, t...Pavel Labath1-22/+0
2018-07-25dwarfgen: Add support for generating the debug_str_offsets section, take 2Pavel Labath1-0/+22
2018-07-25Revert "dwarfgen: Add support for generating the debug_str_offsets section"Pavel Labath1-22/+0
2018-07-25dwarfgen: Add support for generating the debug_str_offsets sectionPavel Labath1-0/+22
2018-01-26[DWARF] Generate DWARF v5 string offsets tables along with strx* index forms.Wolfgang Pieb1-2/+5
2017-08-17[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; o...Eugene Zelenko1-1/+6
2015-05-24AsmPrinter: Avoid creating symbols in DwarfStringPoolDuncan P. N. Exon Smith1-2/+12
2015-05-24AsmPrinter: Prune an include, NFCDuncan P. N. Exon Smith1-0/+1
2015-05-24AsmPrinter: Extract DwarfStringPoolEntry from DwarfStringPool, NFCDuncan P. N. Exon Smith1-4/+5
2015-05-24AsmPrinter: Emit the DwarfStringPool offset directly when possibleDuncan P. N. Exon Smith1-15/+17
2015-05-24AsmPrinter: Refactor DwarfStringPool::getEntry(), NFCDuncan P. N. Exon Smith1-12/+2
2015-05-21Move alignment from MCSectionData to MCSection.Rafael Espindola1-2/+2
2015-04-24[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames1-5/+5
2015-03-17Centralize the handling of unique ids for temporary labels.Rafael Espindola1-1/+1
2015-03-17Convert the easy cases of GetTempSymbol to createTempSymbol.Rafael Espindola1-1/+1
2014-11-19Remove StringMap::GetOrCreateValue in favor of StringMap::insertDavid Blaikie1-2/+1
2014-09-11Remove the unused string section symbol parameter from DwarfFile::emitStringsDavid Blaikie1-4/+1
2014-04-27Make helper functions static.Benjamin Kramer1-1/+1
2014-04-25Encapsulate the DWARF string pool in a separate type.David Blaikie1-0/+74