summaryrefslogtreecommitdiffstats
path: root/llvm/tools
Commit message (Expand)AuthorAgeFilesLines
* Update compiler extension integration into the build systemserge-sans-paille2020-06-173-4/+25
* [llvm-objcopy] Avoid invalid Sec.Offset after D79229Fangrui Song2020-05-031-4/+4
* [llvm-objcopy] -O binary: skip empty sectionsFangrui Song2020-05-011-6/+7
* [llvm-objcopy] Improve tool selection logic to recognize llvm-strip-$major as...Fangrui Song2020-04-111-5/+19
* llvm-ar: Fix MinGW compilationHans Wennborg2020-02-281-2/+1
* [ORC] Add support for emulated TLS to ORCv2.Lang Hames2020-01-291-6/+15
* [yaml2obj/obj2yaml] - Add support for SHT_RELR sections.Georgii Rymar2020-01-151-0/+33
* Revert "[yaml2obj/obj2yaml] - Add support for SHT_RELR sections."Georgii Rymar2020-01-151-33/+0
* [yaml2obj/obj2yaml] - Add support for SHT_RELR sections.Georgii Rymar2020-01-151-0/+33
* Removed PointerUnion3 and PointerUnion4 aliases in favor of the variadic temp...Dmitri Gribenko2020-01-141-1/+1
* [llvm-exegesis] Initialize const bitvector memberJonas Devlieghere2020-01-131-1/+1
* [Dsymutil][Debuginfo][NFC] #3 Refactor dsymutil to separate DWARF optimizing ...Alexey Lapshin2020-01-134-54/+101
* [llvm-exegesis] Remove unneeded std::move()Miloš Stojanović2020-01-131-1/+1
* [llvm-exegesis][mips] Expand loadImmediate()Miloš Stojanović2020-01-131-13/+62
* [Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()Fangrui Song2020-01-116-23/+9
* [ORC] Fix argv handling in runAsMain / lli.Lang Hames2020-01-111-8/+2
* [xray] Remove cl::sub from alias optionsShoaib Meenai2020-01-096-78/+41
* [ThinLTO] Pass CodeGenOpts like UnrollLoops/VectorizeLoop/VectorizeSLPWei Mi2020-01-093-0/+6
* [Dsymutil][Debuginfo][NFC] Reland: Refactor dsymutil to separate DWARF optimi...Alexey Lapshin2020-01-0810-1048/+193
* [llvm-symbolizer]Fix printing of malformed address values not passed via stdinXuanda Yang2020-01-081-2/+9
* [NFC] Use isX86() instead of getArch()Jim Lin2020-01-071-4/+2
* [MC] Add parameter `Address` to MCInstPrinter::printInstFangrui Song2020-01-069-15/+16
* llc/MIR: Fix setFunctionAttributes for MIR functionsMatt Arsenault2020-01-061-3/+8
* [llvm-readelf] Print EI_ABIVERSION as decimal instead of hexadecimalFangrui Song2020-01-061-2/+2
* [NFC] Fix trivial typos in commentsJames Henderson2020-01-062-3/+3
* Re-apply "[Examples] Add IRTransformations directory to examples."Florian Hahn2020-01-042-0/+12
* [Remarks] Warn if a remark file is not found when processing static archivesFrancis Visoiu Mistrih2020-01-031-3/+33
* [llvm-size] print a blank line between archieve members when using sysv formatTH3CHARLie2020-01-031-4/+2
* [lli] Add a filter to avoid importing the process's main symbol.Lang Hames2020-01-021-2/+6
* Generalize the pass registration mechanism used by Polly to any third-party toolserge_sans_paille2020-01-026-44/+23
* [llvm-ranlib] Handle -D and -U command line flagAlex Richardson2020-01-021-4/+26
* [llvm-exegesis] Check counters before runningMiloš Stojanović2019-12-313-8/+18
* [opt] Fix run-twice crash and detection problemPeter Kokai2019-12-301-4/+9
* [llvm-nm] Display STT_GNU_IFUNC as 'i'Fangrui Song2019-12-251-5/+8
* [llvm-readobj] - Remove an excessive helper for printing dynamic tags.Georgii Rymar2019-12-241-81/+9
* Add `mlir` to -DLLVM_ALL_PROJECTS CMake optionMehdi Amini2019-12-241-0/+1
* [Tools] Fixes -Wrange-loop-analysis warningsMark de Wever2019-12-2211-16/+17
* llvm-objdump should ignore Mach-O stab symbols for disassembly.Michael Trent2019-12-201-2/+31
* [llvm-symbolizer] Support reading options from environmentPetr Hosek2019-12-201-2/+4
* Temporarily Revert "[Dsymutil][Debuginfo][NFC] Refactor dsymutil to separate ...Eric Christopher2019-12-199-82/+933
* [Dsymutil][Debuginfo][NFC] Refactor dsymutil to separate DWARF optimizing par...Alexey Lapshin2019-12-199-933/+82
* [llvm-exegesis][NFC] internal changesGuillaume Chatelet2019-12-189-94/+148
* [llvm-readob] - Refactor printing of sections flags. NFCI.Georgii Rymar2019-12-181-50/+54
* [llvm-readelf] - Change letters used for SHF_ARM_PURECODE and SHF_X86_64_LARG...Georgii Rymar2019-12-181-10/+27
* [llvm-readelf][llvm-readobj] - Reimplement the logic of section flags dumping.Georgii Rymar2019-12-181-27/+42
* llvm-diff: Perform structural comparison on GlobalVariables, if possibleDominic Chen2019-12-171-0/+9
* [llvm-cxxfilt] Correctly demangle COFF import thunkSteven Wu2019-12-161-5/+6
* [Bugpoint] Do not create illegal function attribute combosDavid Greene2019-12-161-0/+5
* [llvm-exegesis] Set up AsmTargetStreamer in readSnippetsGuillaume Chatelet2019-12-161-0/+16
* [llvm-objcopy][ELF] -O binary: use LMA instead of sh_offset to decide where t...Fangrui Song2019-12-151-23/+13