summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools
Commit message (Expand)AuthorAgeFilesLines
* [llvm-objcopy] -O binary: skip empty sectionsFangrui Song2020-05-011-2/+57
* [llvm-objcopy] Improve tool selection logic to recognize llvm-strip-$major as...Fangrui Song2020-04-111-0/+33
* Make quick-append.test resilient to running in paths with '1.o' in the nameHans Wennborg2020-02-031-9/+9
* [ELF][PowerPC] Support R_PPC_COPY and R_PPC64_COPYFangrui Song2020-01-241-0/+3
* Revert "[yaml2obj/obj2yaml] - Add support for SHT_RELR sections."Georgii Rymar2020-01-152-309/+0
* [yaml2obj/obj2yaml] - Add support for SHT_RELR sections.Georgii Rymar2020-01-152-0/+309
* [llvm-readobj][llvm-readelf][test] - Add a few more dynamic section tests.Georgii Rymar2020-01-142-196/+716
* [ARM][Thumb2] Fix ADD/SUB invalid writes to SPDiogo Sampaio2020-01-141-0/+26
* [llvm-readobj][test] - Fix grammar in comments.Georgii Rymar2020-01-142-2/+2
* [llvm-exegesis][mips] Expand loadImmediate()Miloš Stojanović2020-01-131-0/+11
* [DebugInfo] Improve error message textJames Henderson2020-01-101-1/+1
* [ThinLTO] Pass CodeGenOpts like UnrollLoops/VectorizeLoop/VectorizeSLPWei Mi2020-01-092-0/+130
* [X86] AMD Znver2 (Rome) Scheduler enablementGanesh Gopalasubramanian2020-01-1055-6/+12598
* [llvm-symbolizer]Fix printing of malformed address values not passed via stdinXuanda Yang2020-01-082-9/+30
* llc: Change behavior of -mcpu with existing attributeMatt Arsenault2020-01-071-1/+1
* [llvm-readelf] Print EI_ABIVERSION as decimal instead of hexadecimalFangrui Song2020-01-063-9/+9
* [Remarks] Warn if a remark file is not found when processing static archivesFrancis Visoiu Mistrih2020-01-034-0/+47
* [DebugInfo] Remove redundant checks for past-the-end of prologueJames Henderson2020-01-031-11/+16
* [test][llvm-dwarfdump] Use --implicit-check-not to simplify test checksJames Henderson2020-01-031-11/+5
* [test][llvm-dwarfdump] Normalise contents and checks for line tablesJames Henderson2020-01-032-60/+86
* [test][llvm-dwarfdump] Add missing checks for table dumpingJames Henderson2020-01-031-1/+15
* [llvm-size] print a blank line between archieve members when using sysv formatTH3CHARLie2020-01-033-2/+9
* Fix llvm-symbolizer tests on Windows, one more time.Evgenii Stepanov2020-01-022-7/+7
* Add C source to two debug info tests.Evgenii Stepanov2020-01-022-350/+411
* Make mangled_names.test and update_cc_test_checks.py work with Python 2.Nico Weber2020-01-021-3/+3
* [llvm-ranlib] Update expected error message check for WindowsAlex Richardson2020-01-021-4/+4
* [test][llvm-dwarfdump][NFC] Remove unused checkJames Henderson2020-01-021-136/+133
* [test][llvm-dwarfdump][NFC] Improve test readabilityJames Henderson2020-01-022-38/+68
* [llvm-ranlib] Relax D-flag.test to allow it to pass on Windows hostsAlex Richardson2020-01-021-3/+2
* Make the llvm-ranlib/help-message.test test pass in unusual configurationsDmitri Gribenko2020-01-021-1/+1
* Fix D-flag.test by running chmod before creating the archiveAlex Richardson2020-01-021-0/+1
* [llvm-ranlib] Handle -D and -U command line flagAlex Richardson2020-01-022-4/+58
* [Utils] Deal with occasionally deleted functionsJohannes Doerfert2019-12-313-0/+36
* [Utils][Fix] Minor test result changeJohannes Doerfert2019-12-311-1/+1
* [Utils] Reuse argument variable names in the bodyJohannes Doerfert2019-12-315-1/+41
* [Utils] Allow update_test_checks to scrub attribute annotationsJohannes Doerfert2019-12-314-0/+43
* [test] do not parse ls output for file size; NFCIBryan Chan2019-12-302-3/+3
* [llvm-readobj][llvm-objdump][test] - Improve dynamic section testing.Georgii Rymar2019-12-274-335/+339
* Partially revert "Add initial tests for update_{llc_,cc_,}test_checks.py"Reid Kleckner2019-12-266-142/+7
* [llvm-nm] Display STT_GNU_IFUNC as 'i'Fangrui Song2019-12-251-0/+27
* [llvm-readobj] - Merge `gnu-symbols.test` to `symbols.test` and cleanup.Georgii Rymar2019-12-254-91/+109
* [llvm-readobj/llvm-readelf][test] - Add testing for EI_OSABI and EI_ABIVERSIO...Georgii Rymar2019-12-252-0/+352
* Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song2019-12-242-2/+2
* Migrate function attribute "no-frame-pointer-elim-non-leaf" to "frame-pointer...Fangrui Song2019-12-241-1/+1
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-248-10/+10
* [llvm-readobj] - Remove an excessive helper for printing dynamic tags.Georgii Rymar2019-12-241-65/+65
* DebugInfo: Support dumping any exprloc as an expressionDavid Blaikie2019-12-231-0/+101
* [yaml2obj] - Allow using an arbitrary value for OSABI.Georgii Rymar2019-12-231-0/+13
* [yaml2obj] - Add support for ELFOSABI_LINUX.Georgii Rymar2019-12-231-21/+31
* [yaml2obj] - Add testing for OSABI field.Georgii Rymar2019-12-231-0/+317
OpenPOWER on IntegriCloud