aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2020-11-10Remove "dummy" from test and toolsMartyn Capewell
2020-09-10Fix lint.py error regex.Jacob Bramley
2020-06-08Merge branch 'master' into sveJacob Bramley
2020-06-02Compatibility fixes for scons using Python 3Matthew Bentham
2020-05-15Merge branch 'master' into sveJacob Bramley
2020-05-07Update clang tools to 4.0.Jacob Bramley
2020-02-26Show output of --list when it fails.Jacob Bramley
2020-02-14Test fewer targets.Jacob Bramley
2020-02-03Move to a C++14 baseline.Jacob Bramley
2019-07-05Added script to run clang-tidy on VIXL sourcesAnthony Barbier
2019-07-05Remove the 'shell' argument from getstatusoutput.Jacob Bramley
2019-07-01Factor out get_source_files in the tools.Jacob Bramley
2019-06-27Report skipped tests in the results.Anthony Barbier
2019-05-03Allow throwing exceptions from destructors for testing.Pierre Langlois
2019-03-15Add support for compiler cachesAnthony Barbier
2019-03-15Refactoring of tools/test.pyAnthony Barbier
2019-03-14Disable -O3 to compile the tests in release mode.Anthony Barbier
2019-03-01Add option to regroup tests execution at the end.Anthony Barbier
2019-01-30Fix supported instruction generator script.Martyn Capewell
2018-08-16Use a more robust method to look for the Git root.Jacob Bramley
2018-08-13Allow using a custom clang-format.Pierre Langlois
2018-07-04Remove the Debugger.Jacob Bramley
2018-05-25Improve simulator trace generator script and fix tests.Alexander Gilday
2017-06-21Use clang-format 3.8 to format VIXLPierre Langlois
2017-05-16[test] Add preliminary FP tests for OP.<dt> <Dd>, <Dn>, <Dm>Pierre Langlois
2017-05-15Speed up testsMartyn Capewell
2017-03-15Add functionality for generating negative assembler tests.Georgia Kouveli
2017-02-20[tests] Allow generating one description to support two ISAPierre Langlois
2017-02-06Fix and re-run the instruction documentation script.Jacob Bramley
2017-01-25Enable clang-format in the testsPierre Langlois
2017-01-19Fix test.py configuration combinations.Jacob Bramley
2017-01-19Add a --dry-run option to test.pyJacob Bramley
2017-01-10Allow conditional inclusion of A32, T32 and A64.Rodolph Perfetta
2016-12-19Allow configuration of the CodeBuffer allocator.Jacob Bramley
2016-12-16Add option to skip generation of dummy traces in tools/generate_tests.py.Georgia Kouveli
2016-12-15Make test.py build with different values for target_archPierre Langlois
2016-12-15Introduce option validator in SConsPierre Langlois
2016-11-23Generate simple tests for MacroAssembler functions.Jacob Bramley
2016-11-17[tests] Add support for negative MacroAssembler tests.Georgia Kouveli
2016-11-03Improve compiler version detectionPierre Langlois
2016-10-25Clean up temporary files after running the tests.Jacob Bramley
2016-09-29Remove implicit 64 to 32 bit narrowingPierre Langlois
2016-09-29Use assembler directly in generated assembler testsPierre Langlois
2016-09-05Add benchmarks for AArch32Vincent Belliard
2016-09-05Support specifying which architecture to targetPierre Langlois
2016-09-05Revert "add benchmarks for AArch32"Alexandre Rames
2016-09-02add benchmarks for AArch32Vincent Belliard
2016-08-31Disable the tests that fail under Valgrind.Anton Kirilov
2016-08-12Correctly include C headersPierre Langlois
2016-08-11[test] Make generated tests satisfy VIXL's clang-formatPierre Langlois