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
/
tools
/
llvm-readobj
/
ARMEHABIPrinter.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass a symbol table to getRelocationSymbol instead of returning one.
Rafael Espindola
2015-09-02
1
-3
/
+6
*
Don't iterate over all sections in the ELFFile constructor.
Rafael Espindola
2015-08-10
1
-1
/
+4
*
Delete getDotSymtabSec.
Rafael Espindola
2015-08-10
1
-7
/
+8
*
Use continue to reduce indentation. NFC.
Rafael Espindola
2015-08-10
1
-17
/
+19
*
Remove the symbol iteration functions that don't take a symbol table.
Rafael Espindola
2015-08-07
1
-1
/
+1
*
Replace the last uses of ELF::getSymbolName in llvm-readobj.
Rafael Espindola
2015-07-21
1
-1
/
+6
*
Remove Elf_Rela_Iter and Elf_Rel_Iter.
Rafael Espindola
2015-07-20
1
-7
/
+5
*
Return ErrorOr from getSection.
Rafael Espindola
2015-07-01
1
-1
/
+4
*
Remove Elf_Shdr_Iter. Diagnose files with invalid section header sizes.
Rafael Espindola
2015-06-30
1
-1
/
+0
*
Use range loop.
Rafael Espindola
2015-06-30
1
-8
/
+6
*
Use range loop.
Rafael Espindola
2015-06-30
1
-5
/
+4
*
Fix the name of the iterator functions to match the coding standards.
Rafael Espindola
2015-06-30
1
-3
/
+3
*
Remove Elf_Sym_Iter.
Rafael Espindola
2015-06-29
1
-8
/
+7
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
Remove all uses of 'using std::error_code' from headers.
Rafael Espindola
2014-06-13
1
-1
/
+0
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
[C++] Use 'nullptr'.
Craig Topper
2014-04-28
1
-1
/
+1
*
tools: remove unnecessary copy of array_lengthof
Saleem Abdulrasool
2014-04-12
1
-8
/
+3
*
tools: cast the right operand
Saleem Abdulrasool
2014-02-09
1
-1
/
+1
*
tools: explicitly cast to avoid a warning
Saleem Abdulrasool
2014-02-09
1
-1
/
+1
*
tools: handle out-of-line personality 0 decoding
Saleem Abdulrasool
2014-02-08
1
-1
/
+1
*
tools: use 64-bit print specifier
Saleem Abdulrasool
2014-01-21
1
-1
/
+1
*
tools: support decoding ARM EHABI opcodes in readobj
Saleem Abdulrasool
2014-01-21
1
-2
/
+288
*
[cleanup] Add a missing include exposed by resorting other includes.
Chandler Carruth
2014-01-13
1
-0
/
+1
*
Re-sort #include lines again, prior to moving headers around.
Chandler Carruth
2014-01-13
1
-1
/
+0
*
llvm-readobj: address review comments for ARM EHABI printing
Saleem Abdulrasool
2014-01-09
1
-18
/
+10
*
llvm-readobj: fix endianness
Saleem Abdulrasool
2014-01-09
1
-5
/
+6
*
llvm-readobj: add support for ARM EHABI unwind info
Saleem Abdulrasool
2014-01-08
1
-0
/
+278