summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Cosmetic changes, as per Nick's review.Devang Patel2011-09-29
* Fix build failures better.Andrew Trick2011-09-29
* Fix build failure.Daniel Dunbar2011-09-29
* llvm-size: Apply Chris's code review fixes.Michael J. Spencer2011-09-29
* Fix cast.Michael J. Spencer2011-09-28
* Add llvm-size.Michael J. Spencer2011-09-28
* Introduce llvm-cov.Devang Patel2011-09-28
* Add binary archive support to llvm-nm.Michael J. Spencer2011-09-27
* llvm-objdump: Detach symbol listing from section enumeration for mach-o.Benjamin Kramer2011-09-21
* llvm-objdump: Take the data from the right object when there's no dSYM around.Benjamin Kramer2011-09-21
* llvm-objdump: Fix use after free.Benjamin Kramer2011-09-21
* llvm-objdump: Output line info next to the disassembly if available.Benjamin Kramer2011-09-21
* llvm-objdump: factor code better, add comments.Benjamin Kramer2011-09-20
* Remove llvmc from CMake as well.Eric Christopher2011-09-20
* Remove llvmc and assorted build machinery for it.Eric Christopher2011-09-19
* Nope, there's another one!Benjamin Kramer2011-09-19
* Missed one instance of implicit pointer conversion.Benjamin Kramer2011-09-19
* Try to make MSVC 2010 happy.Benjamin Kramer2011-09-19
* Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers additi...Benjamin Kramer2011-09-19
* Add -rfunc and -rglob options to llvm-extract to support regularChad Rosier2011-09-16
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-15
* use 64-bit types instead of off_t/size_t to avoid the issue whenIvan Krasin2011-09-15
* llvm-dwarfdump: Add an option to print out line info for a specific addressBenjamin Kramer2011-09-15
* DWARF: wire up .debug_str dumping.Benjamin Kramer2011-09-15
* DWARF: Add basic support for line tables.Benjamin Kramer2011-09-15
* llvm-dwarfdump: Make the "is debug info section" heuristic stricter so it doe...Benjamin Kramer2011-09-14
* Object: make the following changes into SymbolRefBenjamin Kramer2011-09-14
* DWARF: Port support for parsing .debug_aranges section from LLDB and wire it ...Benjamin Kramer2011-09-14
* Sketch out a DWARF parser.Benjamin Kramer2011-09-13
* gold plugin: don't report error on non-bitcode (e.g. ELF) files.Ivan Krasin2011-09-12
* gold plugin: report errors occured in lto_module_create_from_*Ivan Krasin2011-09-09
* lto/addAsmGlobalSymbols: fast path when no module level asm is present.Ivan Krasin2011-09-08
* lto/addAsmGlobalSymbols: fail fracefully when the target does not define AsmP...Ivan Krasin2011-09-08
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-07
* As a (rather delayed) followup to r136738 which stopped building theChandler Carruth2011-09-04
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-01
* Teach macho-dump to dump the uleb128s referred to by linkedit_data segments.Benjamin Kramer2011-08-30
* Teach macho-dump how to dump linkedit_data load commands.Benjamin Kramer2011-08-30
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Some refactoring so TargetRegistry.h no longer has to include any filesEvan Cheng2011-08-23
* Fixed compilation warning on Linux by fixing the type of a return value.John Criswell2011-08-18
* Allow the MCDisassembler to return a "soft fail" status code, indicating an i...Owen Anderson2011-08-17
* Remove unused Target argument from AsmParser construction methods.Jim Grosbach2011-08-16
* Fix bugpoint fallout from the new type system.Nick Lewycky2011-08-12
* Silence a bunch (but not all) "variable written but not read" warningsDuncan Sands2011-08-12
* Add MCInstrAnalysis class. This allows the targets to specify own versions of...Benjamin Kramer2011-08-08
* llvm-objdump: disassembly enhancementsBenjamin Kramer2011-08-08
* llvm-objdump: Use help of CFG to print assembly when --cfg is passed.Benjamin Kramer2011-08-08
* Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.Bill Wendling2011-08-03
* Kill the export list as well.Evan Cheng2011-08-03