1. bb06245 Disable optimizations for instructions-aarch32.h in a test by Pirama Arumuga Nainar · 6 years ago
  2. 5e6d675 Merge remote-tracking branch 'aosp/upstream-master' into master by Artem Serov · 6 years ago
  3. 36fb1ce Fix vld, vst instructions with post-index. by Vincent Belliard · 7 years ago
  4. 5d1d9ee Disable forward reference info negative tests in release mode. by Georgia Kouveli · 7 years ago
  5. f9d8c6e Check unpredictable (OutsideITBlock()) for crc, hvc. by Vincent Belliard · 7 years ago
  6. f9a3bc1 Check unpredictable for vldm, vstm. by Vincent Belliard · 7 years ago
  7. 8ecc789 Check unpredictable conditions for vstr. by Vincent Belliard · 7 years ago
  8. c5542c8 Fix system register disassembly prefix. by Martyn Capewell · 7 years ago
  9. b106626 Disassemble system registers in mrs/msr. by Martyn Capewell · 7 years ago
  10. ea6eb28 Print the instruction address when disassembling. by Jacob Bramley · 7 years ago
  11. d817e1e Add --disassemble-test-code. by Jacob Bramley · 7 years ago
  12. 1bce007 Use clang-format 3.8 to format VIXL by Pierre Langlois · 7 years ago
  13. e938c7c Fix runtime call mechanisms for types smaller than 4 bytes. by Alexandre Rames · 7 years ago
  14. 210db21 Fix pre-shifted immediate generation involving sp. by Martyn Capewell · 7 years ago
  15. 4e6baa2 Handle `enum`s in simulated runtime call mechanisms. by Alexandre Rames · 7 years ago
  16. 8b57c86 [pool-manager] Integration with aarch32. by Georgia Kouveli · 7 years ago
  17. c9a1da7 Fix adr A1 info. by Vincent Belliard · 7 years ago
  18. a6090f8 [pool-manager] Separating pool checkpoint and buffer checkpoint. by Georgia Kouveli · 7 years ago
  19. 4d912ac [test] Add preliminary FP tests for OP.<dt> <Dd>, <Dn>, <Dm> by Pierre Langlois · 8 years ago
  20. 275c9d4 [pool-manager] Split Label and Literal. by Georgia Kouveli · 7 years ago
  21. 606582c Remove Label versions of PLD and PLI from the MacroAssembler. by Georgia Kouveli · 7 years ago
  22. 4b139a2 [pool-manager] Add helper functions to get info on forward references. by Georgia Kouveli · 7 years ago
  23. 4443d2c [pool-manager] Fix use-after-free bug. by Georgia Kouveli · 7 years ago
  24. 35afe7e Clear floating-point flags in SETUP. by Georgia Kouveli · 7 years ago
  25. 74d4ef3 [test] Remove TEARDOWN macro for AArch32 by Pierre Langlois · 7 years ago
  26. 6c26680 Fix array-bounds warning when compiling with GCC 6 by Pierre Langlois · 7 years ago
  27. 1cb7144 Import new standalone pool manager. by Georgia Kouveli · 7 years ago
  28. 3fab627 [test] Fix wrong result in VCMP tests by Pierre Langlois · 7 years ago
  29. 07f9e74 Use SOperand and DOperand for cmp and cmpe. by Vincent Belliard · 7 years ago
  30. ba8964e Improve the names of the PushPop tests. by Jacob Bramley · 7 years ago
  31. b815212 [tests] Add missing START and TEARDOWN to veneer_bind by Pierre Langlois · 7 years ago
  32. 2da09a4 Fix release of a QRegisters within a ScratchRegisterScope. by Artem Serov · 7 years ago
  33. 73d8387 Fix release of a QRegisters within a ScratchRegisterScope. by Artem Serov · 7 years ago
  34. 8e2049c Fix VIXL_ASSERT in negative testing mode. by Jacob Bramley · 7 years ago
  35. 5370ffe Split non-executable tests into test-api-aarch64.cc. by Jacob Bramley · 7 years ago
  36. f75ec85 AArch64: Improve interaction between runtime and the simulator. by Alexandre Rames · 7 years ago
  37. 6279961 AArch64: Add support for `MacroAssembler::TailCallRuntime()`. by Alexandre Rames · 7 years ago
  38. cf4b300 Add functionality for generating negative assembler tests. by Georgia Kouveli · 7 years ago
  39. 94a02bb Add accidently removed tests by Pierre Langlois · 7 years ago
  40. d1bf278 [tests] Allow generating one description to support two ISA by Pierre Langlois · 8 years ago
  41. 6bf388d Add unpredictable checks mis-uses of PC in aliases by Pierre Langlois · 7 years ago
  42. 960d28b Add unpredictable checks for mis-use of PC by Pierre Langlois · 7 years ago
  43. 896682f Fix issue with TBZ and large literal pool. by Georgia Kouveli · 7 years ago
  44. 2ab5c80 AArch64: Make --disassemble output a bit clearer. by Jacob Bramley · 7 years ago
  45. 8cb4e85 Add fuzz tests that mixes near branches and literals by Pierre Langlois · 7 years ago
  46. 8571b89 Introduce a FinalizeOption to Finalize() by Pierre Langlois · 7 years ago
  47. bc38deb Fix Operand::IsPlainRegister. by Jacob Bramley · 7 years ago
  48. fc61fb6 Clean up the Label class. by Georgia Kouveli · 7 years ago
  49. 45262d6 Make ExactAssemblyScope::Close() not call its parent by Pierre Langlois · 7 years ago
  50. 59bfe1c [aarch64] Do not mix the Assembler and MacroAssembler in tests by Pierre Langlois · 7 years ago
  51. bde2e4b Enable clang-format in the tests by Pierre Langlois · 7 years ago
  52. fb37b5d Add tests for pool blocking in nested ExactAssemblyScope by Pierre Langlois · 7 years ago
  53. 5c01c41 Remove Adr(Register, Label*) support from the MacroAssembler by Pierre Langlois · 7 years ago
  54. 32929a7 Remove Switch implementation from VIXL by Pierre Langlois · 7 years ago
  55. 3cf34b2 Test unallocated shift amounts for add/sub immediate by Martyn Capewell · 7 years ago
  56. 4fea551 Add specialised W and X Register classes. by Jacob Bramley · 7 years ago
  57. d87b113 Extend near branch fuzz test to include B(T2) and CBNZ by Pierre Langlois · 7 years ago
  58. 9a9331f Allow conditional inclusion of A32, T32 and A64. by Rodolph Perfetta · 7 years ago
  59. a4cbc57 Fix veneer emission. by Vincent Belliard · 7 years ago
  60. 139307e Extend branch fuzzing to near branches by Martyn Capewell · 7 years ago
  61. b2838fe Optimize Ldrd and Strd. by Vincent Belliard · 7 years ago
  62. 80b4a1f Optimize add/sub with a big constant. by Vincent Belliard · 7 years ago
  63. 2272afb Fix for veneer pool when using near branches and cbz. by Vincent Belliard · 7 years ago
  64. 0b7621d Limit the number of testcases for the MacroAssembler generated tests. by Georgia Kouveli · 7 years ago
  65. e99f34d Check for unpredictable CLZ. by Georgia Kouveli · 7 years ago
  66. 0cc43be Revert "[aarch32] Dot not abort when one uses unpredictable or strongly discouraged instructions" by Pierre Langlois · 7 years ago
  67. d836966 [aarch32] Dot not abort when one uses unpredictable or strongly discouraged instructions by Pierre Langlois · 7 years ago
  68. 942e3b7 Add unpredictable conditions for mov. by Vincent Belliard · 8 years ago
  69. a576eb9 Add more identities. by Vincent Belliard · 7 years ago
  70. dd63b6b Do not call AArch64's EnsureIAndDCacheCoherency if the target is AArch32 only by Pierre Langlois · 7 years ago
  71. 14e3bf1 Test code size after commutation. by Jacob Bramley · 7 years ago
  72. 028fb05 Improve and clean up abort messages. by Jacob Bramley · 7 years ago
  73. e8ce9f0 Assert perfect nesting for UseScratchRegisterScope. by Jacob Bramley · 7 years ago
  74. 1091d74 Generate ADD and not ADDS for Add(DontCare, r1, r1, r2). by Georgia Kouveli · 7 years ago
  75. 5ddbc80 Optimize IsModifiedImmediate and Orn/Orns delegate. by Vincent Belliard · 7 years ago
  76. be9c4d0 Support conditional load literal for T32. by Georgia Kouveli · 7 years ago
  77. 196ab77 [aarch32] Fix test-operands build with target_arch=aarch64 by Pierre Langlois · 7 years ago
  78. cf91ee6 Make rewinding of load literal instructions less conservative. by Georgia Kouveli · 7 years ago
  79. b2f05e6 [aarch32] Remove deprecated tests of PC as destination of MOV{s} and MVN{S} by Pierre Langlois · 7 years ago
  80. 50e45c5 After rewinding a load, only add the label to the literal pool if it's not bound. by Georgia Kouveli · 7 years ago
  81. 5754469 [aarch32] Cleanup *_pool_in_delegate tests by Pierre Langlois · 7 years ago
  82. 4f002a8 Increase max recursion limit for delegates. by Georgia Kouveli · 7 years ago
  83. efe0c1f Allow Operand::From to convert signed integrals by Pierre Langlois · 8 years ago
  84. 1edc01c A dedicated test file for UseScratchRegisterScope. by Jacob Bramley · 7 years ago
  85. 4a30c5d Add MacroAssembler B with hint. by Vincent Belliard · 7 years ago
  86. 67b839b Add a fuzzing test for Cbz, Bind etc. by Jacob Bramley · 7 years ago
  87. e31fda5 Correct number of bytes we check we can emit in ITScope. by Georgia Kouveli · 7 years ago
  88. 18908fb aarch32: Add some basic test for blx. by Baptiste Afsa · 7 years ago
  89. c6d19d5 Add veneer_and_literal6 test. by Vincent Belliard · 7 years ago
  90. dd8e491 Generate 16-bit ADDS/SUBS for DontCare SUB/ADD with suitable immediates. by Georgia Kouveli · 7 years ago
  91. 4443cf9 Tests for 16-bit T32 instruction generation for DontCare flags update. by Georgia Kouveli · 7 years ago
  92. 89d2f77 Fix very-long-range literal loads. by Jacob Bramley · 7 years ago
  93. 52e987e Fix long-range literal loads. by Jacob Bramley · 7 years ago
  94. e440905 Remove tab character in AArch32 tests by Pierre Langlois · 7 years ago
  95. f86422e Fix AArch32 veneer_and_literal{3,4} tests natively by Pierre Langlois · 7 years ago
  96. 3e1f553 Test 16-bit branch over literal to unaligned PC. by Georgia Kouveli · 8 years ago
  97. cb6592f Close the UseScratchRegisterScope in the right place. by Georgia Kouveli · 7 years ago
  98. ead6404 aarch32: Add some tests for ldm/stm. by Baptiste Afsa · 7 years ago
  99. 4cb13e8 Correct usage of scratch registers in tests. by Georgia Kouveli · 7 years ago
  100. 6dce099 aarch32: Test for vmrs/vmsr instructions. by Baptiste Afsa · 7 years ago