1. acdea50 Remove "dummy" from test and tools by Martyn Capewell · 3 years, 7 months ago
  2. 4c55093 Fix lint.py error regex. by Jacob Bramley · 3 years, 9 months ago
  3. fd0fc20 Merge branch 'master' into sve by Jacob Bramley · 4 years ago
  4. fe7cb10 Compatibility fixes for scons using Python 3 by Matthew Bentham · 4 years ago
  5. d9859c0 Merge branch 'master' into sve by Jacob Bramley · 4 years ago
  6. 2fe55ec Update clang tools to 4.0. by Jacob Bramley · 4 years, 2 months ago
  7. 70d6289 Show output of --list when it fails. by Jacob Bramley · 4 years, 3 months ago
  8. 364a068 Test fewer targets. by Jacob Bramley · 4 years, 4 months ago
  9. 191e757 Move to a C++14 baseline. by Jacob Bramley · 4 years, 4 months ago
  10. 89eefef Added script to run clang-tidy on VIXL sources by Anthony Barbier · 5 years ago
  11. 631ad38 Remove the 'shell' argument from getstatusoutput. by Jacob Bramley · 5 years ago
  12. f89cb48 Factor out get_source_files in the tools. by Jacob Bramley · 5 years ago
  13. 88e1d03 Report skipped tests in the results. by Anthony Barbier · 5 years ago
  14. a5b3cef Allow throwing exceptions from destructors for testing. by Pierre Langlois · 5 years ago
  15. 9c4ba7a Add support for compiler caches by Anthony Barbier · 5 years ago
  16. f2986e1 Refactoring of tools/test.py by Anthony Barbier · 5 years ago
  17. 7b4df2b Disable -O3 to compile the tests in release mode. by Anthony Barbier · 5 years ago
  18. b5f7239 Add option to regroup tests execution at the end. by Anthony Barbier · 5 years ago
  19. b171368 Fix supported instruction generator script. by Martyn Capewell · 5 years ago
  20. e52f29d Use a more robust method to look for the Git root. by Jacob Bramley · 6 years ago
  21. 44096c4 Allow using a custom clang-format. by Pierre Langlois · 6 years ago
  22. c919d87 Remove the Debugger. by Jacob Bramley · 6 years ago
  23. 69203a5 Improve simulator trace generator script and fix tests. by Alexander Gilday · 6 years ago
  24. 1bce007 Use clang-format 3.8 to format VIXL by Pierre Langlois · 7 years ago
  25. 4d912ac [test] Add preliminary FP tests for OP.<dt> <Dd>, <Dn>, <Dm> by Pierre Langlois · 8 years ago
  26. 9cd420f Speed up tests by Martyn Capewell · 7 years ago
  27. cf4b300 Add functionality for generating negative assembler tests. by Georgia Kouveli · 7 years ago
  28. d1bf278 [tests] Allow generating one description to support two ISA by Pierre Langlois · 8 years ago
  29. 5ffac24 Fix and re-run the instruction documentation script. by Jacob Bramley · 7 years ago
  30. bde2e4b Enable clang-format in the tests by Pierre Langlois · 7 years ago
  31. d503ed2 Fix test.py configuration combinations. by Jacob Bramley · 7 years ago
  32. 59d74ae Add a --dry-run option to test.py by Jacob Bramley · 7 years ago
  33. 9a9331f Allow conditional inclusion of A32, T32 and A64. by Rodolph Perfetta · 7 years ago
  34. 1fa6f06 Allow configuration of the CodeBuffer allocator. by Jacob Bramley · 7 years ago
  35. 2f885bb Add option to skip generation of dummy traces in tools/generate_tests.py. by Georgia Kouveli · 7 years ago
  36. 1c1488c Make test.py build with different values for target_arch by Pierre Langlois · 7 years ago
  37. 8253a3c Introduce option validator in SCons by Pierre Langlois · 7 years ago
  38. 35f2733 Generate simple tests for MacroAssembler functions. by Jacob Bramley · 8 years ago
  39. 38d5d1b [tests] Add support for negative MacroAssembler tests. by Georgia Kouveli · 8 years ago
  40. f737e0a Improve compiler version detection by Pierre Langlois · 8 years ago
  41. be4b752 Clean up temporary files after running the tests. by Jacob Bramley · 8 years ago
  42. f5348ce Remove implicit 64 to 32 bit narrowing by Pierre Langlois · 8 years ago
  43. 5b0cbc8 Use assembler directly in generated assembler tests by Pierre Langlois · 8 years ago
  44. 32cf254 Add benchmarks for AArch32 by Vincent Belliard · 8 years ago
  45. a3b2146 Support specifying which architecture to target by Pierre Langlois · 8 years ago
  46. eaa6fb9 Revert "add benchmarks for AArch32" by Alexandre Rames · 8 years ago
  47. 11f2022 add benchmarks for AArch32 by Vincent Belliard · 8 years ago
  48. 88a3376 Disable the tests that fail under Valgrind. by Anton Kirilov · 8 years ago
  49. 78973f2 Correctly include C headers by Pierre Langlois · 8 years ago
  50. 19c0535 [test] Make generated tests satisfy VIXL's clang-format by Pierre Langlois · 8 years ago
  51. 10dae1a AArch32: Improve the API for selecting the ISA. by Jacob Bramley · 8 years ago
  52. 5738e8c AArch32: Make the test generator add newline at the end of tests. by Alexandre Rames · 8 years ago
  53. 81c76e6 Print relative real paths when running tests. by Alexandre Rames · 8 years ago
  54. bf499cc Improve processing in `tools/lint.py`. by Alexandre Rames · 8 years ago
  55. 61e54cf Avoid spawning tasks to lint test traces header files. by Alexandre Rames · 8 years ago
  56. b274662 Cache `tools/lint.py` results. by Alexandre Rames · 8 years ago
  57. dd7de86 Tweak configuration of `tools/test.py`'s fast mode. by Alexandre Rames · 8 years ago
  58. 73064a2 Introduce the `--fail-early` option for `tools/test.py`. by Alexandre Rames · 8 years ago
  59. d383296 Update naming to `aarch32` and `aarch64`. by Alexandre Rames · 8 years ago
  60. b78f139 Add an `AUTHORS` file and update copyright notices. by Alexandre Rames · 8 years ago
  61. 88c46b8 Add assembler, macro-assembler and disassembler support for AArch32 by Pierre Langlois · 8 years ago
  62. 7c0ea8b Set the exit code in `tools/test.py` to indicate success or failure. by Alexandre Rames · 8 years ago
  63. 0f35e36 VIXL Release 1.13 by armvixl · 8 years ago
  64. 684cd2a VIXL Release 1.11 by armvixl · 9 years ago
  65. db64434 VIXL Release 1.10 by armvixl · 9 years ago
  66. 6e2c827 VIXL Release 1.9 by armvixl · 9 years ago
  67. 5289c59 VIXL Release 1.8 by armvixl · 9 years ago
  68. 330dc71 VIXL Release 1.7 by armvixl · 10 years ago
  69. c68cb64 VIXL Release 1.6 by armvixl · 10 years ago
  70. 4a102ba VIXL Release 1.5 by armvixl · 10 years ago
  71. 5799d6c VIXL Release 1.4 by armvixl · 10 years ago
  72. b0c8ae2 VIXL Release 1.3 by armvixl · 10 years ago
  73. f37fdc0 VIXL Release 1.2 by armvixl · 10 years ago
  74. 578645f VIXL Release 1.1 by armvixl · 11 years ago
  75. ad96eda VIXL Release 1.0 by armvixl · 11 years ago