summaryrefslogtreecommitdiffstats
path: root/llvm/tools
Commit message (Expand)AuthorAgeFilesLines
...
* [llvm-objcopy][MachO] Implement --strip-debugFangrui Song2019-11-211-3/+3
* [llvm-objcopy][MachO] Fix symbol order in the symbol tableFangrui Song2019-11-211-3/+5
* Reland 9f3fdb0d7fab: [Driver] Use VFS to check if sanitizer blacklists existIlya Biryukov2019-11-213-4/+9
* dwarfdump --statistics: Use new location list apiPavel Labath2019-11-211-38/+32
* [llvm-readobj] - Improve dumping of the SHT_LLVM_LINKER_OPTIONS sections.Georgii Rymar2019-11-201-6/+26
* [llvm-readobj/llvm-readelf] - Improve dumping of versioning sections.Georgii Rymar2019-11-201-2/+2
* Introduce llvm-install-name-toolAlexander Shaposhnikov2019-11-1910-20/+186
* [LTO][Legacy] Add API for passing LLVM options separatelyFrancis Visoiu Mistrih2019-11-192-1/+13
* Revert "Introduce llvm-install-name-tool"Alexander Shaposhnikov2019-11-1910-186/+20
* Introduce llvm-install-name-toolAlexander Shaposhnikov2019-11-1910-20/+186
* [llvm-objdump] Print relocation addends in hexadecimalDavid Bozier2019-11-191-3/+6
* bugpoint: Add option to disable attribute removalMatt Arsenault2019-11-191-23/+29
* [llvm-cxxfilt] Improve strip-underscore behaviorSteven Wu2019-11-181-1/+20
* Revert "[DWARF5]Addition of alignment atrribute in typedef DIE."Sam McCall2019-11-181-1/+1
* Fix cppcheck shadow variable warning. NFC.Simon Pilgrim2019-11-181-3/+3
* llvm-objcopy - fix uninitialized variable warnings. NFC.Simon Pilgrim2019-11-182-18/+18
* llvm-rc - fix uninitialized variable warnings. NFC.Simon Pilgrim2019-11-182-2/+2
* [DWARF5]Addition of alignment atrribute in typedef DIE.Sourabh Singh Tomar2019-11-161-1/+1
* [llvm-cov] Fix illegal cast from uint64_t to int64_tSajjad Mirza2019-11-151-3/+13
* [llvm-objcopy][MachO] Implement --redefine-sym and --redefine-symsFangrui Song2019-11-152-3/+15
* DWARFDebugLoc(v4): Add an incremental parsing functionPavel Labath2019-11-151-4/+11
* [llvm-objcopy][MachO] Implement --remove-sectionSeiya Nuta2019-11-151-5/+12
* [llvm-dis] Fix the disable-output flagMatthew Voss2019-11-141-1/+1
* Add support for multi-module bitcode files to llvm-disMatthew Voss2019-11-141-41/+59
* [llvm-objcopy][COFF] Add support for extended relocation tablesSergey Dmitriev2019-11-142-6/+20
* Move CodeGenFileType enum to Support/CodeGen.hReid Kleckner2019-11-134-11/+11
* Sink all InitializePasses.h includesReid Kleckner2019-11-133-0/+3
* Add -disable-builtin option to optDimitry Andric2019-11-131-0/+19
* [llvm-bcanalyzer] Don't dump the contents if -dump is not passedFrancis Visoiu Mistrih2019-11-131-2/+3
* [llvm-objcopy][COFF] Implement --redefine-sym and --redefine-symsFangrui Song2019-11-121-4/+9
* [Examples] Add IRTransformations directory to examples.Florian Hahn2019-11-122-0/+12
* [yaml2obj/obj2yaml] - Add support for SHT_LLVM_LINKER_OPTIONS sections.Georgii Rymar2019-11-121-0/+41
* [yaml2obj] - Add a way to describe the custom data that is not part of an out...Georgii Rymar2019-11-111-18/+18
* llvm-exegesis - fix shadow variable warnings. NFCI.Simon Pilgrim2019-11-092-5/+5
* llvm-ranlib/nm: Don't print usage message except for usage errorsSam Clegg2019-11-081-26/+32
* Obj2YamlError - fix uninitialized variable warning. NFCI.Simon Pilgrim2019-11-081-1/+1
* [debugify] Move the Debugify pass from tools/opt to lib/Transform/UtilsDaniel Sanders2019-11-075-540/+23
* [llvm-ar] Support verbose mode for operation 'x'Fangrui Song2019-11-071-1/+5
* Using crtp to refactor the xcoff section headerdiggerlin2019-11-071-11/+2
* Revert "Introduce llvm-install-name-tool"Alexander Shaposhnikov2019-11-068-170/+8
* Introduce llvm-install-name-toolAlexander Shaposhnikov2019-11-068-8/+170
* [NFC] Add SUPPORT_PLUGINS to add_llvm_executable()David Tenty2019-11-063-9/+3
* [llvm-objcopy][ELF] Implement --only-keep-debugFangrui Song2019-11-054-25/+119
* [llvm-objcopy][ELF] Add OriginalType & OriginalFlagsFangrui Song2019-11-052-23/+26
* [IR] Add Freeze instructionaqjune2019-11-051-0/+5
* Fix clone_constant_impl to correctly deal with null pointersaqjune2019-11-051-0/+7
* [llvm-readobj] Change errors to warnings for symbol section name dumpingJames Henderson2019-11-041-15/+53
* Fix uninitialized variable warning. NFCI.Simon Pilgrim2019-11-021-1/+1
* [dsymutil] Add support for linking remarksFrancis Visoiu Mistrih2019-11-015-1/+132
* [dsymutil] Add DW_TAG_common_block to dieNeedsChildrenToBeMeaningfulJonas Devlieghere2019-11-011-3/+4
OpenPOWER on IntegriCloud