summaryrefslogtreecommitdiff
path: root/tools/llvm-readobj/llvm-readobj.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles1-6/+5
2014-01-30tools: add support for decoding ARM attributesSaleem Abdulrasool1-0/+9
2014-01-21Rename these methods to match the style guide.Rafael Espindola1-2/+2
2014-01-15Return an ErrorOr<Binary *> from createBinary.Rafael Espindola1-2/+3
2014-01-13Re-sort #include lines again, prior to moving headers around.Chandler Carruth1-3/+0
2013-12-19Teach the llvm-readobj COFF dumper to dump debug line tables from object filesTimur Iskhodzhanov1-0/+4
2013-08-09Remove byte order mark from source file.Benjamin Kramer1-1/+1
2013-08-08[Object] Split the ELF interface into 3 parts.Michael J. Spencer1-2/+7
2013-05-03Revert r181009.Amara Emerson1-6/+0
2013-05-03Add support for reading ARM ELF build attributes.Amara Emerson1-0/+6
2013-04-25Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola1-2/+2
2013-04-12Teach llvm-readobj to print ELF program headersNico Rieck1-0/+6
2013-04-12Add -expand-relocs to llvm-readobjNico Rieck1-0/+4
2013-04-03Implements low-level object file format specific output for COFF andEric Christopher1-220/+215
2013-03-25[tools][llvm-readobj] print the name of the section when iterating the symbol...Shankar Easwaran1-12/+19
2013-02-20[llvm-readobj] Add ELF .dynamic table dumping.Michael J. Spencer1-0/+9
2013-02-08[readobj] Fix memory leak.Michael J. Spencer1-1/+2
2013-02-05[objdump,readobj] Document the purpose and goals of each tool.Michael J. Spencer1-4/+7
2012-12-31Use the generic dump template. Extracted from a patch by Sami Liedes.Rafael Espindola1-53/+19
2012-12-31Dump sections. Extracted from a patch by Sami Liedes.Rafael Espindola1-0/+76
2012-12-31Print a header above the symbols. Extracted from a patch by Sami Liedes.Rafael Espindola1-0/+12
2012-12-31Check for errors. Extracted from a patch by Sami Liedes.Rafael Espindola1-6/+12
2012-12-31Fix indentation. Extracted from a patch by Sami Liedes!Rafael Espindola1-32/+32
2012-12-31Style fixes in llvm-readobj.cpp. Extracted from a patch by Sami Liedes!Rafael Espindola1-28/+18
2012-12-04Sort the #include lines for tools/...Chandler Carruth1-6/+6
2012-03-10Fix uses of the C99 PRI format macros not to conflict with C++11 UDLs.Benjamin Kramer1-3/+3
2012-03-09Support reading GNU symbol versions in ELFObjectFileDavid Meyer1-10/+24
2012-03-02Fix comments for llvm-readobj, remove extraneous headersDavid Meyer1-5/+9
2012-03-01[Object]David Meyer1-0/+12
2012-03-01[Object]David Meyer1-0/+188