aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* lto/addAsmGlobalSymbols: fast path when no module level asm is present.Ivan Krasin2011-09-081-0/+2
* lto/addAsmGlobalSymbols: fail fracefully when the target does not define AsmP...Ivan Krasin2011-09-082-6/+13
* Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= ...James Molloy2011-09-074-9/+49
* As a (rather delayed) followup to r136738 which stopped building theChandler Carruth2011-09-041-23/+5
* Don't drop alignment info on local common symbols.Benjamin Kramer2011-09-011-1/+2
* Teach macho-dump to dump the uleb128s referred to by linkedit_data segments.Benjamin Kramer2011-08-301-1/+10
* Teach macho-dump how to dump linkedit_data load commands.Benjamin Kramer2011-08-301-0/+19
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-247-13/+13
* Some refactoring so TargetRegistry.h no longer has to include any filesEvan Cheng2011-08-231-0/+1
* Fixed compilation warning on Linux by fixing the type of a return value.John Criswell2011-08-181-1/+1
* Allow the MCDisassembler to return a "soft fail" status code, indicating an i...Owen Anderson2011-08-171-5/+16
* Remove unused Target argument from AsmParser construction methods.Jim Grosbach2011-08-162-3/+3
* Fix bugpoint fallout from the new type system.Nick Lewycky2011-08-121-4/+0
* Silence a bunch (but not all) "variable written but not read" warningsDuncan Sands2011-08-121-2/+2
* Add MCInstrAnalysis class. This allows the targets to specify own versions of...Benjamin Kramer2011-08-083-31/+26
* llvm-objdump: disassembly enhancementsBenjamin Kramer2011-08-081-1/+19
* llvm-objdump: Use help of CFG to print assembly when --cfg is passed.Benjamin Kramer2011-08-081-15/+44
* Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets.Bill Wendling2011-08-031-2/+0
* Kill the export list as well.Evan Cheng2011-08-031-36/+0
* lldb doesn't need the edis dylib any more.Evan Cheng2011-08-021-1/+0
* Move methods in PassManagerBuilder offline.Rafael Espindola2011-08-023-0/+7
* move PassManagerBuilder.h to IPO. This is a non intuitive place to put it,Rafael Espindola2011-08-024-4/+4
* Switch the CMake edis build over to add_llvm_library_dependenciesDouglas Gregor2011-07-291-3/+8
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-291-24/+0
* Fix llvm-mc target detection code to match llc.Evan Cheng2011-07-261-12/+33
* Don't try to dereference syms[0] on an empty vector. Reported by Todd JacksonNick Lewycky2011-07-261-0/+2
* Rename createCodeEmitter to createMCCodeEmitter; createObjectStreamer to crea...Evan Cheng2011-07-261-5/+5