| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix build failure. | Daniel Dunbar | 2011-09-29 | 1 | -2/+4 |
* | llvm-size: Apply Chris's code review fixes. | Michael J. Spencer | 2011-09-29 | 1 | -46/+59 |
* | Fix cast. | Michael J. Spencer | 2011-09-28 | 1 | -1/+1 |
* | Add llvm-size. | Michael J. Spencer | 2011-09-28 | 5 | -1/+323 |
* | Introduce llvm-cov. | Devang Patel | 2011-09-28 | 6 | -1/+609 |
* | Add binary archive support to llvm-nm. | Michael J. Spencer | 2011-09-27 | 1 | -10/+27 |
* | 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 |
* | Remove llvmc from CMake as well. | Eric Christopher | 2011-09-20 | 1 | -1/+0 |
* | Remove llvmc and assorted build machinery for it. | Eric Christopher | 2011-09-19 | 35 | -2449/+1 |
* | 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 |
* | Add -rfunc and -rglob options to llvm-extract to support regular | Chad Rosier | 2011-09-16 | 1 | -6/+71 |
* | Don't attach annotations to MCInst's. Instead, have the disassembler return,... | Owen Anderson | 2011-09-15 | 3 | -7/+8 |
* | use 64-bit types instead of off_t/size_t to avoid the issue when | Ivan Krasin | 2011-09-15 | 1 | -1/+1 |
* | llvm-dwarfdump: Add an option to print out line info for a specific address | Benjamin Kramer | 2011-09-15 | 1 | -5/+15 |