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
*
[llvm-readobj] - Remove 'error(Error EC)' helper.
George Rimar
2019-08-13
1
-2
/
+2
*
[llvm-readobj] - Remove deprecated unwrapOrError(Expected<T> EO).
George Rimar
2019-08-09
1
-7
/
+8
*
[llvm-readobj] -u: don't crash when dumping SHT_ARM_EXIDX if .symtab doesn't ...
Fangrui Song
2019-05-29
1
-3
/
+7
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Instead of ELFFile<ELFT>::Type, use ELFT::Type. NFC.
Rui Ueyama
2018-01-12
1
-7
/
+6
*
Attempt to fix inscrutible build break...
David Blaikie
2017-11-16
1
-1
/
+1
*
llvm-readobj/ARMEHABIPrinter.h: Make this a real/modular header
David Blaikie
2017-11-16
1
-62
/
+79
*
[ELF] Convert ELF.h to Expected<T>.
Davide Italiano
2016-11-16
1
-12
/
+13
*
Remove the last use of report_fatal_error from ELF.h.
Rafael Espindola
2016-11-03
1
-1
/
+1
*
Add error handling to getEntry.
Rafael Espindola
2016-11-03
1
-1
/
+2
*
Replace a report_fatal_error with an ErrorOr.
Rafael Espindola
2016-11-03
1
-1
/
+1
*
Avoid a report_fatal_error in sections().
Rafael Espindola
2016-11-02
1
-2
/
+2
*
Move llvm-readobj/StreamWriter to Support.
Zachary Turner
2016-05-03
1
-5
/
+5
*
Thread Expected<...> up from libObject’s getName() for symbols to allow llv...
Kevin Enderby
2016-04-20
1
-2
/
+9
*
One more batch of self-containing headers.
Benjamin Kramer
2016-01-27
1
-0
/
+1
*
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