aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-objdump/llvm-objdump.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change relocation API to be per section.Michael J. Spencer2011-10-071-2/+2
* Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers additi...Benjamin Kramer2011-09-191-161/+49
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-151-4/+5
* Object: make the following changes into SymbolRefBenjamin Kramer2011-09-141-1/+1
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-071-2/+10
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-2/+2
* Some refactoring so TargetRegistry.h no longer has to include any filesEvan Cheng2011-08-231-0/+1
* Add MCInstrAnalysis class. This allows the targets to specify own versions of...Benjamin Kramer2011-08-081-2/+4
* llvm-objdump: disassembly enhancementsBenjamin Kramer2011-08-081-1/+19
* llvm-objdump: Use help of CFG to print assembly when --cfg is passed.Benjamin Kramer2011-08-081-15/+44
* I will save before I commit.Benjamin Kramer2011-07-251-1/+1
* llvm-objdump: Ignore unreachable blocks when printing the CFG.Benjamin Kramer2011-07-251-2/+19
* Separate MCInstPrinter registration from AsmPrinter registration.Evan Cheng2011-07-251-5/+0
* Fix last bits of MC layer issues. llvm-mc doesn't need to initialize TargetMa...Evan Cheng2011-07-251-2/+0
* Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng2011-07-221-3/+1
* llvm-objdump: Don't ignore errors from raw_fd_ostream.Benjamin Kramer2011-07-221-0/+4
* Move the registered target printing in version strings completely out ofChandler Carruth2011-07-221-0/+4
* Sketch out an CFG reconstruction mode for llvm-objdump.Benjamin Kramer2011-07-201-3/+41
* Fix off-by-one.Benjamin Kramer2011-07-191-1/+1
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-191-0/+1
* Teach llvm-objdump to disassemble sections symbol by symbol.Benjamin Kramer2011-07-151-23/+56
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-141-1/+2
* Remove some unnecessary includes.Eli Friedman2011-07-061-8/+0
* createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng2011-07-061-15/+1
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-301-1/+2
* Object: Add proper error handling.Michael J. Spencer2011-06-251-6/+23