aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-objdump
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded #include.Jakub Staszak2013-01-211-1/+0
* Sort all of the includes. Several files got checked in with mis-sortedChandler Carruth2013-01-191-1/+0
* [Object][ELF] Simplify ELFObjectFile by using ELFType.Michael J. Spencer2013-01-151-12/+12
* [llvm-objdump] Emit addresses with the correct number of leading 0's.Michael J. Spencer2013-01-101-2/+5
* [objdump] Use correct format specifiers and fix C++03 variadic warning.Michael J. Spencer2013-01-061-6/+8
* [objdump] Add --private-headers, -p.Michael J. Spencer2013-01-064-1/+103
* Sort a few more #include lines in tools/... unittests/... and utils/...Chandler Carruth2013-01-021-1/+1
* Add a function to get the segment name of a section.Rafael Espindola2012-12-212-5/+28
* Revert 170545 while I debug the ppc failures.Rafael Espindola2012-12-192-28/+5
* Add r170095 back.Rafael Espindola2012-12-192-5/+28
* Revert "Add a funciton to get the segment name of a section."Eric Christopher2012-12-132-18/+4
* Add a funciton to get the segment name of a section.Rafael Espindola2012-12-132-4/+18
* Quick build fix for c++03 clang. This needs a proper solution. Note that thes...Michael J. Spencer2012-12-051-4/+4
* Add dump of Win64 EH unwind data.Michael J. Spencer2012-12-054-3/+391
* Sort the #include lines for tools/...Chandler Carruth2012-12-042-7/+7
* Add the -no-show-raw-insn option to llvm-objdump, thus making it a bit moreEli Bendersky2012-11-201-2/+9
* Rewrite DIContext interface to take an object. Update all callers.Eric Christopher2012-11-121-41/+4
* 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
* Remove tabs.Bill Wendling2012-07-191-15/+13
* Need a space.Evan Cheng2012-07-021-1/+1
* Fixed a bug in llvm-objdump when disassembling using -macho option for a binaryKevin Enderby2012-05-181-2/+29
* Fixed a bug in llvm-objdump when disassembling using -macho option for a binaryKevin Enderby2012-05-151-1/+1
* 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-022-3/+11
* 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-052-2/+11
* [Object] Add symbol attribute flags: ST_ThreadLocal, ST_Common, and ST_Undefi...David Meyer2012-02-291-1/+1
* Make MemoryObject accessor members const againDerek Schuff2012-02-293-4/+4
* In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), ...David Meyer2012-02-281-6/+6
* Enable streaming of bitcodeDerek Schuff2012-02-063-4/+4
* Allow command-line overrides of the target triple with the Mach-OCameron Zwarich2012-02-031-19/+20
* Do the same fix as r149667, but for the Mach-O disassembler.Cameron Zwarich2012-02-031-0/+4
* 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-202-1/+3
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-121-1/+0
* Fixed ObjectFile functions:Danil Malyshev2011-11-292-8/+10
* Revert r145180 as it is causing test failures on all the bots.Chandler Carruth2011-11-272-4/+4
* Fixed ObjectFile functions:Danil Malyshev2011-11-272-4/+4
* llvm-objdump: Ignore non-objects in archives.Michael J. Spencer2011-11-161-2/+4
* LLVMBuild: Add description files for the LLVM tools.Daniel Dunbar2011-11-111-0/+23
* Fix llvm-objdump's MachO mode to not depend on the value returned by Relocati...Owen Anderson2011-11-071-6/+6
* Add more PRI.64 macros for MSVC and use them throughout the codebase.Benjamin Kramer2011-11-051-2/+2
* 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
* Expand relocation type field to 64 bits. MachO scattered relocations require...Owen Anderson2011-10-261-1/+1