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
/
ELFDumper.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm-readobj] Add ELF hash histogram printing
Hemant Kulkarni
2016-04-11
1
-0
/
+121
*
Use ArrayRef for contiguous areas in ELF. NFC.
Rafael Espindola
2016-04-05
1
-9
/
+9
*
[llvm-readobj] NFC: Remove unneeded parenthesis
Hemant Kulkarni
2016-03-29
1
-6
/
+6
*
[llvm-readobj] Support GNU style dyn-relocations
Hemant Kulkarni
2016-03-29
1
-20
/
+108
*
[llvm-readobj] NFC Replace case by macros for PT_* enums
Hemant Kulkarni
2016-03-28
1
-24
/
+16
*
Fix Narrowing conversion warning introduced by r264415
Hemant Kulkarni
2016-03-25
1
-1
/
+1
*
[llvm-readobj] Impl GNU style program headers print
Hemant Kulkarni
2016-03-25
1
-20
/
+226
*
[llvm-readobj] Decode st_other symbol's flags
Simon Atanasyan
2016-03-24
1
-1
/
+41
*
[llvm-readobj] Impl GNU style symbols printing
Hemant Kulkarni
2016-03-21
1
-40
/
+174
*
[llvm-readobj] Impl GNU style printing of sections and relocations
Hemant Kulkarni
2016-03-15
1
-261
/
+639
*
[llvm-readobj] Enable GNU style section group print
Hemant Kulkarni
2016-03-09
1
-34
/
+87
*
[lanai] Add ELF enum value and relocations.
Jacques Pienaar
2016-03-01
1
-1
/
+2
*
Reverts change r261907 and r261918
Hemant Kulkarni
2016-02-25
1
-674
/
+265
*
[llvm-readobj] Enable GNU style sections and relocations printing
Hemant Kulkarni
2016-02-25
1
-265
/
+674
*
[readobj] Remove uneeded braces in case statement.
Michael J. Spencer
2016-02-17
1
-2
/
+1
*
Represent the dynamic table itself with a DynRegionInfo.
Rafael Espindola
2016-02-17
1
-12
/
+17
*
Add a unwrapOrError utility and use it to simplify ELFDumper.cpp.
Rafael Espindola
2016-02-17
1
-119
/
+71
*
Change how readobj stores info about dynamic symbols.
Rafael Espindola
2016-02-17
1
-44
/
+63
*
Reapply r260489.
Rafael Espindola
2016-02-16
1
-0
/
+29
*
Introduce a getAsRange helper.
Rafael Espindola
2016-02-16
1
-25
/
+9
*
Move DynRegionInfo out of the ELFDumper.
Rafael Espindola
2016-02-16
1
-11
/
+11
*
This reverts commit r260488 and r260489.
Rafael Espindola
2016-02-16
1
-181
/
+98
*
[readobj] Dump DT_JMPREL relocations when outputting dynamic relocations.
Michael J. Spencer
2016-02-11
1
-0
/
+28
*
[readobj] Handle ELF files with no section table or with no program headers.
Michael J. Spencer
2016-02-11
1
-98
/
+153
*
[readobj] Move dynamic table parsing to a new function. NFC.
Michael J. Spencer
2016-02-11
1
-5
/
+14
*
[readobj] Sort switch by enum value.
Michael J. Spencer
2016-02-11
1
-29
/
+29
*
[readobj] Parse sections before dynamic table.
Michael J. Spencer
2016-02-11
1
-36
/
+36
*
Fix const confusion while lambda function usage
Hemant Kulkarni
2016-02-11
1
-24
/
+26
*
Fix build failure caused in r260430
Hemant Kulkarni
2016-02-11
1
-1
/
+1
*
[llvm-readobj] Option to emit readelf like output
Hemant Kulkarni
2016-02-10
1
-260
/
+370
*
Revert "[llvm-readobj] Option to emit readelf like output"
Hemant Kulkarni
2016-02-10
1
-369
/
+260
*
[llvm-readobj] Option to emit readelf like output
Hemant Kulkarni
2016-02-10
1
-260
/
+369
*
[llvm-readobj][ELF] Show MIPS GOT content when there is another zero-sized se...
Simon Atanasyan
2016-02-09
1
-40
/
+25
*
Remove superfluous call to std::to_string that's breaking the cygwin build.
Benjamin Kramer
2016-01-27
1
-2
/
+1
*
Fix comparison warning (r258845)
Hemant Kulkarni
2016-01-26
1
-1
/
+1
*
Fixes build break introduced by r258845
Hemant Kulkarni
2016-01-26
1
-1
/
+1
*
[llvm-readobj] Add -elf-section-groups option
Hemant Kulkarni
2016-01-26
1
-0
/
+46
*
[llvm-readobj][ELF] Teach llvm-readobj to show arch specific ELF section's flags
Simon Atanasyan
2016-01-20
1
-2
/
+47
*
[llvm-readobj][ELF] s/dyn_rela_/dyn_rel_/ No functional changes.
Simon Atanasyan
2016-01-18
1
-16
/
+16
*
[llvm-readobj][ELF] Teach llvm-readobj to show dynamic relocation in REL format
Simon Atanasyan
2016-01-16
1
-34
/
+69
*
Fixed CRLF->LF line endings from r257914. NFC.
George Rimar
2016-01-16
1
-8
/
+8
*
[llvm-readobj] Dump DT_RELACOUNT correctly.
Davide Italiano
2016-01-16
1
-0
/
+2
*
Revert of 57967
George Rimar
2016-01-16
1
-1
/
+2170
*
CRLF -> LF. NFC
George Rimar
2016-01-16
1
-2170
/
+1
*
Recommit r257912
George Rimar
2016-01-15
1
-6
/
+8
*
[WebAssembly] Add a EM_WEBASSEMBLY value, and several bits of code that use it.
Dan Gohman
2016-01-12
1
-1
/
+2
*
[llvm-readobj/ELF] Simplify Verdef handling.
Davide Italiano
2015-12-04
1
-7
/
+1
*
[llvm-readobj] Don't cast qualifiers away. Now gcc is happy again.
Davide Italiano
2015-10-23
1
-7
/
+8
*
[llvm-readobj] Teach ELFDumper about symbol versioning.
Davide Italiano
2015-10-16
1
-6
/
+97
*
[llvm-readobj/ELF] Dump DT_VERDEF/DT_VERDEFNUM correctly.
Davide Italiano
2015-10-15
1
-0
/
+4
[next]