summaryrefslogtreecommitdiffstats
path: root/llvm/tools
Commit message (Expand)AuthorAgeFilesLines
...
* [llvm-objcopy][MachO] Implement --add-sectionSeiya Nuta2019-12-164-24/+148
* [ORC] Make ObjectLinkingLayer own its jitlink::MemoryManager.Lang Hames2019-12-152-3/+2
* [llvm-dwarfdump][Statistics] Don't count coverage less than 1% as 0%Kristina Bessonova2019-12-131-12/+10
* [llvm-dwarfdump][Statistics] Change the coverage buckets representation. NFCKristina Bessonova2019-12-131-6/+6
* [llvm-readobj] - Fix letters used for dumping section types in GNU style.Georgii Rymar2019-12-131-3/+4
* [llvm-readobj][llvm-readelf] - Remove excessive empty lines when reporting er...Georgii Rymar2019-12-111-2/+0
* [llvm-readelf] - Do no print an empty symbol version as "<corrupt>"Georgii Rymar2019-12-111-1/+1
* [llvm-readobj] Fix/improve printing WinEH unwind info for linked PE imagesMartin Storsjö2019-12-112-6/+56
* [llvm-ar] Improve tool selection heuristicFangrui Song2019-12-101-7/+17
* [llvm-readelf/llvm-readobj] - Improved the error reporting in a few method re...Georgii Rymar2019-12-101-42/+60
* [llvm/dwarfdump] Use the architecture string to filter.Jonas Devlieghere2019-12-091-1/+1
* [llvm-dwarfdump][Statistics] Unify coverage statistic computationKristina Bessonova2019-12-081-60/+26
* Fix building shared libraries broken by 8e48e8e3e32.Alexey Lapshin2019-12-062-1/+2
* [llvm-readobj][llvm-readelf] - Refactor parsing of the SHT_GNU_versym section.Georgii Rymar2019-12-061-28/+118
* [llvm-readobj] - Implement --dependent-libraries flag.Georgii Rymar2019-12-063-0/+57
* [Dsymutil][NFC] Move NonRelocatableStringpool into common CodeGen folder.Alexey Lapshin2019-12-067-153/+12
* [JITLink] Remove the Section::symbols_empty() method.Lang Hames2019-12-052-6/+6
* llvm-reduce: Add a space to an option's --helpGeorge Burgess IV2019-12-051-1/+1
* [llvm] llvm-ifs: Support for handling empty IFS and merging weak+strong symbols.Puyan Lotfi2019-12-051-9/+9
* [ORC] Remove the automagic Main JITDylib fram ExecutionSession.Lang Hames2019-12-052-6/+7
* [llvm-readelf/llvm-readobj] - Remove getSecTypeName() helper.Georgii Rymar2019-12-051-16/+10
* [llvm-symbolizer] Support debug file lookup using build IDPetr Hosek2019-12-041-0/+7
* [dsymutil] Remove recursion from lookForChildDIEsToKeep (2/2) (NFC)Jonas Devlieghere2019-12-041-74/+139
* [dsymutil] Remove recursion from lookForChildDIEsToKeep (1/2) (NFC)Jonas Devlieghere2019-12-042-172/+206
* [ELF] Support for PT_GNU_PROPERTY in header and toolsPeter Smith2019-12-042-0/+5
* [yaml2obj] - Make DynamicSymbols to be Optional<> too.Georgii Rymar2019-12-041-2/+4
* [dsymutil] Support --out (NFC)Jonas Devlieghere2019-12-031-1/+1
* llvm-config: do not link absolute paths with `-l`Saleem Abdulrasool2019-12-031-1/+5
* [CodeGen] Move ARMCodegenPrepare to TypePromotionSam Parker2019-12-031-0/+1
* Recommit "[DWARF5]Addition of alignment atrribute in typedef DIE."Sourabh Singh Tomar2019-12-031-1/+1
* [llvm-exegesis] Fix 44b9942898c7.Clement Courbet2019-12-021-0/+1
* [X86] Add initialization of FPCW in llvm-exegesisWang, Pengfei2019-12-021-5/+11
* [llvm-readobj/llvm-readelf] - Simplify the code that dumps versions.Georgii Rymar2019-12-021-131/+45
* [X86] Add initialization of MXCSR in llvm-exegesisWang, Pengfei2019-12-021-0/+17
* [llvm-readelf/llvm-readobj] - Check the version of SHT_GNU_verneed section en...Georgii Rymar2019-12-021-0/+6
* [ORC] Add a runAsMain utility function to ExecutionUtils.Lang Hames2019-12-022-30/+8
* [llvm-readobj/llvm-readelf] - Reimplement dumping of the SHT_GNU_verneed sect...Georgii Rymar2019-12-021-84/+168
* Revert "[Examples] Add IRTransformations directory to examples."Florian Hahn2019-12-012-12/+0
* [llvm-readelf/llvm-readobj] - Check version of SHT_GNU_verdef section entries...Georgii Rymar2019-11-291-0/+6
* [yaml2obj] - Add a way to describe content of the SHT_GNU_verneed section wit...Georgii Rymar2019-11-291-1/+3
* [ORC][JITLink] Add support for weak references, and improve handling of staticLang Hames2019-11-281-3/+9
* [llvm-readelf] - Make GNU style dumping of invalid SHT_GNU_verdef be consiste...Georgii Rymar2019-11-281-16/+24
* [llvm-readobj] - Always print "Predecessors" for version definition sections.Georgii Rymar2019-11-271-3/+0
* [llvm-objcopy] [COFF] Fix a typo in a comment. NFC.Martin Storsjö2019-11-271-1/+1
* [llvm-readobj/llvm-readelf] - Reimplement dumping of the SHT_GNU_verdef section.Georgii Rymar2019-11-261-68/+149
* [yaml2obj] - Teach tool to describe SHT_GNU_verdef section with a "Content" p...Georgii Rymar2019-11-261-1/+3
* [yaml2obj/obj2yaml] - Add support for SHT_LLVM_DEPENDENT_LIBRARIES sections.Georgii Rymar2019-11-251-0/+37
* [llvm-objcopy][MachO] Implement --dump-sectionSeiya Nuta2019-11-251-5/+34
* [llvm-lipo] Add support for -extractAlexander Shaposhnikov2019-11-212-11/+60
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-14/+2
OpenPOWER on IntegriCloud