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-objdump
/
ELFDump.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm-objdump] Add dynamic section printing to private-headers option
Paul Semel
2018-07-25
1
-0
/
+89
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
[llvm-objdump] Dump PT_NOTE as part of -p.
Davide Italiano
2017-01-16
1
-0
/
+3
*
[llvm-objdump] Dump PT_GNU_RELRO as part of -p.
Davide Italiano
2017-01-16
1
-0
/
+3
*
[llvm-objdump] Dump PT_OPENBSD_{BOOTDATA,RANDOMIZE,WXNEEDED}.
Davide Italiano
2017-01-16
1
-0
/
+9
*
llvm-objdump: sort phdr type strings in advance of adding new ones
Ed Maste
2016-12-24
1
-7
/
+7
*
[ELF] Convert ELF.h to Expected<T>.
Davide Italiano
2016-11-16
1
-2
/
+3
*
Replace a report_fatal_error with an ErrorOr.
Rafael Espindola
2016-11-03
1
-1
/
+4
*
Simplify iterating over program headers and detect corrupt ones.
Rafael Espindola
2015-07-20
1
-20
/
+12
*
Fix the name of the iterator functions to match the coding standards.
Rafael Espindola
2015-06-30
1
-3
/
+3
*
[Object] Split the ELF interface into 3 parts.
Michael J. Spencer
2013-08-08
1
-9
/
+7
*
Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.
Michael J. Spencer
2013-05-24
1
-1
/
+1
*
Introduce convenience typedefs for the 4 ELF object types.
Rafael Espindola
2013-05-09
1
-8
/
+4
*
print TLS segment
Shankar Easwaran
2013-02-27
1
-0
/
+3
*
[objdump] Add PT_PHDR.
Michael J. Spencer
2013-02-21
1
-0
/
+3
*
[objdump] Print the PT_INTERP and PT_DYNAMIC correcctly.
Michael J. Spencer
2013-02-20
1
-0
/
+6
*
Sort all of the includes. Several files got checked in with mis-sorted
Chandler Carruth
2013-01-19
1
-1
/
+0
*
[Object][ELF] Simplify ELFObjectFile by using ELFType.
Michael J. Spencer
2013-01-15
1
-12
/
+12
*
[objdump] Use correct format specifiers and fix C++03 variadic warning.
Michael J. Spencer
2013-01-06
1
-6
/
+8
*
[objdump] Add --private-headers, -p.
Michael J. Spencer
2013-01-06
1
-0
/
+87