aboutsummaryrefslogtreecommitdiff
path: root/SingleSource/UnitTests/Vector
AgeCommit message (Expand)Author
2019-01-10test-suite: add avx512 tests with move-load-store intrinsicsIlia Taraban
2018-12-17test-suite: add avx512 tests with miscellaneous intrinsicsIlia Taraban
2018-12-13test-suite: divide avx512 tests to instruction set subdirectoriesIlia Taraban
2017-12-20test-suite: add avx512 tests with math intrinsicsIlia Taraban
2017-04-09[PowerPC] Change -faltivec to -maltivecHal Finkel
2016-11-08cmake: PREFIX: Include minus sign, same name as directoryMatthias Braun
2016-11-08cmake: Do not set RUNTIMELIMIT variable; NFCMatthias Braun
2016-11-08cmake: Avoid CC_UNDER_TEST_XXX variablesMatthias Braun
2016-11-07cmake: Remove custom llvm_add_subdirectories() usage; NFCMatthias Braun
2016-09-06[test-suite] Simplify test executable name generation.Artem Belevich
2016-09-02[PowerPC] Actually add -faltivec for UnitTests/Vector/AltivecHal Finkel
2016-04-25[test-suite] Set unique prefix for Vector and Vector/NEONArtem Belevich
2016-03-26cmake: Do not check for x86_64(h?)Matthias Braun
2016-03-16cmake: Use variables in if() expression directly where possibke; NFCMatthias Braun
2016-03-10cmake: Skip Regression subdirectory in BENCHMARKING_ONLY modeMatthias Braun
2016-03-10cmake: Simplify BENCHMARKING_ONLY handling.Matthias Braun
2016-02-19Add -lm to SingleSource/UnitTests/Vector/Altivec/CMakeLists.txtHal Finkel
2016-01-13CMakeLists: Manually cleanup remaining llvm_add_subdirectories() usage, NFCMatthias Braun
2016-01-13CMakeLists: Remove empty DIRS/PARALLEL_DIRS definitions and simplify/remove l...Matthias Braun
2016-01-13CMakeLists.txt: Remove unnecessary LEVEL variableMatthias Braun
2016-01-13CMakeLists: Remove unnecessary autogenerated from commentMatthias Braun
2015-10-27[test-suite] Adding CMakeLists.txt files for CMake+LITRenato Golin
2015-07-22Leave out the SingleSource/UnitTests directory in benchmarking only modeMatthias Braun
2015-05-20Disable more short-running programs in benchmark-only mode.Kristof Beyls
2015-01-14trivial/obvious fixup of a booboo on my part. Will Schmidt
2015-01-14Add a little_endian reference output entry for the 2007-01-07-lvsl-lvsr-Regre...Will Schmidt
2014-12-09[PowerPC] Fix test case for little endianBill Schmidt
2014-11-04[AArch64] Add AArch64 Neon intrinsics test produced by emperorKristof Beyls
2014-10-07[PowerPC] Fix lvsr.c and lvsl.c testsBill Schmidt
2014-10-06[PATCH][Power] Test vec_lvsl and vec_lvsrBill Schmidt
2014-07-16Fix oversights in Makefiles where target x86_64h wasn't being checked.Akira Hatanaka
2014-06-11[PPC64LE] Fix Altivec 'test1.c' test to be endian-tolerantBill Schmidt
2014-06-05[PATCH, test-suite] Add some Altivec execution testsBill Schmidt
2014-06-05Add a benchmarking-only mode to the test suiteHal Finkel
2014-05-13XCore target: Add target specific flags to root Makefiles.Robert Lytton
2014-02-14Add AArch64 port for test-suite.Jiangning Liu
2013-04-09Fix accesses to uninitialized stack space in alti.isamax.c.Bill Schmidt
2013-04-01Add reference data output for the Altivec tests.Will Schmidt
2013-02-08Update Makefile.{singlesrc,multisrc} to use X_TARGET_FLAGSWill Schmidt
2013-01-22Add missing include of Makefile.config to Altivec Makefile.Bill Schmidt
2013-01-21Reorder some environment variable settings to be actually useful.Bill Schmidt
2012-10-15Remove use of GNU extensions __complex__, __real__, __imag__Ulrich Weigand
2012-10-12Work around sin/cos accuracy differences by artifically roundingUlrich Weigand
2012-10-12Add missing return statement.Ulrich Weigand
2012-10-12Fix clang error "conflicting types for ..." by providing prototypesUlrich Weigand
2012-10-12Allow AltiVec tests to be built under FSF GCC by removing useUlrich Weigand
2012-05-04Only compile constpool with clang.Jakob Stoklund Olesen
2012-05-04Make test GCC friendly.Jakob Stoklund Olesen
2012-04-28Add a vector constant pool unit test.Jakob Stoklund Olesen
2012-04-16Remove vestiges of the C Backend from the test-suite.David Blaikie