aboutsummaryrefslogtreecommitdiff
path: root/SingleSource/UnitTests/Vector
AgeCommit message (Expand)Author
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
2011-01-03Only run NEON tests on thumbv7.Daniel Dunbar
2010-09-23NEON/simple: Adding the right reference output seems like a reasonable idea.Daniel Dunbar
2010-09-22Enable NEON vector tests on ARMv7 or "Thumbv7".Daniel Dunbar
2010-09-22Add reference output.Daniel Dunbar
2010-09-08Sketch a simple NEON test. Not wired into build yet, because we don't have a ...Daniel Dunbar
2010-05-31Add a bunch of reference outputs, for normal and SMALL_PROBLEM_SIZE=1 modes.Daniel Dunbar
2010-05-06fix a variable shadowing issue in the previous patch I applied.Chris Lattner
2010-05-06make these tests more portable by avoiding valloc. Patch by Galina Kistanova!Chris Lattner
2010-04-28"TheArray" is accessed with SSE operations, it must be 16-byte aligned.Chris Lattner
2010-04-01dale discovers FP_TOLERANCE.Dale Johannesen
2010-03-30Fix more test bogosity: misaligned storage,Dale Johannesen
2010-03-30Fix more misaligned storage. (If this test everDale Johannesen
2010-03-29Fix test; storage addressed by Altivec instructionsDale Johannesen
2009-08-18Propagate recent cross-compile fixes to testsuite.Anton Korobeynikov
2009-02-09Run the SSE tests when ARCH is x86_64.Dan Gohman
2008-06-03Add -lm, needed by the CBE.Duncan Sands
2008-03-05Initialize a variable.Evan Cheng
2008-03-05Add a test for _mm_slli_epi16 and _mm_srli_epi16.Evan Cheng
2008-03-02CBE passes all these except for sse.isamax, which uses int_x86_sse_cmp_ps Chris Lattner