| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable streaming of bitcode | Derek Schuff | 2012-02-06 | 3 | -4/+4 |
* | Allow command-line overrides of the target triple with the Mach-O | Cameron Zwarich | 2012-02-03 | 1 | -19/+20 |
* | Do the same fix as r149667, but for the Mach-O disassembler. | Cameron Zwarich | 2012-02-03 | 1 | -0/+4 |
* | 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 | 2 | -1/+3 |
* | LLVMBuild: Remove trailing newline, which irked me. | Daniel Dunbar | 2011-12-12 | 1 | -1/+0 |
* | Fixed ObjectFile functions: | Danil Malyshev | 2011-11-29 | 2 | -8/+10 |
* | Revert r145180 as it is causing test failures on all the bots. | Chandler Carruth | 2011-11-27 | 2 | -4/+4 |
* | Fixed ObjectFile functions: | Danil Malyshev | 2011-11-27 | 2 | -4/+4 |
* | llvm-objdump: Ignore non-objects in archives. | Michael J. Spencer | 2011-11-16 | 1 | -2/+4 |
* | LLVMBuild: Add description files for the LLVM tools. | Daniel Dunbar | 2011-11-11 | 1 | -0/+23 |
* | Fix llvm-objdump's MachO mode to not depend on the value returned by Relocati... | Owen Anderson | 2011-11-07 | 1 | -6/+6 |
* | Add more PRI.64 macros for MSVC and use them throughout the codebase. | Benjamin Kramer | 2011-11-05 | 1 | -2/+2 |
* | 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 |
* | Expand relocation type field to 64 bits. MachO scattered relocations require... | Owen Anderson | 2011-10-26 | 1 | -1/+1 |
* | 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 |
* | build: Tidy up a bunch of tool Makefiles, and simplify where possible using the | Daniel Dunbar | 2011-10-18 | 1 | -5/+4 |
* | 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 |
* | Rewrite most of MachODump to work through the generic libObject interfaces ra... | Owen Anderson | 2011-10-17 | 1 | -169/+183 |
* | 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 | 2 | -8/+2 |
* | llvm-objdump: Add relocation and archive support. | Michael J. Spencer | 2011-10-08 | 2 | -29/+103 |
* | Fix spelling in comment. | Michael J. Spencer | 2011-10-07 | 1 | -3/+3 |
* | 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 | 2 | -5/+5 |
* | Fix spelling in comment. | Michael J. Spencer | 2011-10-07 | 1 | -3/+3 |
* | Change relocation API to be per section. | Michael J. Spencer | 2011-10-07 | 1 | -2/+2 |
* | llvm-objdump: Detach symbol listing from section enumeration for mach-o. | Benjamin Kramer | 2011-09-21 | 1 | -19/+16 |
* | llvm-objdump: Take the data from the right object when there's no dSYM around. | Benjamin Kramer | 2011-09-21 | 1 | -11/+13 |
* | llvm-objdump: Fix use after free. | Benjamin Kramer | 2011-09-21 | 1 | -1/+1 |
* | llvm-objdump: Output line info next to the disassembly if available. | Benjamin Kramer | 2011-09-21 | 3 | -53/+156 |
* | llvm-objdump: factor code better, add comments. | Benjamin Kramer | 2011-09-20 | 3 | -159/+183 |
* | Nope, there's another one! | Benjamin Kramer | 2011-09-19 | 1 | -1/+1 |
* | Missed one instance of implicit pointer conversion. | Benjamin Kramer | 2011-09-19 | 1 | -1/+1 |
* | Try to make MSVC 2010 happy. | Benjamin Kramer | 2011-09-19 | 1 | -2/+2 |
* | Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers additi... | Benjamin Kramer | 2011-09-19 | 6 | -205/+671 |
* | Don't attach annotations to MCInst's. Instead, have the disassembler return,... | Owen Anderson | 2011-09-15 | 2 | -5/+6 |
* | 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 |