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
*
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