summaryrefslogtreecommitdiffstats
path: root/llvm/tools
Commit message (Expand)AuthorAgeFilesLines
...
* [llvm-mc] Better error handling in ENOENT case + test.Davide Italiano2015-09-141-6/+1
* dsymutil: Factor out the DIE cloning into a DIECloner class. (NFC)Adrian Prantl2015-09-141-161/+169
* [llvm-mc] More meaningful error if input file doesn't exist.Davide Italiano2015-09-131-0/+5
* dsymutil: Factor out the relocation handling into a RelocationManager (NFC)Adrian Prantl2015-09-111-125/+176
* Add a non-exiting diagnostic handler for LTO.Yunzhong Gao2015-09-111-1/+4
* [dsymutil] Discard useless location attributes.Frederic Riss2015-09-111-4/+68
* [dsymutil] Rename some variables NFC.Frederic Riss2015-09-111-11/+11
* [CMake] Add lto subdirectory explicitly.Chris Bieneman2015-09-101-0/+4
* llvm-config: Add --build-system optionTom Stellard2015-09-094-0/+8
* [llvm-readobj] MachO -- dump LinkerOptions load command.Davide Italiano2015-09-093-0/+28
* [llvm-readobj] Shrink code a little bit. No functional change.Davide Italiano2015-09-071-36/+9
* [cmake] rework LLVM_LINK_LLVM_DYLIB option handlingAndrew Wilkins2015-09-051-47/+4
* [llvm-readobj] MachO: dump the correct field.Davide Italiano2015-09-041-1/+1
* [llvm-readobj] Dump MachO indirect symbols.Davide Italiano2015-09-033-0/+25
* [WinEH] Add cleanupendpad instructionJoseph Tremoulet2015-09-031-0/+1
* [llvm-reaodbj] Simplify code. No functional change (intended).Davide Italiano2015-09-021-24/+8
* Reapply r246012 [dsymutil] Emit real dSYM companion binaries.Frederic Riss2015-09-023-3/+439
* [llvm-readobj] MachO: Dump segment command.Davide Italiano2015-09-023-0/+87
* Pass a symbol table to getRelocationSymbol instead of returning one.Rafael Espindola2015-09-023-32/+41
* gold-plugin: Implement parallel LTO code generation using llvm::splitCodeGen.Peter Collingbourne2015-09-011-34/+47
* New bitcode linker flags:Artem Belevich2015-09-011-4/+21
* [llvm-readobj] MachO -- correctly dump section field 'Reserved3'Davide Italiano2015-09-011-0/+4
* Enable linking tools, shared libraries against libLLVMAndrew Wilkins2015-09-012-43/+89
* [llvm-readobj] Dump MachO Dysymtab command.Davide Italiano2015-08-313-0/+37
* Build a lib/Fuzzer version for llvm-as.Karl Schimpf2015-08-312-0/+88
* [llvm-readobj] Add pair of missing braces.Davide Italiano2015-08-311-1/+2
* [dsymutil] Do not mistakenly reuse the current object file when the next one ...Frederic Riss2015-08-311-1/+3
* [dsymutil] Do not crash on empty debug_range range.Frederic Riss2015-08-311-9/+11
* [dsymutil] Fix caching of current range. NFC.Frederic Riss2015-08-311-2/+3
* [dsymutil] Fix handling of inlined_subprogram low_pcsFrederic Riss2015-08-311-3/+14
* [dsymutil] Do not construct a StringRef from a std::string temporaryFrederic Riss2015-08-311-2/+1
* [dsymutil] Implement -symtab/-s option.Frederic Riss2015-08-313-0/+193
* llvm-readobj: Dump more info for COFF import libraries.Rui Ueyama2015-08-284-7/+57
* Re-apply r246276 - Object: Teach llvm-ar to create symbol table for COFF shor...Rui Ueyama2015-08-281-0/+9
* CodeGen: Introduce splitCodeGen and teach LTOCodeGenerator to use it.Peter Collingbourne2015-08-271-11/+33
* [yaml2obj] Support numeric indexes to create invalid files. Will be used by l...Michael J. Spencer2015-08-271-3/+5
* [llvm-readobj] Add support for dumping MachO min version load command.Davide Italiano2015-08-273-0/+45
* [llvm-objdump] Use the new MinVersion API introduced in r245938. NFC.Davide Italiano2015-08-261-8/+12
* Revert "[dsymutil] Emit real dSYM companion binaries."Frederic Riss2015-08-263-436/+3
* [dsymutil] Emit real dSYM companion binaries.Frederic Riss2015-08-263-3/+436
* [dsymutil] Store an optional BinaryPath in the debug map.Frederic Riss2015-08-263-2/+9
* [dsymutil] Make the warn and error helpers globally available. NFC.Frederic Riss2015-08-262-11/+14
* [dsymutil] Split NonRelocatableStringPool into its own file. NFC.Frederic Riss2015-08-262-86/+103
* [dsymutil] Reapply r245960.Frederic Riss2015-08-253-1/+11
* Revert "[dsymutil] Rewrite thumb triple names in user visible messages."Frederic Riss2015-08-253-11/+1
* [dsymutil] Rewrite thumb triple names in user visible messages.Frederic Riss2015-08-253-1/+11
* [dsymutil] Not finding any debug info is not a fatal errorFrederic Riss2015-08-252-5/+4
* LTO: Simplify merged module ownership.Peter Collingbourne2015-08-242-2/+2
* [llvm-readobj/ELF] Factor out common code.Davide Italiano2015-08-231-12/+11
* LTO: Change signature of LTOCodeGenerator::setCodePICModel() to take a Reloc:...Peter Collingbourne2015-08-212-15/+17
OpenPOWER on IntegriCloud