summaryrefslogtreecommitdiff
path: root/tools/llvm-objdump/llvm-objdump.cpp
Commit message (Expand)AuthorAge
* Some of the instructions in the Mips instruction set are revisionJack Carter2012-08-28
* Tidy up a bit.Jim Grosbach2012-08-07
* 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
* In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), ...David Meyer2012-02-28
* 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
* Fixed ObjectFile functions:Danil Malyshev2011-11-29
* Revert r145180 as it is causing test failures on all the bots.Chandler Carruth2011-11-27
* Fixed ObjectFile functions:Danil Malyshev2011-11-27
* llvm-objdump: Ignore non-objects in archives.Michael J. Spencer2011-11-16
* uint64 formatted output: replaced %llx with PRIx64 macro.Stepan Dyatkovskiy2011-10-28
* Revert r143149, stubbing out symbolic disassembly support. The symbolic disa...Owen Anderson2011-10-27
* Stub out support for symbol disassembly in llvm-objdump.Owen Anderson2011-10-27
* Fixed llvm-objdump uint64_t formatted output.Stepan Dyatkovskiy2011-10-27
* Add support for the notion of "hidden" relocations. On MachO, these are relo...Owen Anderson2011-10-25
* Fix off-by-one error when printing relocations inline with disassembly.Owen Anderson2011-10-25
* llvm-objdump: Add static symbol table dumping.Michael J. Spencer2011-10-18
* Revert "llvm-objdump: Add static symbol table dumping."Michael J. Spencer2011-10-18
* llvm-objdump: Add static symbol table dumping.Michael J. Spencer2011-10-17
* llvm-objdump: Add -s, which prints the contents of each section.Michael J. Spencer2011-10-17
* llvm-object: Add inline relocation information to disassembly.Michael J. Spencer2011-10-13
* llvm-objdump: Fix whitespace.Michael J. Spencer2011-10-13
* llvm-objdump: Fix dumping of multiple symbols with the same address.Michael J. Spencer2011-10-13
* llvm-objdump.cpp: Use PRIx64 as format specifier for int64_t.NAKAMURA Takumi2011-10-11
* Add support for dumping section headers to llvm-objdump. This uses the sameNick Lewycky2011-10-10
* llvm-objdump: Take ownership of MCInstrInfos.Benjamin Kramer2011-10-10
* llvm-objdump: Add relocation and archive support.Michael J. Spencer2011-10-08
* Change relocation API to be per section. This time without breaking GCC.Michael J. Spencer2011-10-07
* Revert 141376 and 141377 due to breaking the build.Bill Wendling2011-10-07
* Change relocation API to be per section.Michael J. Spencer2011-10-07
* Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers additi...Benjamin Kramer2011-09-19
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-15
* Object: make the following changes into SymbolRefBenjamin Kramer2011-09-14
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-07
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Some refactoring so TargetRegistry.h no longer has to include any filesEvan Cheng2011-08-23
* Add MCInstrAnalysis class. This allows the targets to specify own versions of...Benjamin Kramer2011-08-08
* llvm-objdump: disassembly enhancementsBenjamin Kramer2011-08-08
* llvm-objdump: Use help of CFG to print assembly when --cfg is passed.Benjamin Kramer2011-08-08
* I will save before I commit.Benjamin Kramer2011-07-25
* llvm-objdump: Ignore unreachable blocks when printing the CFG.Benjamin Kramer2011-07-25
* Separate MCInstPrinter registration from AsmPrinter registration.Evan Cheng2011-07-25
* Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...Evan Cheng2011-07-25
* Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng2011-07-22