| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a funciton to get the segment name of a section. | Rafael Espindola | 2012-12-13 | 1 | -3/+11 |
* | Add dump of Win64 EH unwind data. | Michael J. Spencer | 2012-12-05 | 1 | -3/+26 |
* | Sort the #include lines for tools/... | Chandler Carruth | 2012-12-04 | 1 | -4/+4 |
* | Add the -no-show-raw-insn option to llvm-objdump, thus making it a bit more | Eli Bendersky | 2012-11-20 | 1 | -2/+9 |
* | Some of the instructions in the Mips instruction set are revision | Jack Carter | 2012-08-28 | 1 | -1/+16 |
* | Tidy up a bit. | Jim Grosbach | 2012-08-07 | 1 | -12/+10 |
* | Fix it so llvm-objdump -arch does accept x86 and x86-64 as valid arch names. | Kevin Enderby | 2012-05-08 | 1 | -14/+12 |
* | PR12729: Change 'llvm-objdump' to display the available targets. | Pete Cooper | 2012-05-03 | 1 | -0/+3 |
* | Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ... | Craig Topper | 2012-04-02 | 1 | -1/+8 |
* | Include cctype for std::isprint. | Benjamin Kramer | 2012-03-23 | 1 | -0/+1 |
* | Fix uses of the C99 PRI format macros not to conflict with C++11 UDLs. | Benjamin Kramer | 2012-03-10 | 1 | -8/+8 |
* | Make MCRegisterInfo available to the the MCInstPrinter. | Jim Grosbach | 2012-03-05 | 1 | -1/+8 |
* | [Object] Add symbol attribute flags: ST_ThreadLocal, ST_Common, and ST_Undefi... | David Meyer | 2012-02-29 | 1 | -1/+1 |
* | In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), ... | David Meyer | 2012-02-28 | 1 | -6/+6 |
* | Fix llvm-objdump disassembly for interesting Mach-O binaries, e.g. any MacOS | Cameron Zwarich | 2012-02-03 | 1 | -0/+2 |
* | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie | 2011-12-20 | 1 | -0/+2 |
* | Fixed ObjectFile functions: | Danil Malyshev | 2011-11-29 | 1 | -6/+8 |
* | Revert r145180 as it is causing test failures on all the bots. | Chandler Carruth | 2011-11-27 | 1 | -2/+2 |
* | Fixed ObjectFile functions: | Danil Malyshev | 2011-11-27 | 1 | -2/+2 |
* | llvm-objdump: Ignore non-objects in archives. | Michael J. Spencer | 2011-11-16 | 1 | -2/+4 |
* | uint64 formatted output: replaced %llx with PRIx64 macro. | Stepan Dyatkovskiy | 2011-10-28 | 1 | -5/+5 |
* | Revert r143149, stubbing out symbolic disassembly support. The symbolic disa... | Owen Anderson | 2011-10-27 | 1 | -45/+6 |
* | Stub out support for symbol disassembly in llvm-objdump. | Owen Anderson | 2011-10-27 | 1 | -6/+45 |
* | Fixed llvm-objdump uint64_t formatted output. | Stepan Dyatkovskiy | 2011-10-27 | 1 | -5/+5 |
* | Add support for the notion of "hidden" relocations. On MachO, these are relo... | Owen Anderson | 2011-10-25 | 1 | -0/+9 |
* | Fix off-by-one error when printing relocations inline with disassembly. | Owen Anderson | 2011-10-25 | 1 | -1/+1 |
* | llvm-objdump: Add static symbol table dumping. | Michael J. Spencer | 2011-10-18 | 1 | -1/+120 |
* | Revert "llvm-objdump: Add static symbol table dumping." | Michael J. Spencer | 2011-10-18 | 1 | -118/+1 |
* | llvm-objdump: Add static symbol table dumping. | Michael J. Spencer | 2011-10-17 | 1 | -1/+118 |
* | llvm-objdump: Add -s, which prints the contents of each section. | Michael J. Spencer | 2011-10-17 | 1 | -5/+52 |
* | llvm-object: Add inline relocation information to disassembly. | Michael J. Spencer | 2011-10-13 | 1 | -6/+48 |
* | llvm-objdump: Fix whitespace. | Michael J. Spencer | 2011-10-13 | 1 | -1/+1 |
* | llvm-objdump: Fix dumping of multiple symbols with the same address. | Michael J. Spencer | 2011-10-13 | 1 | -1/+12 |
* | llvm-objdump.cpp: Use PRIx64 as format specifier for int64_t. | NAKAMURA Takumi | 2011-10-11 | 1 | -1/+1 |
* | Add support for dumping section headers to llvm-objdump. This uses the same | Nick Lewycky | 2011-10-10 | 1 | -1/+39 |
* | llvm-objdump: Take ownership of MCInstrInfos. | Benjamin Kramer | 2011-10-10 | 1 | -6/+0 |
* | llvm-objdump: Add relocation and archive support. | Michael J. Spencer | 2011-10-08 | 1 | -28/+103 |
* | Change relocation API to be per section. This time without breaking GCC. | Michael J. Spencer | 2011-10-07 | 1 | -2/+2 |
* | Revert 141376 and 141377 due to breaking the build. | Bill Wendling | 2011-10-07 | 1 | -2/+2 |
* | Change relocation API to be per section. | Michael J. Spencer | 2011-10-07 | 1 | -2/+2 |
* | Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers additi... | Benjamin Kramer | 2011-09-19 | 1 | -161/+49 |
* | Don't attach annotations to MCInst's. Instead, have the disassembler return,... | Owen Anderson | 2011-09-15 | 1 | -4/+5 |
* | Object: make the following changes into SymbolRef | Benjamin Kramer | 2011-09-14 | 1 | -1/+1 |
* | Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ... | James Molloy | 2011-09-07 | 1 | -2/+10 |
* | Move TargetRegistry and TargetSelect from Target to Support where they belong. | Evan Cheng | 2011-08-24 | 1 | -2/+2 |
* | Some refactoring so TargetRegistry.h no longer has to include any files | Evan Cheng | 2011-08-23 | 1 | -0/+1 |
* | Add MCInstrAnalysis class. This allows the targets to specify own versions of... | Benjamin Kramer | 2011-08-08 | 1 | -2/+4 |
* | llvm-objdump: disassembly enhancements | Benjamin Kramer | 2011-08-08 | 1 | -1/+19 |
* | llvm-objdump: Use help of CFG to print assembly when --cfg is passed. | Benjamin Kramer | 2011-08-08 | 1 | -15/+44 |
* | I will save before I commit. | Benjamin Kramer | 2011-07-25 | 1 | -1/+1 |