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
*
[ELF] Support for PT_GNU_PROPERTY in header and tools
Peter Smith
2019-12-04
1
-0
/
+3
*
[llvm-objdump] Print relocation addends in hexadecimal
David Bozier
2019-11-19
1
-3
/
+6
*
[llvm-objdump] - Cleanup the error reporting.
George Rimar
2019-08-21
1
-1
/
+1
*
[llvm-objdump] errorToErrorCode+message -> toString
Fangrui Song
2019-04-25
1
-4
/
+3
*
Revert "[llvm-objdump] errorToErrorCode+message -> toString"
JF Bastien
2019-04-24
1
-3
/
+4
*
[llvm-objdump] errorToErrorCode+message -> toString
Fangrui Song
2019-04-24
1
-4
/
+3
*
[llvm-objdump] Wrap things in namespace llvm
Fangrui Song
2019-04-15
1
-9
/
+10
*
[llvm-objdump] Migrate relocation handling functions from error_code to Error
Fangrui Song
2019-04-08
1
-13
/
+12
*
[llvm-objdump] Simplify some ELF typename: ELFFile<ELFT>::Elf_xxx -> ELFT::xxx
Fangrui Song
2019-04-07
1
-11
/
+4
*
.
Fangrui Song
2019-04-07
1
-17
/
+8
*
[llvm-objdump] Simplify Expected<T> handling with unwrapOrError
Fangrui Song
2019-04-07
1
-30
/
+13
*
[llvm-objdump] Should print unknown d_tag in hex format
Xing GUO
2019-03-02
1
-9
/
+2
*
[llvm-objdump] Should print strings when dumping DT_RPATH, DT_RUNPATH, DT_SON...
Xing GUO
2019-02-27
1
-1
/
+3
*
[llvm-objdump] Add `Version Definitions` dumper
Xing GUO
2019-02-26
1
-3
/
+44
*
[llvm-objdump] Add `Version References` dumper
Xing GUO
2019-02-25
1
-0
/
+70
*
[llvm-objdump] - Print LMAs when dumping section headers.
George Rimar
2019-01-28
1
-0
/
+29
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[llvm-objdump] - Move getRelocationValueString and dependenices out of the ll...
George Rimar
2019-01-18
1
-0
/
+82
*
[llvm-objdump] Use `auto` declaration in typecasting
Xing GUO
2018-11-15
1
-16
/
+8
*
[llvm-objdump] Improve ELF file type checking statements (D54509)
Xing GUO
2018-11-14
1
-12
/
+6
*
[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