summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* dwarfdump: Use the right enum for the tu_index sectionDavid Blaikie2015-11-121-1/+1
* dwarfdump: add command line support for dumping the tu_index sectionDavid Blaikie2015-11-121-1/+2
* Adding qualifier for make_unique.Mike Aizatsky2015-11-111-2/+2
* sancov tool in c++Mike Aizatsky2015-11-113-0/+292
* [Symbolizer]: Add -pretty-print optionHemant Kulkarni2015-11-111-2/+9
* Add a libLTO diagnostic handler that supports lto_get_error_message APIYunzhong Gao2015-11-111-2/+10
* Format my previous commitDavid Blaikie2015-11-111-8/+8
* dwarfdump: First piece of support for DWP dumpingDavid Blaikie2015-11-111-0/+1
* Reverting r252760Colin LeMahieu2015-11-111-9/+2
* llvm-config.cpp: Prune an obsolete \param. [-Wdocumentation]NAKAMURA Takumi2015-11-111-2/+0
* [Symbolizer]: Add -pretty-print optionHemant Kulkarni2015-11-111-2/+9
* [CMake] Autoconf builds libLTO with -fPIC, CMake should be able to as well.Chris Bieneman2015-11-101-1/+1
* dsymutil: Prune module forward decl DIEs if a uniquable definition wasAdrian Prantl2015-11-101-6/+18
* llvm-lto: trivial spelling changes to distinguish custom diagnostic handler andYunzhong Gao2015-11-101-0/+1
* Fix mingw targets. Bandaid for r252532's buildbot brakage.Richard Diamond2015-11-101-1/+1
* Fix llvm-nm(1) printing of llvm-bitcode files for -format darwin to match dar...Kevin Enderby2015-11-101-45/+113
* Simplify some APIs I was cleaning up while fixing -Wpessimizing-move warningDavid Blaikie2015-11-091-27/+25
* Fix -Wpessimizing-move warning in llvm-config.cppReid Kleckner2015-11-091-1/+1
* Fix `llvm-config` to adapt to the install environment.Richard Diamond2015-11-094-22/+259
* Make bugpoint ehpad/token friendlyDavid Majnemer2015-11-081-4/+5
* ADT: Remove last implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-11-071-1/+1
* Fix bugpoint breakage on libcxx introduced by r252247Keno Fischer2015-11-061-2/+2
* [bugpoint] Add a named metadata (+their operands) reducerKeno Fischer2015-11-062-13/+213
* Reapply r250906 with many suggested updates from Rafael Espindola.Kevin Enderby2015-11-058-24/+106
* [CMake] Bug 25059 - CMake libllvm.so.$MAJOR.$MINOR shared object name not com...Chris Bieneman2015-11-041-1/+1
* Fix some Clang-tidy modernize warnings, other minor fixes.Eugene Zelenko2015-11-043-6/+8
* llvm-config: Add --has-rtti optionTom Stellard2015-11-044-0/+13
* [ELF] elfiamcu triple should imply e_machine == EM_IAMCUMichael Kuperstein2015-11-041-0/+1
* [LLVMSymbolize] Properly propagate object parsing errors from the library.Alexey Samsonov2015-11-041-3/+14
* [LLVMSymbolize] Factor out the logic for printing structs from DIContext. NFC.Alexey Samsonov2015-11-031-6/+11
* llmv-pdbdump: Make BuiltinDumper shorter. NFC.Rui Ueyama2015-11-032-41/+27
* Revert "Revert "[Orc] Directly emit machine code for the x86 resolver block a...Rafael Espindola2015-11-032-29/+16
* Revert "[Orc] Directly emit machine code for the x86 resolver block and tramp...Rafael Espindola2015-11-032-16/+29
* [Orc] Directly emit machine code for the x86 resolver block and trampolines.Lang Hames2015-11-032-29/+16
* Pass enum instead of bool to new linkInModule call in llvm-linkTeresa Johnson2015-11-031-1/+1
* Don't implicitly construct a Archive::child_iterator.Rafael Espindola2015-11-031-2/+2
* llvm-pdbdump: Simplify. NFC.Rui Ueyama2015-11-032-29/+14
* Restore "Support for ThinLTO function importing and symbol linking."Teresa Johnson2015-11-034-3/+125
* Allow llvm-nm’s single letter command line flags to be grouped.Kevin Enderby2015-11-021-18/+22
* Revert "Support for ThinLTO function importing and symbol linking."Teresa Johnson2015-11-023-124/+2
* Support for ThinLTO function importing and symbol linking.Teresa Johnson2015-11-023-2/+124
* MachO: support tvOS and watchOS version min commands in llvm-objdumpTim Northover2015-11-021-7/+22
* Clang format a few prior patches (NFC)Teresa Johnson2015-11-023-15/+22
* This doesn't need a object::Archive::child_iterator.Rafael Espindola2015-11-021-2/+2
* [PGO] Value profiling (index format) code cleanup and testingXinliang David Li2015-11-021-5/+9
* Make a few definitions static. NFC.Rafael Espindola2015-11-011-5/+6
* Use Child instead of child_iterator in the archive writer.Rafael Espindola2015-11-011-4/+3
* This can take a const reference. NFC.Rafael Espindola2015-10-311-1/+1
* Simplify handling of archive Symbol tables.Rafael Espindola2015-10-311-7/+2
* Implemented the code to make llvm-nm’s -g option work.Kevin Enderby2015-10-301-0/+3