aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* llvm-objdump.cpp: Use PRIx64 as format specifier for int64_t.NAKAMURA Takumi2011-10-111-1/+1
* Make it possible to use the linker without destroying the source module. This...Tanya Lattner2011-10-113-5/+9
* Add support for dumping section headers to llvm-objdump. This uses the sameNick Lewycky2011-10-101-1/+39
* llvm-objdump: Take ownership of MCInstrInfos.Benjamin Kramer2011-10-102-8/+2
* llvm-nm: Don't leak bitcode buffers.Benjamin Kramer2011-10-101-2/+2
* llvm-objdump: Add relocation and archive support.Michael J. Spencer2011-10-082-29/+103
* Fix a few changes I missed.Michael J. Spencer2011-10-072-12/+12
* Fix GCC again.Michael J. Spencer2011-10-071-3/+3
* Fix spelling in comment.Michael J. Spencer2011-10-071-3/+3
* Change relocation API to be per section. This time without breaking GCC.Michael J. Spencer2011-10-071-2/+2
* Revert 141376 and 141377 due to breaking the build.Bill Wendling2011-10-072-5/+5
* Fix spelling in comment.Michael J. Spencer2011-10-071-3/+3
* Change relocation API to be per section.Michael J. Spencer2011-10-071-2/+2
* Update cmake list.Devang Patel2011-10-041-1/+0
* Put GCOVFile and other related interface in a common header so that llvm-cov ...Devang Patel2011-10-043-506/+1
* Exclude libLLVMTableGen.a from the shared libraryPeter Collingbourne2011-10-041-2/+3
* Simplify.Devang Patel2011-09-291-11/+17
* Clarify comments.Devang Patel2011-09-292-4/+3
* Remove unnecessary and unused data member.Devang Patel2011-09-292-3/+2
* Cosmetic changes, as per Nick's review.Devang Patel2011-09-294-21/+16
* Fix build failures better.Andrew Trick2011-09-291-5/+3
* Fix build failure.Daniel Dunbar2011-09-291-2/+4
* llvm-size: Apply Chris's code review fixes.Michael J. Spencer2011-09-291-46/+59
* Fix cast.Michael J. Spencer2011-09-281-1/+1
* Add llvm-size.Michael J. Spencer2011-09-285-1/+323
* Introduce llvm-cov.Devang Patel2011-09-286-1/+609
* Add binary archive support to llvm-nm.Michael J. Spencer2011-09-271-10/+27
* llvm-objdump: Detach symbol listing from section enumeration for mach-o.Benjamin Kramer2011-09-211-19/+16
* llvm-objdump: Take the data from the right object when there's no dSYM around.Benjamin Kramer2011-09-211-11/+13
* llvm-objdump: Fix use after free.Benjamin Kramer2011-09-211-1/+1
* llvm-objdump: Output line info next to the disassembly if available.Benjamin Kramer2011-09-213-53/+156
* llvm-objdump: factor code better, add comments.Benjamin Kramer2011-09-203-159/+183
* Remove llvmc from CMake as well.Eric Christopher2011-09-201-1/+0
* Remove llvmc and assorted build machinery for it.Eric Christopher2011-09-1935-2449/+1
* Nope, there's another one!Benjamin Kramer2011-09-191-1/+1
* Missed one instance of implicit pointer conversion.Benjamin Kramer2011-09-191-1/+1
* Try to make MSVC 2010 happy.Benjamin Kramer2011-09-191-2/+2
* Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers additi...Benjamin Kramer2011-09-196-205/+671
* Add -rfunc and -rglob options to llvm-extract to support regularChad Rosier2011-09-161-6/+71
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-153-7/+8
* use 64-bit types instead of off_t/size_t to avoid the issue whenIvan Krasin2011-09-151-1/+1
* llvm-dwarfdump: Add an option to print out line info for a specific addressBenjamin Kramer2011-09-151-5/+15
* DWARF: wire up .debug_str dumping.Benjamin Kramer2011-09-151-1/+5
* DWARF: Add basic support for line tables.Benjamin Kramer2011-09-151-1/+2
* llvm-dwarfdump: Make the "is debug info section" heuristic stricter so it doe...Benjamin Kramer2011-09-141-4/+8
* Object: make the following changes into SymbolRefBenjamin Kramer2011-09-142-2/+2
* DWARF: Port support for parsing .debug_aranges section from LLDB and wire it ...Benjamin Kramer2011-09-141-1/+5
* Sketch out a DWARF parser.Benjamin Kramer2011-09-135-1/+120
* gold plugin: don't report error on non-bitcode (e.g. ELF) files.Ivan Krasin2011-09-121-9/+25
* gold plugin: report errors occured in lto_module_create_from_*Ivan Krasin2011-09-091-1/+6