summaryrefslogtreecommitdiffstats
path: root/llvm/test/lit.cfg.py
Commit message (Expand)AuthorAgeFilesLines
* [Bugpoint] Only run plugins tests if plugins are enabledPetr Hosek2019-05-171-8/+2
* Replace lit feature keyword 'not_COFF' with 'uses_COFF'.Paul Robinson2019-05-141-3/+5
* [lit][tests]Add feature libcxx-used and use it in llvm-*-fuzzer testsXing Xue2019-05-141-0/+3
* [tests] Add host-byteorder-*-endian; update XFAILs of big-endian triplesHubert Tong2019-05-011-0/+2
* [JITLink] Add llvm-jitlink to the list of available tools in lit.Lang Hames2019-04-201-8/+8
* Fix llvm-rc tests.Evgeniy Stepanov2019-03-271-1/+1
* Use llvm_canonicalize_cmake_booleans for LLVM_LIBXML2_ENABLED [llvm]Nico Weber2019-01-191-1/+1
* mac: Correctly disable tools/lto tests when building with LLVM_ENABLE_PIC=OFFNico Weber2019-01-181-1/+4
* Remove unused %host_cc lit patternNico Weber2019-01-031-1/+0
* [lit]Add llvm-readelf to tool substitutionsJames Henderson2018-12-121-5/+5
* Reapply r343058 with a fix for -DLLVM_ENABLE_THREADS=OFF.Lang Hames2018-09-261-0/+3
* [llvm-exegesis] Add lit tests (v2).Clement Courbet2018-09-251-10/+11
* Revert rL342953 "[llvm-exegesis] Add lit tests."Clement Courbet2018-09-251-11/+10
* [llvm-exegesis] Add lit tests.Clement Courbet2018-09-251-10/+11
* [CMake] Use normalized Windows target triplesPetr Hosek2018-08-091-5/+5
* And add a lit substitution for llvm-undname, as the comment says toReid Kleckner2018-07-201-1/+1
* [LIT] Enable testing of LLVM gold plugin on Mac OS XEugene Leviant2018-06-201-1/+1
* [tools] Adjust the lit config for llvm-stripAlexander Shaposhnikov2018-05-071-1/+2
* Enable debug fission for thinLTO linked via gold-pluginYunlian Jiang2018-04-131-0/+1
* Remove llvm-mcmarkup.Eric Christopher2018-04-021-1/+1
* [dsymutil] Rename llvm-dsymutil -> dsymutilJonas Devlieghere2018-03-181-2/+2
* [CMake] Add missing test dependencyDavid Zarzycki2018-03-081-1/+1
* Don't try to run MCJIT/OrcJIT EH tests when C++ library is statically linkedPetr Hosek2018-01-081-0/+30
* Add opt-viewer testingAdam Nemet2017-11-291-0/+5
* Revert "Add opt-viewer testing"Adam Nemet2017-11-291-5/+0
* Add opt-viewer testingAdam Nemet2017-11-281-0/+5
* Revert "Add opt-viewer testing"Adam Nemet2017-11-281-5/+0
* Add opt-viewer testingAdam Nemet2017-11-271-0/+5
* [llvm-opt-fuzzer] NFC. Add sanity tests.Igor Laevsky2017-11-151-1/+1
* llvm/test/lit.cfg.py: Don't set the feature "llvm-64-bits" if -m32 is specified.NAKAMURA Takumi2017-11-041-1/+2
* Add feature to determine if host architecture is 64-bit in llvm-litJake Ehrlich2017-11-021-0/+3
* Don't set static-libs test feature when using LLVM_LINK_LLVM_DYLIBSam Clegg2017-10-181-1/+1
* [lit] Improve tool substitution in lit.Zachary Turner2017-10-061-67/+52
* Run pyformat on lit code.Zachary Turner2017-10-061-45/+58
* Resubmit "[lit] Refactor out some more common lit configuration code."Zachary Turner2017-09-211-98/+30
* Revert "[lit] Refactor out some more common lit configuration code."Zachary Turner2017-09-211-30/+98
* [lit] Refactor out some more common lit configuration code.Zachary Turner2017-09-211-98/+30
* [lit] Make lit support config files with .py extension.Zachary Turner2017-09-211-0/+354
OpenPOWER on IntegriCloud