| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | A couple misc fixes so that bugpoint doesn't explode reducing code containing... | Eli Friedman | 2011-11-01 | 1 | -1/+5 |
| * | Switch new .file directive emission off by default, change llc's flag for it to | Nick Lewycky | 2011-10-31 | 1 | -4/+4 |
| * | uint64 formatted output: replaced %llx with PRIx64 macro. | Stepan Dyatkovskiy | 2011-10-28 | 2 | -7/+7 |
| * | Have llvm-config --cppflags print correct flags when in CMake build directory | Peter Collingbourne | 2011-10-28 | 3 | -1/+10 |
| * | Remove the Alpha backend. | Dan Gohman | 2011-10-27 | 1 | -2/+1 |
| * | 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 |
| * | llvm-nm: Use correct format string. Patch by Stepan Dyatkovskiy! | Michael J. Spencer | 2011-10-25 | 1 | -2/+2 |
| * | 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 | 28 | -144/+106 |
| * | llvm-ar: Remove local test target, this is no longer useful. | Daniel Dunbar | 2011-10-18 | 1 | -7/+0 |
| * | llvm-config: Add an all-targets pseudo-component. | Daniel Dunbar | 2011-10-18 | 1 | -2/+6 |
| * | 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 |
| * | Add support for a new extension to the .file directive: | Nick Lewycky | 2011-10-17 | 2 | -3/+10 |
| * | 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 |
| * | tools/CMakeLists.txt: Fixup r142103. I don't remember why I had missed the line. | NAKAMURA Takumi | 2011-10-16 | 1 | -1/+1 |
| * | Make SMDiagnostic a little more sane. Instead of passing around note/warning... | Chris Lattner | 2011-10-16 | 2 | -5/+8 |
| * | Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does... | Chris Lattner | 2011-10-16 | 8 | -8/+8 |
| * | CMake: Introduce LLVM_CLANG_SOURCE_DIR, "tools/clang" by default. Clang will ... | NAKAMURA Takumi | 2011-10-16 | 1 | -2/+5 |
| * | autoconf: Introduce --with-clang-srcdir, to build out-of-tree clang as tools/... | NAKAMURA Takumi | 2011-10-16 | 1 | -4/+8 |
| * | 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 |
| * | Make it possible to use the linker without destroying the source module. This... | Tanya Lattner | 2011-10-11 | 3 | -5/+9 |
| * | 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-nm: Don't leak bitcode buffers. | Benjamin Kramer | 2011-10-10 | 1 | -2/+2 |
| * | llvm-objdump: Add relocation and archive support. | Michael J. Spencer | 2011-10-08 | 2 | -29/+103 |
| * | Fix a few changes I missed. | Michael J. Spencer | 2011-10-07 | 2 | -12/+12 |
| * | Fix GCC again. | Michael J. Spencer | 2011-10-07 | 1 | -3/+3 |
| * | 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 |
| * | Update cmake list. | Devang Patel | 2011-10-04 | 1 | -1/+0 |
| * | Put GCOVFile and other related interface in a common header so that llvm-cov ... | Devang Patel | 2011-10-04 | 3 | -506/+1 |
| * | Exclude libLLVMTableGen.a from the shared library | Peter Collingbourne | 2011-10-04 | 1 | -2/+3 |
| * | Simplify. | Devang Patel | 2011-09-29 | 1 | -11/+17 |
| * | Clarify comments. | Devang Patel | 2011-09-29 | 2 | -4/+3 |
| * | Remove unnecessary and unused data member. | Devang Patel | 2011-09-29 | 2 | -3/+2 |
| * | Cosmetic changes, as per Nick's review. | Devang Patel | 2011-09-29 | 4 | -21/+16 |
| * | Fix build failures better. | Andrew Trick | 2011-09-29 | 1 | -5/+3 |