Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
lib
/
MC
/
StringTableBuilder.cpp
1f90029
[DWARFv5] Emit .debug_line_str (in a non-DWO file).
by Paul Robinson
· 8 years ago
15b8327
Simplify multikey_qsort function.
by Rui Ueyama
· 8 years ago
bfd7515
Rewrite a function so that it doesn't use pointers to pointers. NFC.
by Rui Ueyama
· 8 years ago
264b5d9
Move Object format code to lib/BinaryFormat.
by Zachary Turner
· 8 years ago
6bda14b
Sort the remaining #include lines in include/... and lib/....
by Chandler Carruth
· 8 years ago
7975b99
[MC] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
28a2ede
StringTableBuilder: Don't assert when writing an empty raw string table.
by Peter Collingbourne
· 8 years ago
d3a6c89
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 9 years ago
ee34a73
[ADT] Move CachedHashString to its own header in ADT, and rename to CachedHashStringRef.
by Justin Lebar
· 9 years ago
4a2ef91
Move alignTo computation inside the if.
by Rafael Espindola
· 9 years ago
37fc018
Allow the caller to pass in the hash.
by Rafael Espindola
· 9 years ago
24db10d
Don't pass null to memcpy. Should fix the asan bots.
by Rafael Espindola
· 9 years ago
39751af
Misc improvements to StringTableBuilder.
by Rafael Espindola
· 9 years ago
fda3dc9
Remove duplicated typedef. NFC.
by Rafael Espindola
· 9 years ago
9ddfb04
Revert "Use getSize instead of data().size(). NFC."
by Rafael Espindola
· 9 years ago
4bb425e
Use getSize instead of data().size(). NFC.
by Rafael Espindola
· 9 years ago
02d71ad
Make StringTableBuilder to cache hash values.
by Rui Ueyama
· 9 years ago
758de9c
Add support for merging strings with alignment larger than one char.
by Rafael Espindola
· 10 years ago
2214ed8
Reland "[CodeView] Use assembler directives for line tables"
by Reid Kleckner
· 10 years ago
00d9639
Revert "[CodeView] Use assembler directives for line tables"
by Reid Kleckner
· 10 years ago
c62e379
[CodeView] Use assembler directives for line tables
by Reid Kleckner
· 10 years ago
5579e0b
Rename qsort -> multikey_qsort. NFC.
by Rui Ueyama
· 10 years ago
df94852
Optimize StringTableBuilder.
by Rui Ueyama
· 10 years ago
21956e4
Add a RAW mode to StringTableBuilder.
by Rafael Espindola
· 10 years ago
a9b3944
Fix the variable names to match the LLVM style.
by Rafael Espindola
· 10 years ago
fc063e8
Avoid storing a second copy of each string in StringTableBuilder.
by Rafael Espindola
· 10 years ago
c55a504
Fix broken build under MSVC.
by Zachary Turner
· 10 years ago
e015f66
Avoid hash lookups when finalizing StringTableBuilder. NFC.
by Rafael Espindola
· 10 years ago
0169a45
Use array_pod_sort. NFC.
by Rafael Espindola
· 10 years ago
1b1a399
MachObjectWriter: optimize the string table for common suffices
by Hans Wennborg
· 11 years ago
f26bfc1
WinCOFFObjectWriter: optimize the string table for common suffices
by Hans Wennborg
· 11 years ago
8e77dbb
Revert r218380. This was breaking Apple internal build bots.
by Akira Hatanaka
· 11 years ago
ce246a1
Replace a hand-written suffix compare with std::lexicographical_compare.
by Benjamin Kramer
· 11 years ago
97de474
Invert the MC -> Object dependency.
by Rafael Espindola
· 11 years ago
[Renamed (96%) from llvm/lib/Object/StringTableBuilder.cpp]
83e6e1e
ELFObjectWriter: deduplicate suffices in strtab
by Hans Wennborg
· 11 years ago