aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-02-15Add support for implicit checks (#86)Chris Jones
2024-02-09Ensure the `threaded_tests` module can be imported safely (#90)Pierre Langlois
2024-02-09Fix some portability and build problems (#89)mmc28a
2024-02-01Update clang tools to version 11+ (#87)mmc28a
2024-01-17Update tools to python3 (#85)snickolls-arm
2023-12-08Update code coverage (#83)Chris Jones
2023-12-08Update to C++17 (#82)Chris Jones
2023-09-13Add branch interception to VIXL simulator (#77)Chris Jones
2023-06-14Update code coverage record (#73)mmc28a
2023-05-09Small optimisation for Assembler::Emit (#71)mmc28a
2023-02-24Update code coverage record (#67)mmc28a
2023-02-08Regression test for SVE loads/stores with sp base address (#65)mmc28a
2023-01-17Fix register trace involving sp and xzr (#59)mmc28a
2022-10-19Update code coverage records (#50)mmc28a
2022-09-15Fix disassembly of Neon by-element instructions (#45)mmc28a
2022-08-11Update code coverage resultsMartyn Capewell
2022-08-10Add support for MOPS instructionsMartyn Capewell
2022-08-04Merge branch 'main' into mteMartyn Capewell
2022-08-03Spelling (#41)Josh Soref
2022-07-26[mte] Fix casts for Mac buildsMartyn Capewell
2022-05-26Update code coverage resultsMartyn Capewell
2022-04-29Remove per-instruction functions and data structuresMartyn Capewell
2022-04-21[mte] Add cache maintenance operationsMartyn Capewell
2022-03-17Clear upper parts of register in scalar [su]cvtf simulationMartyn Capewell
2022-03-09Add explicit IsImmediatePre/PostIndex testsMartyn Capewell
2022-01-21Update code coverage (#18)mmc28a
2022-01-18Fix section header in supported instructions document (#15)mmc28a
2022-01-11Update supported instruction documentMartyn Capewell
2022-01-04Update code coverage record. (#12)TatWai Chong
2021-11-16Remove unallocated encodings from disassembly of Neon Across groupMartyn Capewell
2021-10-01Add support for Neon mixed-sign dot product instructionsMartyn Capewell
2021-09-21Add missing addressing mode for ld1rq and ldnt1Martyn Capewell
2021-07-15Prevent tests passing with old code coverage data.Martyn Capewell
2021-07-07Re-enable clang-tidy for simulatorMartyn Capewell
2021-04-01Add code coverage reporting scriptMartyn Capewell
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