summaryrefslogtreecommitdiff
path: root/tools/llvm-objdump
AgeCommit message (Expand)AuthorFilesLines
2013-06-12readobj: Dump PE/COFF optional records.Rui Ueyama1-1/+1
2013-06-06Teach llvm-objdump with the -macho parser how to use the data in code tableKevin Enderby1-6/+112
2013-06-05Handle relocations that don't point to symbols.Rafael Espindola2-4/+3
2013-05-27llvm-objdump.cpp: Appease MSC16 x64. utostr(n++) causes internal compiler error.NAKAMURA Takumi1-1/+2
2013-05-24Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer1-1/+1
2013-05-24MC: Disassembled CFG reconstruction.Ahmed Bougacha6-553/+130
2013-05-24Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2-16/+51
2013-05-16llvm-objdump: Initialize MCDisassembler once instead of for each section.Ahmed Bougacha1-45/+45
2013-05-13Remove the MachineMove class.Rafael Espindola2-9/+11
2013-05-09Introduce convenience typedefs for the 4 ELF object types.Rafael Espindola1-8/+4
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