aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-05Use union instead of cast to avoid GCC warning.Christophe Lyon
2013-01-17Reorganize input data buffer to try to detect some out of bounds accesses.Christophe Lyon
2013-01-14Enable compilation of non-Neon tests with a non-ARM compiler.Christophe Lyon
2013-01-14Add test for vclz with 0 as input.Christophe Lyon
2013-01-14Fix typo.Christophe Lyon
2013-01-14Fix input data for vld3 and vld4 tests.Christophe Lyon
2013-01-14Fix output of 2nd chunk of data for vuzp, vzip and vtrn.Christophe Lyon
2012-08-31Improve support for endianness of the target processor. (eg when compiling wi...Christophe Lyon
2012-06-21Update binary produced by GCC for ARM. This one produces accurate results.Christophe Lyon
2012-06-04Update binaries after building with newer binutils.Christophe Lyon
2012-05-14* Enable compilation & link with GCCChristophe Lyon
2012-05-11Make sure references to file descriptors do not pull internal CChristophe Lyon
2012-05-11Update memory ranges to permit linking GCC-generated code with armlink.Christophe Lyon
2012-05-11Add accessor functions for Neon_Overflow, such that its value can beChristophe Lyon
2012-03-09Update expected results with new tests (and update test program as well)Christophe Lyon
2011-10-17Fix definition of NAN, INF under Win32.Christophe Lyon
2011-10-17Fix/add tests with -NaN, -infChristophe Lyon
2011-10-03Define NAN and HUGE_VALF to be compatible with MSVC.Christophe Lyon
2011-09-27Update expected resultsChristophe Lyon
2011-09-26Add more corner case tests.Christophe Lyon
2011-09-23Add corner case tests in vrecps and vrsqrts (NaN, infinity, 0, ...)Christophe Lyon
2011-09-22Add tests with large shift amounts.Christophe Lyon
2011-09-22Add tests with large negative shift amount.Christophe Lyon
2011-09-22fix typo in output messageChristophe Lyon
2011-07-21Update expected results and binary to match the most recent changes in SVN.Christophe Lyon
2011-07-19[CL] re-insert support for non-ARM compiler, through STM wrappersChristophe Lyon
2011-07-19[CL] Add dependencies for vsli/vrsiChristophe Lyon
2011-07-19Merge from SVN #539Christophe Lyon
2011-07-19Merge from SVN #538Christophe Lyon
2011-07-19Merge from SVN #533Christophe Lyon
2011-07-19Merge from SVN #532Christophe Lyon
2011-07-19Merge from SVN #531Christophe Lyon
2011-07-19Merge from SVN #514Christophe Lyon
2011-04-21Rebuild the ELF binary test file to match latest sources.Christophe Lyon
2011-02-18vrecpe, vrsqrte: add new tests with special values (NaN, infinity, 0, ...)Christophe Lyon
2011-02-18vrecpe: add tests with NaNs, 0, infinity, large valuesChristophe Lyon
2011-02-08Fix typo in comment.Christophe Lyon
2011-02-08Add more tests to VRSHL.Christophe Lyon
2011-02-08Mark intermediate files as precious to avoid having to rebuild them all the t...Christophe Lyon
2011-02-08Restore tests for vsli/vsri. Add tests with maximum allowed shift amount.Christophe Lyon
2011-01-24Avoid rebuilding of compute_ref.axf if already present.Christophe Lyon
2011-01-24First public release of the ARM/Neon tests.Christophe Lyon