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
/
Object
/
SymbolSize.cpp
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
*
Fix computeSymbolSizes SEGFAULT on invalid file
Adrian Prantl
2018-04-23
1
-0
/
+4
*
Fix llvm-symbolizer to correctly sort a symbol array and calculate symbol sizes
Kuba Brecka
2016-11-15
1
-12
/
+6
*
[SymbolSize] Skip sorting by index, just assign by index.
Benjamin Kramer
2015-06-29
1
-7
/
+3
*
Add an ELFSymbolRef type.
Rafael Espindola
2015-06-25
1
-2
/
+2
*
Use computeSymbolSizes in llvm-symbolize.
Rafael Espindola
2015-06-25
1
-1
/
+4
*
Make computeSymbolSizes never fail.
Rafael Espindola
2015-06-24
1
-15
/
+23
*
Use Symbol::getValue to simplify object::computeSymbolSizes. NFC.
Rafael Espindola
2015-06-24
1
-4
/
+2
*
Change how symbol sizes are handled in lib/Object.
Rafael Espindola
2015-06-24
1
-4
/
+3
*
Handle multiple symbols having the same address.
Rafael Espindola
2015-06-23
1
-1
/
+9
*
Extract an utility for computing symbol sizes on MachO and COFF.
Rafael Espindola
2015-06-23
1
-0
/
+88