Chandler Carruth
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 years ago |
Fangrui Song
|
c466264b34
Use the container form llvm::sort(C, ...)
|
6 years ago |
Pavel Labath
|
23332c50c1
[DebugInfo] Reduce debug_str_offsets section size
|
7 years ago |
Pavel Labath
|
bffd929d5b
dwarfgen: Add support for generating the debug_str_offsets section, take 3
|
7 years ago |
Pavel Labath
|
a70431e931
Revert "dwarfgen: Add support for generating the debug_str_offsets section, take 2"
|
7 years ago |
Pavel Labath
|
030afdf934
dwarfgen: Add support for generating the debug_str_offsets section, take 2
|
7 years ago |
Pavel Labath
|
a47b5f6ca0
Revert "dwarfgen: Add support for generating the debug_str_offsets section"
|
7 years ago |
Pavel Labath
|
b1674d0d93
dwarfgen: Add support for generating the debug_str_offsets section
|
7 years ago |
Wolfgang Pieb
|
cf947acc65
[DWARF] Generate DWARF v5 string offsets tables along with strx* index forms.
|
7 years ago |
Eugene Zelenko
|
ee8a71b734
[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
|
8 years ago |
Duncan P. N. Exon Smith
|
518dcb905e
AsmPrinter: Avoid creating symbols in DwarfStringPool
|
10 years ago |
Duncan P. N. Exon Smith
|
b976cabda3
AsmPrinter: Prune an include, NFC
|
10 years ago |
Duncan P. N. Exon Smith
|
1717728066
AsmPrinter: Extract DwarfStringPoolEntry from DwarfStringPool, NFC
|
10 years ago |
Duncan P. N. Exon Smith
|
e3ae958f94
AsmPrinter: Emit the DwarfStringPool offset directly when possible
|
10 years ago |
Duncan P. N. Exon Smith
|
8d2d4e2637
AsmPrinter: Refactor DwarfStringPool::getEntry(), NFC
|
10 years ago |
Rafael Espindola
|
7521964d28
Move alignment from MCSectionData to MCSection.
|
10 years ago |
Lang Hames
|
579cebfb15
[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
|
10 years ago |
Rafael Espindola
|
b415e6b2f2
Centralize the handling of unique ids for temporary labels.
|
10 years ago |
Rafael Espindola
|
e9141ce303
Convert the easy cases of GetTempSymbol to createTempSymbol.
|
10 years ago |
David Blaikie
|
1d4f28c6bc
Remove StringMap::GetOrCreateValue in favor of StringMap::insert
|
10 years ago |
David Blaikie
|
85d436d90a
Remove the unused string section symbol parameter from DwarfFile::emitStrings
|
11 years ago |
Benjamin Kramer
|
38df4bd031
Make helper functions static.
|
11 years ago |
David Blaikie
|
891481f89d
Encapsulate the DWARF string pool in a separate type.
|
11 years ago |