1. 1a2c1d3 Update clang tools to version 11+ (#87) by mmc28a · 1 year, 5 months ago
  2. a0a1439 Add a debugger to VIXL simulator (#81) by Chris Jones · 1 year, 7 months ago
  3. 8eca2b7 Add branch interception to VIXL simulator (#77) by Chris Jones · 1 year, 10 months ago
  4. c5b3101 Define PrintVector function only when necessary (#70) by scribam · 2 years, 2 months ago
  5. 28fd4e9 Use correct format specifier in one of the examples (#51) by Georgia Kouveli · 2 years, 9 months ago
  6. b43d6ef Spelling (#41) by Josh Soref · 3 years ago
  7. 6e8db23 Enable -Wshadow and fix resulting errors by Martyn Capewell · 3 years, 6 months ago
  8. 0758cf6 Add native execution to aarch64/getting-started.cc (#11) by Matthew Bentham · 3 years, 6 months ago
  9. d2ee88a Disable linter on regex calls (#14) by mmc28a · 3 years, 6 months ago
  10. c20aa62 Extend instruction-level decoding globally by Martyn Capewell · 4 years, 2 months ago
  11. d02f437 Simplify the command-line disassembly example UI. by Jacob Bramley · 4 years, 9 months ago
  12. e522c6e Add a command-line disassembly example. by Jacob Bramley · 4 years, 9 months ago
  13. 28ff597 Add an example that dumps CPU feature information. by Jacob Bramley · 5 years ago
  14. 4fc4bec [sve] Add a strlen example using ldff1b. by Jacob Bramley · 6 years ago
  15. d9859c0 Merge branch 'master' into sve by Jacob Bramley · 5 years ago
  16. 2fe55ec Update clang tools to 4.0. by Jacob Bramley · 5 years ago
  17. 8d4bbd2 Merge branch 'master' into sve by Jacob Bramley · 5 years ago
  18. d146374 Document that the DecoderVisitor interface is unstable. by Jacob Bramley · 5 years ago
  19. acd32aa Consistently use snake_case for variable names. by Jacob Bramley · 6 years ago
  20. d255bdb New decoder with smaller instruction classes. by Martyn Capewell · 6 years ago
  21. b2d8d1f [sve] Implement the SVEIntReduction group. by TatWai Chong · 6 years ago
  22. 6205eb4 [sve] Implement contiguous ld1 loads. by TatWai Chong · 6 years ago
  23. 0ce7584 [sve] Implement most 'SVEPredicateMisc' instructions. by Jacob Bramley · 6 years ago
  24. d900296 Merge branch 'master' into sve by Jacob Bramley · 6 years ago
  25. 5523f6c Configure a basic .clang-tidy. by Jacob Bramley · 6 years ago
  26. bbb13c6 Merge branch 'master' into sve by Jacob Bramley · 6 years ago
  27. 18c97bd Add support for UDF. by Jacob Bramley · 6 years ago
  28. b545d6c Implement SVE decoder and skeleton components by Martyn Capewell · 7 years ago
  29. 311edf2 Add support for STLR/LDAPR unscaled offset variants. by Alexander Gilday · 7 years ago
  30. 2487f14 Add support for flag manipulation instructions. by Alexander Gilday · 7 years ago
  31. 7560559 Add support for Load/Store PAC instructions. by Alexander Gilday · 7 years ago
  32. ca78974 Add support for features up to Armv8.3. by Jacob Bramley · 7 years ago
  33. 0f71a76 Fix and re-enable test-examples. by Jacob Bramley · 7 years ago
  34. c919d87 Remove the Debugger. by Jacob Bramley · 7 years ago
  35. 4df1551 Fix exception related warnings introduced by GCC 8. by Pierre Langlois · 7 years ago
  36. 4378564 Add support for SQRDMLAH and SQRDMLSH. by Alexander Gilday · 7 years ago
  37. 2809e6c v8.3 Complex Numbers Support by Carey Williams · 7 years ago
  38. 389a242 Added aarch32 SIMD example computing the Mandelbrot Set by Rowan Lee · 8 years ago
  39. 1bce007 Use clang-format 3.8 to format VIXL by Pierre Langlois · 8 years ago
  40. 8b57c86 [pool-manager] Integration with aarch32. by Georgia Kouveli · 8 years ago
  41. 275c9d4 [pool-manager] Split Label and Literal. by Georgia Kouveli · 8 years ago
  42. 963fa8a Fix native build of aarch32 examples. by Georgia Kouveli · 8 years ago
  43. fc61fb6 Clean up the Label class. by Georgia Kouveli · 9 years ago
  44. 59bfe1c [aarch64] Do not mix the Assembler and MacroAssembler in tests by Pierre Langlois · 8 years ago
  45. 32929a7 Remove Switch implementation from VIXL by Pierre Langlois · 8 years ago
  46. d9dc46e Re-organize VIXL's doc/ and mention AArch32 by Pierre Langlois · 9 years ago
  47. 2716fc9 Add a custom disassembler example. by Vincent Belliard · 9 years ago
  48. 1075d15 Rename pc to code_address for the disassembler. by Vincent Belliard · 9 years ago
  49. 3fac43c Mark methods as `override` when compiling with C++11 by Pierre Langlois · 9 years ago
  50. 9dd6fa3 Follow the design guidelines for the AArch64 `CodeBufferCheckScope`. by Alexandre Rames · 9 years ago
  51. 6a049f9 Unify the `Assembler` helpers related to the code buffer. by Alexandre Rames · 9 years ago
  52. 919e3fe Create a base class for assemblers. by Alexandre Rames · 9 years ago
  53. 0ec9dc1 Rewrite `VIXL_CHECK` in terms of `abort`. by Pierre Langlois · 9 years ago
  54. f5348ce Remove implicit 64 to 32 bit narrowing by Pierre Langlois · 9 years ago
  55. 9c4e289 Fix a couple of comments following `#endif`. by Alexandre Rames · 9 years ago
  56. 49c43f6 [examples] Fix compiling with -Wunreachable-code and -Wunset-variable by Pierre Langlois · 9 years ago
  57. 71bca30 Use a length argument when constructing S and D register lists by Pierre Langlois · 9 years ago
  58. 1e85b7f Introduce architecture specific guards for the simulator by Pierre Langlois · 9 years ago
  59. 78973f2 Correctly include C headers by Pierre Langlois · 9 years ago
  60. 36d16be [examples] Fix a sign comparison warning by Pierre Langlois · 9 years ago
  61. 11000d0 Add missing namespace in examples by Pierre Langlois · 9 years ago
  62. 10dae1a AArch32: Improve the API for selecting the ISA. by Jacob Bramley · 9 years ago
  63. 2639eaa Fix a `#ifdef` in `examples/aarch32/disasm-a32.cc`. by Alexandre Rames · 9 years ago
  64. 8d0ffa3 Do not compile the AArch32 disassembler example on OSX. by Alexandre Rames · 9 years ago
  65. 225c69c Fix a a call to `abs` breaking compilation on OSX. by Alexandre Rames · 9 years ago
  66. 064e02d AArch64: Support runtime call simulation. by Alexandre Rames · 9 years ago
  67. 9aded35 Aarch64: Clean a few more usage of the `MacroAssembler` constructor. by Alexandre Rames · 9 years ago
  68. d383296 Update naming to `aarch32` and `aarch64`. by Alexandre Rames · 9 years ago
  69. b78f139 Add an `AUTHORS` file and update copyright notices. by Alexandre Rames · 9 years ago
  70. f2f550c Use the default `vixl::aarch64::MacroAssembler` constructor where sensible. by Alexandre Rames · 9 years ago
  71. 88c46b8 Add assembler, macro-assembler and disassembler support for AArch32 by Pierre Langlois · 9 years ago
  72. b68bacb Sort and fix `#include` directives. by Alexandre Rames · 9 years ago
  73. 39c32a6 Move source files from `src/vixl/` to `src/`. by Alexandre Rames · 9 years ago
  74. 0f35e36 VIXL Release 1.13 by armvixl · 9 years ago
  75. 684cd2a VIXL Release 1.11 by armvixl · 10 years ago
  76. db64434 VIXL Release 1.10 by armvixl · 10 years ago
  77. 6e2c827 VIXL Release 1.9 by armvixl · 10 years ago
  78. 5289c59 VIXL Release 1.8 by armvixl · 10 years ago
  79. 330dc71 VIXL Release 1.7 by armvixl · 11 years ago
  80. c68cb64 VIXL Release 1.6 by armvixl · 11 years ago
  81. 4a102ba VIXL Release 1.5 by armvixl · 11 years ago
  82. ad96eda VIXL Release 1.0 by armvixl · 12 years ago