summaryrefslogtreecommitdiffstats
path: root/llvm/tools
Commit message (Expand)AuthorAgeFilesLines
* Always use / as the path separator.Rafael Espindola2016-12-041-1/+1
* Prefix path when displaying thin archives.Rafael Espindola2016-12-041-0/+5
* llvm-modextract: Call keep() on the output stream before exiting.Peter Collingbourne2016-12-011-0/+2
* [dsymutil] Simplify a lazy-init condition/expressionDavid Blaikie2016-12-011-4/+3
* Fix a bug with llvm-size and the -m option with multiple files not printing t...Kevin Enderby2016-12-011-1/+3
* This change removes the dependency on DwarfDebug that was used for DW_FORM_re...Greg Clayton2016-12-011-60/+66
* [llvm] Implement support for -defsym assembler optionMandeep Singh Grang2016-12-011-16/+3
* Object: Set SF_Indirect in ModuleSymbolTable.Peter Collingbourne2016-12-011-7/+2
* Object: Add SF_Executable symbol flag.Peter Collingbourne2016-12-011-16/+14
* Bitcode: Correctly handle Fixed and VBR arrays in BitstreamCursor::skipRecord().Peter Collingbourne2016-12-011-2/+6
* llvm-lto2: Simpler workaround for PR30396.Peter Collingbourne2016-11-301-17/+10
* [WebAssembly] Add llvm-objdump support for wasm file formatDerek Schuff2016-11-304-0/+32
* Apply clang-tidy's 'performance-faster-string-find' check to LLVM.Benjamin Kramer2016-11-303-3/+3
* Add another missing dependency.Peter Collingbourne2016-11-291-0/+1
* Add llvm-modextract tool.Peter Collingbourne2016-11-294-0/+105
* Add to llvm-objdump the -no-leading-headers option with the use of the -macho...Kevin Enderby2016-11-291-6/+11
* Add missing dependency.Peter Collingbourne2016-11-292-1/+2
* Bitcode: Introduce BitcodeWriter interface.Peter Collingbourne2016-11-294-0/+106
* Object: Add IRObjectFile::getTargetTriple().Peter Collingbourne2016-11-241-8/+2
* llvm-nm: Print correct symbol types for init and fini sectionsMeador Inge2016-11-231-0/+3
* llvm-nm: Don't print value or size for undefined or weak symbolsMeador Inge2016-11-231-7/+15
* llvm-readobj: Use hash tables to print dynamic symbols.Hemant Kulkarni2016-11-231-1/+108
* [llvm-cov] Avoid 0% when reporting something that's 0/0Alex Lorenz2016-11-212-20/+36
* Fix spelling mistakes in Tools/Tests comments. NFC.Simon Pilgrim2016-11-205-6/+6
* Change setDiagnosticsOutputFile to take a unique_ptr from a raw pointer (NFC)Mehdi Amini2016-11-191-1/+2
* [CMake] llvm-lto2 depends on intrinsics_genChris Bieneman2016-11-191-0/+3
* [CMake] opt depends on intrinsics_genChris Bieneman2016-11-191-0/+3
* [CMake] llvm-nm depends on intrinsics_genChris Bieneman2016-11-191-0/+3
* [CMake] llvm-link depends on intrinsics_genChris Bieneman2016-11-191-0/+3
* [CMake] llvm-extract depends on intrinsics_genChris Bieneman2016-11-191-0/+3
* [CMake] llvm-dwp depends on intrinsics_genChris Bieneman2016-11-191-0/+3
* [CMake] llvm-dis depends on intrinsics_genChris Bieneman2016-11-191-0/+3
* [CMake] llvm-diff depends on intrinsics_genChris Bieneman2016-11-191-0/+3
* [CMake] llvm-stress depends on intrinsics_genChris Bieneman2016-11-191-0/+3
* [CMake] bugpoint-passes depends on intrinsics_genChris Bieneman2016-11-191-2/+4
* [CMake] llvm-bcanalyzer depends on intrinsics_genChris Bieneman2016-11-191-0/+3
* [CMake] llvm-as depends on intrinsics_genChris Bieneman2016-11-191-0/+3
* [CMake] llc depends on intrinsics_genChris Bieneman2016-11-191-0/+3
* [CMake] lli-child-target depends on intrinsics genChris Bieneman2016-11-191-0/+3
* [CMake] lli depends on intrinsics_genChris Bieneman2016-11-191-0/+3
* [CMake] llvm-dsymutil depends on intrinsics_genChris Bieneman2016-11-191-0/+3
* [CMake] verify-uselistorder depends on intrinsics_genChris Bieneman2016-11-181-0/+3
* [CMake] sanstats depends on intrinsics_genChris Bieneman2016-11-181-0/+3
* [CMake] bugpoint depends on intrinsics_genChris Bieneman2016-11-181-0/+3
* [CMake] llvm-split depends on intrinsics_genChris Bieneman2016-11-181-0/+3
* [CMake] llvm-lto depends on intrinsics_genChris Bieneman2016-11-181-0/+3
* [CMake] llvm-ar depends on intrinsics_genChris Bieneman2016-11-181-0/+3
* [CMake] llvm-profdata depends on intrinsics_genChris Bieneman2016-11-181-0/+3
* [CMake] LTO depends on intrinsics_genChris Bieneman2016-11-181-1/+1
* [lli] Prefer `exit(1)` to `return 1` for consistency.Davide Italiano2016-11-171-1/+1
OpenPOWER on IntegriCloud