summaryrefslogtreecommitdiff
path: root/tools/llvm-objdump
AgeCommit message (Expand)AuthorFilesLines
2013-04-25Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2-5/+5
2013-04-19Don't read one command past the end.Rafael Espindola1-2/+6
2013-04-18At Jim Grosbach's request detemplate Object/MachO.h.Rafael Espindola2-40/+23
2013-04-16llvm-objdump: Don't print contents of BSS sections: it makes no sense and cra...Alexey Samsonov1-0/+8
2013-04-13Finish templating MachObjectFile over endianness.Rafael Espindola2-18/+48
2013-04-11Simplify the code. No functionality change.Rafael Espindola1-17/+1
2013-04-10Template the MachO types over endianness.Rafael Espindola1-5/+6
2013-04-09Convert MachOObjectFile to a template.Rafael Espindola2-6/+6
2013-04-07Implement MachOObjectFile::getHeader directly.Rafael Espindola1-4/+4
2013-04-07Remove LoadCommandInfo now that we always have a pointer to the command.Rafael Espindola1-3/+3
2013-04-07Add MachOObjectFile::LoadCommandInfo.Rafael Espindola1-2/+2
2013-04-07Remove MachOObjectFile::getObject.Rafael Espindola1-10/+8
2013-04-07Make getObject const. Remove a const_cast.Rafael Espindola1-2/+2
2013-04-07Remove last use of InMemoryStruct in llvm-objdump.Rafael Espindola1-2/+2
2013-04-07Remove dead code.Rafael Espindola1-17/+0
2013-04-07Remove unused argument.Rafael Espindola1-3/+1
2013-04-05Don't fetch pointers from a InMemoryStruct.Rafael Espindola2-8/+4
2013-04-03Don't disassemble symbols with an unknown address or size.Eric Christopher1-0/+1
2013-02-27print TLS segmentShankar Easwaran1-0/+3
2013-02-21[objdump] Add PT_PHDR.Michael J. Spencer1-0/+3
2013-02-20[objdump] Print the PT_INTERP and PT_DYNAMIC correcctly.Michael J. Spencer1-0/+6
2013-02-12Add static cast to unsigned char whenever a character classification function...Guy Benyei1-1/+1
2013-02-05[objdump,readobj] Document the purpose and goals of each tool.Michael J. Spencer1-0/+3
2013-01-21Remove unneeded #include.Jakub Staszak1-1/+0
2013-01-19Sort all of the includes. Several files got checked in with mis-sortedChandler Carruth1-1/+0
2013-01-15[Object][ELF] Simplify ELFObjectFile by using ELFType.Michael J. Spencer1-12/+12
2013-01-10[llvm-objdump] Emit addresses with the correct number of leading 0's.Michael J. Spencer1-2/+5
2013-01-06[objdump] Use correct format specifiers and fix C++03 variadic warning.Michael J. Spencer1-6/+8
2013-01-06[objdump] Add --private-headers, -p.Michael J. Spencer4-1/+103
2013-01-02Sort a few more #include lines in tools/... unittests/... and utils/...Chandler Carruth1-1/+1
2012-12-21Add a function to get the segment name of a section.Rafael Espindola2-5/+28
2012-12-19Revert 170545 while I debug the ppc failures.Rafael Espindola2-28/+5
2012-12-19Add r170095 back.Rafael Espindola2-5/+28
2012-12-13Revert "Add a funciton to get the segment name of a section."Eric Christopher2-18/+4
2012-12-13Add a funciton to get the segment name of a section.Rafael Espindola2-4/+18
2012-12-05Quick build fix for c++03 clang. This needs a proper solution. Note that thes...Michael J. Spencer1-4/+4
2012-12-05Add dump of Win64 EH unwind data.Michael J. Spencer4-3/+391
2012-12-04Sort the #include lines for tools/...Chandler Carruth2-7/+7
2012-11-20Add the -no-show-raw-insn option to llvm-objdump, thus making it a bit moreEli Bendersky1-2/+9
2012-11-12Rewrite DIContext interface to take an object. Update all callers.Eric Christopher1-41/+4
2012-08-28Some of the instructions in the Mips instruction set are revisionJack Carter1-1/+16
2012-08-07Tidy up a bit.Jim Grosbach1-12/+10
2012-07-19Remove tabs.Bill Wendling1-15/+13
2012-07-02Need a space.Evan Cheng1-1/+1
2012-05-18Fixed a bug in llvm-objdump when disassembling using -macho option for a binaryKevin Enderby1-2/+29
2012-05-15Fixed a bug in llvm-objdump when disassembling using -macho option for a binaryKevin Enderby1-1/+1
2012-05-08Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names.Kevin Enderby1-14/+12
2012-05-03PR12729: Change 'llvm-objdump' to display the available targets.Pete Cooper1-0/+3
2012-04-02Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2-3/+11
2012-03-23Include cctype for std::isprint.Benjamin Kramer1-0/+1