summaryrefslogtreecommitdiff
path: root/tools/llvm-objdump
Commit message (Expand)AuthorAge
...
* 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
* Some of the instructions in the Mips instruction set are revisionJack Carter2012-08-28
* Tidy up a bit.Jim Grosbach2012-08-07
* Remove tabs.Bill Wendling2012-07-19
* Need a space.Evan Cheng2012-07-02
* Fixed a bug in llvm-objdump when disassembling using -macho option for a binaryKevin Enderby2012-05-18
* Fixed a bug in llvm-objdump when disassembling using -macho option for a binaryKevin Enderby2012-05-15
* Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names.Kevin Enderby2012-05-08
* PR12729: Change 'llvm-objdump' to display the available targets.Pete Cooper2012-05-03
* Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ...Craig Topper2012-04-02
* Include cctype for std::isprint.Benjamin Kramer2012-03-23
* Fix uses of the C99 PRI format macros not to conflict with C++11 UDLs.Benjamin Kramer2012-03-10
* Make MCRegisterInfo available to the the MCInstPrinter.Jim Grosbach2012-03-05
* [Object] Add symbol attribute flags: ST_ThreadLocal, ST_Common, and ST_Undefi...David Meyer2012-02-29
* Make MemoryObject accessor members const againDerek Schuff2012-02-29
* In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), ...David Meyer2012-02-28
* Enable streaming of bitcodeDerek Schuff2012-02-06
* Allow command-line overrides of the target triple with the Mach-OCameron Zwarich2012-02-03
* Do the same fix as r149667, but for the Mach-O disassembler.Cameron Zwarich2012-02-03
* Fix llvm-objdump disassembly for interesting Mach-O binaries, e.g. any MacOSCameron Zwarich2012-02-03
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-12
* Fixed ObjectFile functions:Danil Malyshev2011-11-29
* Revert r145180 as it is causing test failures on all the bots.Chandler Carruth2011-11-27