index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
MC
/
StringTableBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[MC] Fix some Clang-tidy modernize-use-using warnings; other minor fixes (NFC).
Eugene Zelenko
2017-04-26
1
-1
/
+1
*
StringTableBuilder: Don't assert when writing an empty raw string table.
Peter Collingbourne
2017-04-06
1
-1
/
+1
*
[MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...
Eugene Zelenko
2017-02-11
1
-5
/
+11
*
[ADT] Move CachedHashString to its own header in ADT, and rename to CachedHas...
Justin Lebar
2016-10-17
1
-25
/
+4
*
Move alignTo computation inside the if.
Rafael Espindola
2016-10-14
1
-3
/
+5
*
Allow the caller to pass in the hash.
Rafael Espindola
2016-10-05
1
-2
/
+2
*
Don't pass null to memcpy. Should fix the asan bots.
Rafael Espindola
2016-10-05
1
-1
/
+2
*
Misc improvements to StringTableBuilder.
Rafael Espindola
2016-10-04
1
-77
/
+89
*
Remove duplicated typedef. NFC.
Rafael Espindola
2016-10-04
1
-5
/
+4
*
Revert "Use getSize instead of data().size(). NFC."
Rafael Espindola
2016-10-03
1
-5
/
+0
*
Use getSize instead of data().size(). NFC.
Rafael Espindola
2016-10-03
1
-0
/
+5
*
Make StringTableBuilder to cache hash values.
Rui Ueyama
2016-05-06
1
-4
/
+4
*
Add support for merging strings with alignment larger than one char.
Rafael Espindola
2016-02-19
1
-8
/
+16
*
Reland "[CodeView] Use assembler directives for line tables"
Reid Kleckner
2016-01-29
1
-8
/
+47
*
Revert "[CodeView] Use assembler directives for line tables"
Reid Kleckner
2016-01-29
1
-47
/
+8
*
[CodeView] Use assembler directives for line tables
Reid Kleckner
2016-01-28
1
-8
/
+47
*
Rename qsort -> multikey_qsort. NFC.
Rui Ueyama
2015-10-27
1
-4
/
+4
*
Optimize StringTableBuilder.
Rui Ueyama
2015-10-26
1
-14
/
+42
*
Add a RAW mode to StringTableBuilder.
Rafael Espindola
2015-10-23
1
-5
/
+16
*
Fix the variable names to match the LLVM style.
Rafael Espindola
2015-10-23
1
-27
/
+27
*
Avoid storing a second copy of each string in StringTableBuilder.
Rafael Espindola
2015-10-22
1
-9
/
+20
*
Fix broken build under MSVC.
Zachary Turner
2015-10-22
1
-0
/
+2
*
Avoid hash lookups when finalizing StringTableBuilder. NFC.
Rafael Espindola
2015-10-22
1
-10
/
+11
*
Use array_pod_sort. NFC.
Rafael Espindola
2015-10-22
1
-4
/
+7
*
MachObjectWriter: optimize the string table for common suffices
Hans Wennborg
2014-10-06
1
-3
/
+17
*
WinCOFFObjectWriter: optimize the string table for common suffices
Hans Wennborg
2014-09-29
1
-4
/
+27
*
Revert r218380. This was breaking Apple internal build bots.
Akira Hatanaka
2014-09-24
1
-6
/
+14
*
Replace a hand-written suffix compare with std::lexicographical_compare.
Benjamin Kramer
2014-09-24
1
-14
/
+6
*
Invert the MC -> Object dependency.
Rafael Espindola
2014-07-03
1
-0
/
+51