Age | Commit message (Expand) | Author |
2012-04-02 | Make MCInstrInfo available to the MCInstPrinter. This will be used to remove ... | Craig Topper |
2012-03-23 | Include cctype for std::isprint. | Benjamin Kramer |
2012-03-10 | Fix uses of the C99 PRI format macros not to conflict with C++11 UDLs. | Benjamin Kramer |
2012-03-05 | Make MCRegisterInfo available to the the MCInstPrinter. | Jim Grosbach |
2012-02-29 | [Object] Add symbol attribute flags: ST_ThreadLocal, ST_Common, and ST_Undefi... | David Meyer |
2012-02-29 | Make MemoryObject accessor members const again | Derek Schuff |
2012-02-28 | In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), ... | David Meyer |
2012-02-06 | Enable streaming of bitcode | Derek Schuff |
2012-02-03 | Allow command-line overrides of the target triple with the Mach-O | Cameron Zwarich |
2012-02-03 | Do the same fix as r149667, but for the Mach-O disassembler. | Cameron Zwarich |
2012-02-03 | Fix llvm-objdump disassembly for interesting Mach-O binaries, e.g. any MacOS | Cameron Zwarich |
2011-12-20 | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie |
2011-12-12 | LLVMBuild: Remove trailing newline, which irked me. | Daniel Dunbar |
2011-11-29 | Fixed ObjectFile functions: | Danil Malyshev |
2011-11-27 | Revert r145180 as it is causing test failures on all the bots. | Chandler Carruth |
2011-11-27 | Fixed ObjectFile functions: | Danil Malyshev |
2011-11-16 | llvm-objdump: Ignore non-objects in archives. | Michael J. Spencer |
2011-11-11 | LLVMBuild: Add description files for the LLVM tools. | Daniel Dunbar |
2011-11-07 | Fix llvm-objdump's MachO mode to not depend on the value returned by Relocati... | Owen Anderson |
2011-11-05 | Add more PRI.64 macros for MSVC and use them throughout the codebase. | Benjamin Kramer |
2011-10-28 | uint64 formatted output: replaced %llx with PRIx64 macro. | Stepan Dyatkovskiy |
2011-10-27 | Revert r143149, stubbing out symbolic disassembly support. The symbolic disa... | Owen Anderson |
2011-10-27 | Stub out support for symbol disassembly in llvm-objdump. | Owen Anderson |
2011-10-27 | Fixed llvm-objdump uint64_t formatted output. | Stepan Dyatkovskiy |
2011-10-26 | Expand relocation type field to 64 bits. MachO scattered relocations require... | Owen Anderson |
2011-10-25 | Add support for the notion of "hidden" relocations. On MachO, these are relo... | Owen Anderson |
2011-10-25 | Fix off-by-one error when printing relocations inline with disassembly. | Owen Anderson |
2011-10-18 | llvm-objdump: Add static symbol table dumping. | Michael J. Spencer |
2011-10-18 | build: Tidy up a bunch of tool Makefiles, and simplify where possible using the | Daniel Dunbar |
2011-10-18 | Revert "llvm-objdump: Add static symbol table dumping." | Michael J. Spencer |
2011-10-17 | llvm-objdump: Add static symbol table dumping. | Michael J. Spencer |
2011-10-17 | Rewrite most of MachODump to work through the generic libObject interfaces ra... | Owen Anderson |
2011-10-17 | llvm-objdump: Add -s, which prints the contents of each section. | Michael J. Spencer |
2011-10-13 | llvm-object: Add inline relocation information to disassembly. | Michael J. Spencer |
2011-10-13 | llvm-objdump: Fix whitespace. | Michael J. Spencer |
2011-10-13 | llvm-objdump: Fix dumping of multiple symbols with the same address. | Michael J. Spencer |
2011-10-11 | llvm-objdump.cpp: Use PRIx64 as format specifier for int64_t. | NAKAMURA Takumi |
2011-10-10 | Add support for dumping section headers to llvm-objdump. This uses the same | Nick Lewycky |
2011-10-10 | llvm-objdump: Take ownership of MCInstrInfos. | Benjamin Kramer |
2011-10-08 | llvm-objdump: Add relocation and archive support. | Michael J. Spencer |
2011-10-07 | Fix spelling in comment. | Michael J. Spencer |
2011-10-07 | Change relocation API to be per section. This time without breaking GCC. | Michael J. Spencer |
2011-10-07 | Revert 141376 and 141377 due to breaking the build. | Bill Wendling |
2011-10-07 | Fix spelling in comment. | Michael J. Spencer |
2011-10-07 | Change relocation API to be per section. | Michael J. Spencer |
2011-09-21 | llvm-objdump: Detach symbol listing from section enumeration for mach-o. | Benjamin Kramer |
2011-09-21 | llvm-objdump: Take the data from the right object when there's no dSYM around. | Benjamin Kramer |
2011-09-21 | llvm-objdump: Fix use after free. | Benjamin Kramer |
2011-09-21 | llvm-objdump: Output line info next to the disassembly if available. | Benjamin Kramer |
2011-09-20 | llvm-objdump: factor code better, add comments. | Benjamin Kramer |