aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-objdump/llvm-objdump.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't fetch pointers from a InMemoryStruct.Rafael Espindola2013-04-051-5/+2
* Don't disassemble symbols with an unknown address or size.Eric Christopher2013-04-031-0/+1
* Add static cast to unsigned char whenever a character classification function...Guy Benyei2013-02-121-1/+1
* [objdump,readobj] Document the purpose and goals of each tool.Michael J. Spencer2013-02-051-0/+3
* Remove unneeded #include.Jakub Staszak2013-01-211-1/+0
* [llvm-objdump] Emit addresses with the correct number of leading 0's.Michael J. Spencer2013-01-101-2/+5
* [objdump] Add --private-headers, -p.Michael J. Spencer2013-01-061-1/+13
* Add a function to get the segment name of a section.Rafael Espindola2012-12-211-4/+21
* Revert 170545 while I debug the ppc failures.Rafael Espindola2012-12-191-21/+4
* Add r170095 back.Rafael Espindola2012-12-191-4/+21
* Revert "Add a funciton to get the segment name of a section."Eric Christopher2012-12-131-11/+3
* Add a funciton to get the segment name of a section.Rafael Espindola2012-12-131-3/+11
* Add dump of Win64 EH unwind data.Michael J. Spencer2012-12-051-3/+26
* Sort the #include lines for tools/...Chandler Carruth2012-12-041-4/+4
* Add the -no-show-raw-insn option to llvm-objdump, thus making it a bit moreEli Bendersky2012-11-201-2/+9
* Some of the instructions in the Mips instruction set are revisionJack Carter2012-08-281-1/+16
* Tidy up a bit.Jim Grosbach2012-08-071-12/+10
* Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names.Kevin Enderby2012-05-081-14/+12
* PR12729: Change 'llvm-objdump' to display the available targets.Pete Cooper2012-05-031-0/+3
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-021-1/+8
* Include cctype for std::isprint.Benjamin Kramer2012-03-231-0/+1
* Fix uses of the C99 PRI format macros not to conflict with C++11 UDLs.Benjamin Kramer2012-03-101-8/+8
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-051-1/+8
* [Object] Add symbol attribute flags: ST_ThreadLocal, ST_Common, and ST_Undefi...David Meyer2012-02-291-1/+1
* In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), ...David Meyer2012-02-281-6/+6
* Fix llvm-objdump disassembly for interesting Mach-O binaries, e.g. any MacOSCameron Zwarich2012-02-031-0/+2
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+2
* Fixed ObjectFile functions:Danil Malyshev2011-11-291-6/+8
* Revert r145180 as it is causing test failures on all the bots.Chandler Carruth2011-11-271-2/+2
* Fixed ObjectFile functions:Danil Malyshev2011-11-271-2/+2
* llvm-objdump: Ignore non-objects in archives.Michael J. Spencer2011-11-161-2/+4
* uint64 formatted output: replaced %llx with PRIx64 macro.Stepan Dyatkovskiy2011-10-281-5/+5
* Revert r143149, stubbing out symbolic disassembly support. The symbolic disa...Owen Anderson2011-10-271-45/+6
* Stub out support for symbol disassembly in llvm-objdump.Owen Anderson2011-10-271-6/+45
* Fixed llvm-objdump uint64_t formatted output.Stepan Dyatkovskiy2011-10-271-5/+5
* Add support for the notion of "hidden" relocations. On MachO, these are relo...Owen Anderson2011-10-251-0/+9
* Fix off-by-one error when printing relocations inline with disassembly.Owen Anderson2011-10-251-1/+1
* llvm-objdump: Add static symbol table dumping.Michael J. Spencer2011-10-181-1/+120
* Revert "llvm-objdump: Add static symbol table dumping."Michael J. Spencer2011-10-181-118/+1
* llvm-objdump: Add static symbol table dumping.Michael J. Spencer2011-10-171-1/+118
* llvm-objdump: Add -s, which prints the contents of each section.Michael J. Spencer2011-10-171-5/+52
* llvm-object: Add inline relocation information to disassembly.Michael J. Spencer2011-10-131-6/+48
* llvm-objdump: Fix whitespace.Michael J. Spencer2011-10-131-1/+1
* llvm-objdump: Fix dumping of multiple symbols with the same address.Michael J. Spencer2011-10-131-1/+12
* llvm-objdump.cpp: Use PRIx64 as format specifier for int64_t.NAKAMURA Takumi2011-10-111-1/+1
* Add support for dumping section headers to llvm-objdump. This uses the sameNick Lewycky2011-10-101-1/+39
* llvm-objdump: Take ownership of MCInstrInfos.Benjamin Kramer2011-10-101-6/+0
* llvm-objdump: Add relocation and archive support.Michael J. Spencer2011-10-081-28/+103
* Change relocation API to be per section. This time without breaking GCC.Michael J. Spencer2011-10-071-2/+2
* Revert 141376 and 141377 due to breaking the build.Bill Wendling2011-10-071-2/+2