| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Use the container form llvm::sort(C, ...) | Fangrui Song | 2018-09-30 | 1 | -5/+4 |
| * | [DebugInfo] Reduce debug_str_offsets section size | Pavel Labath | 2018-08-07 | 1 | -11/+39 |
| * | dwarfgen: Add support for generating the debug_str_offsets section, take 3 | Pavel Labath | 2018-07-26 | 1 | -0/+22 |
| * | Revert "dwarfgen: Add support for generating the debug_str_offsets section, t... | Pavel Labath | 2018-07-25 | 1 | -22/+0 |
| * | dwarfgen: Add support for generating the debug_str_offsets section, take 2 | Pavel Labath | 2018-07-25 | 1 | -0/+22 |
| * | Revert "dwarfgen: Add support for generating the debug_str_offsets section" | Pavel Labath | 2018-07-25 | 1 | -22/+0 |
| * | dwarfgen: Add support for generating the debug_str_offsets section | Pavel Labath | 2018-07-25 | 1 | -0/+22 |
| * | [DWARF] Generate DWARF v5 string offsets tables along with strx* index forms. | Wolfgang Pieb | 2018-01-26 | 1 | -2/+5 |
| * | [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; o... | Eugene Zelenko | 2017-08-17 | 1 | -1/+6 |
| * | AsmPrinter: Avoid creating symbols in DwarfStringPool | Duncan P. N. Exon Smith | 2015-05-24 | 1 | -2/+12 |
| * | AsmPrinter: Prune an include, NFC | Duncan P. N. Exon Smith | 2015-05-24 | 1 | -0/+1 |
| * | AsmPrinter: Extract DwarfStringPoolEntry from DwarfStringPool, NFC | Duncan P. N. Exon Smith | 2015-05-24 | 1 | -4/+5 |
| * | AsmPrinter: Emit the DwarfStringPool offset directly when possible | Duncan P. N. Exon Smith | 2015-05-24 | 1 | -15/+17 |
| * | AsmPrinter: Refactor DwarfStringPool::getEntry(), NFC | Duncan P. N. Exon Smith | 2015-05-24 | 1 | -12/+2 |
| * | Move alignment from MCSectionData to MCSection. | Rafael Espindola | 2015-05-21 | 1 | -2/+2 |
| * | [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr. | Lang Hames | 2015-04-24 | 1 | -5/+5 |
| * | Centralize the handling of unique ids for temporary labels. | Rafael Espindola | 2015-03-17 | 1 | -1/+1 |
| * | Convert the easy cases of GetTempSymbol to createTempSymbol. | Rafael Espindola | 2015-03-17 | 1 | -1/+1 |
| * | Remove StringMap::GetOrCreateValue in favor of StringMap::insert | David Blaikie | 2014-11-19 | 1 | -2/+1 |
| * | Remove the unused string section symbol parameter from DwarfFile::emitStrings | David Blaikie | 2014-09-11 | 1 | -4/+1 |
| * | Make helper functions static. | Benjamin Kramer | 2014-04-27 | 1 | -1/+1 |
| * | Encapsulate the DWARF string pool in a separate type. | David Blaikie | 2014-04-25 | 1 | -0/+74 |