summaryrefslogtreecommitdiff
path: root/tools/llvm-objdump
Commit message (Expand)AuthorAge
* readobj: Dump PE/COFF optional records.Rui Ueyama2013-06-12
* Teach llvm-objdump with the -macho parser how to use the data in code tableKevin Enderby2013-06-06
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-05
* llvm-objdump.cpp: Appease MSC16 x64. utostr(n++) causes internal compiler error.NAKAMURA Takumi2013-05-27
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-24
* MC: Disassembled CFG reconstruction.Ahmed Bougacha2013-05-24
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-24
* llvm-objdump: Initialize MCDisassembler once instead of for each section.Ahmed Bougacha2013-05-16
* Remove the MachineMove class.Rafael Espindola2013-05-13
* Introduce convenience typedefs for the 4 ELF object types.Rafael Espindola2013-05-09
* Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2013-04-25
* Don't read one command past the end.Rafael Espindola2013-04-19
* At Jim Grosbach's request detemplate Object/MachO.h.Rafael Espindola2013-04-18
* llvm-objdump: Don't print contents of BSS sections: it makes no sense and cra...Alexey Samsonov2013-04-16
* Finish templating MachObjectFile over endianness.Rafael Espindola2013-04-13
* Simplify the code. No functionality change.Rafael Espindola2013-04-11
* Template the MachO types over endianness.Rafael Espindola2013-04-10
* Convert MachOObjectFile to a template.Rafael Espindola2013-04-09
* Implement MachOObjectFile::getHeader directly.Rafael Espindola2013-04-07
* Remove LoadCommandInfo now that we always have a pointer to the command.Rafael Espindola2013-04-07
* Add MachOObjectFile::LoadCommandInfo.Rafael Espindola2013-04-07
* Remove MachOObjectFile::getObject.Rafael Espindola2013-04-07
* Make getObject const. Remove a const_cast.Rafael Espindola2013-04-07
* Remove last use of InMemoryStruct in llvm-objdump.Rafael Espindola2013-04-07
* Remove dead code.Rafael Espindola2013-04-07
* Remove unused argument.Rafael Espindola2013-04-07
* Don't fetch pointers from a InMemoryStruct.Rafael Espindola2013-04-05
* Don't disassemble symbols with an unknown address or size.Eric Christopher2013-04-03
* 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
* Add static cast to unsigned char whenever a character classification function...Guy Benyei2013-02-12
* [objdump,readobj] Document the purpose and goals of each tool.Michael J. Spencer2013-02-05
* Remove unneeded #include.Jakub Staszak2013-01-21
* 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
* [llvm-objdump] Emit addresses with the correct number of leading 0's.Michael J. Spencer2013-01-10
* [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
* Sort a few more #include lines in tools/... unittests/... and utils/...Chandler Carruth2013-01-02
* Add a function to get the segment name of a section.Rafael Espindola2012-12-21
* Revert 170545 while I debug the ppc failures.Rafael Espindola2012-12-19
* Add r170095 back.Rafael Espindola2012-12-19
* Revert "Add a funciton to get the segment name of a section."Eric Christopher2012-12-13
* Add a funciton to get the segment name of a section.Rafael Espindola2012-12-13
* Quick build fix for c++03 clang. This needs a proper solution. Note that thes...Michael J. Spencer2012-12-05
* Add dump of Win64 EH unwind data.Michael J. Spencer2012-12-05
* Sort the #include lines for tools/...Chandler Carruth2012-12-04
* Add the -no-show-raw-insn option to llvm-objdump, thus making it a bit moreEli Bendersky2012-11-20
* Rewrite DIContext interface to take an object. Update all callers.Eric Christopher2012-11-12