summaryrefslogtreecommitdiff
path: root/tools/llvm-objdump/ELFDump.cpp
Commit message (Expand)AuthorAge
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-08
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-24
* Introduce convenience typedefs for the 4 ELF object types.Rafael Espindola2013-05-09
* print TLS segmentShankar Easwaran2013-02-27
* [objdump] Add PT_PHDR.Michael J. Spencer2013-02-21
* [objdump] Print the PT_INTERP and PT_DYNAMIC correcctly.Michael J. Spencer2013-02-20
* Sort all of the includes. Several files got checked in with mis-sortedChandler Carruth2013-01-19
* [Object][ELF] Simplify ELFObjectFile by using ELFType.Michael J. Spencer2013-01-15
* [objdump] Use correct format specifiers and fix C++03 variadic warning.Michael J. Spencer2013-01-06
* [objdump] Add --private-headers, -p.Michael J. Spencer2013-01-06