1. d817e1e Add --disassemble-test-code. by Jacob Bramley · 7 years ago
  2. 1bce007 Use clang-format 3.8 to format VIXL by Pierre Langlois · 7 years ago
  3. ac28544 Factorize reference info. by Vincent Belliard · 7 years ago
  4. e938c7c Fix runtime call mechanisms for types smaller than 4 bytes. by Alexandre Rames · 7 years ago
  5. 210db21 Fix pre-shifted immediate generation involving sp. by Martyn Capewell · 7 years ago
  6. 4e6baa2 Handle `enum`s in simulated runtime call mechanisms. by Alexandre Rames · 7 years ago
  7. 8b57c86 [pool-manager] Integration with aarch32. by Georgia Kouveli · 7 years ago
  8. c9a1da7 Fix adr A1 info. by Vincent Belliard · 7 years ago
  9. a6090f8 [pool-manager] Separating pool checkpoint and buffer checkpoint. by Georgia Kouveli · 7 years ago
  10. 4d912ac [test] Add preliminary FP tests for OP.<dt> <Dd>, <Dn>, <Dm> by Pierre Langlois · 8 years ago
  11. 0ad8a6f Use a size in bits to define the Unsigned types. by Pierre Langlois · 7 years ago
  12. cbadf8e Add benchmark that stresses using multiple distinct literals. by Georgia Kouveli · 7 years ago
  13. bbd09d6 Assume power of two alignment for AlignUp and AlignDown. by Georgia Kouveli · 7 years ago
  14. 275c9d4 [pool-manager] Split Label and Literal. by Georgia Kouveli · 7 years ago
  15. 9cd420f Speed up tests by Martyn Capewell · 7 years ago
  16. 606582c Remove Label versions of PLD and PLI from the MacroAssembler. by Georgia Kouveli · 7 years ago
  17. 4b139a2 [pool-manager] Add helper functions to get info on forward references. by Georgia Kouveli · 7 years ago
  18. 4443d2c [pool-manager] Fix use-after-free bug. by Georgia Kouveli · 7 years ago
  19. 35afe7e Clear floating-point flags in SETUP. by Georgia Kouveli · 7 years ago
  20. 74d4ef3 [test] Remove TEARDOWN macro for AArch32 by Pierre Langlois · 7 years ago
  21. 6c26680 Fix array-bounds warning when compiling with GCC 6 by Pierre Langlois · 7 years ago
  22. f7bf655 Silence warnings about throwing from destructors when compiling with negative testing by Pierre Langlois · 7 years ago
  23. 1cb7144 Import new standalone pool manager. by Georgia Kouveli · 7 years ago
  24. 3fab627 [test] Fix wrong result in VCMP tests by Pierre Langlois · 7 years ago
  25. 38278c0 Add kMaxAArch32Version. by Vincent Belliard · 7 years ago
  26. 07f9e74 Use SOperand and DOperand for cmp and cmpe. by Vincent Belliard · 7 years ago
  27. 08d993e Merge master into oc-dev am: 2759b8b2aa am: fce3db7edb by David Sehr · 7 years ago
  28. fce3db7 Merge master into oc-dev am: 2759b8b2aa by David Sehr · 7 years ago
  29. 2759b8b Merge master into oc-dev by David Sehr · 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. a338a26 Fix release of a QRegisters within a ScratchRegisterScope. am: 2da09a48dc am: 933047d53c am: 5cb380c158 by Artem Serov · 7 years ago
  33. 04f21b6 Fix release of a QRegisters within a ScratchRegisterScope. am: 2da09a48dc am: 933047d53c by Artem Serov · 7 years ago
  34. 5cb380c Fix release of a QRegisters within a ScratchRegisterScope. am: 2da09a48dc by Artem Serov · 7 years ago
  35. 933047d Fix release of a QRegisters within a ScratchRegisterScope. am: 2da09a48dc by Artem Serov · 7 years ago
  36. 2da09a4 Fix release of a QRegisters within a ScratchRegisterScope. by Artem Serov · 7 years ago
  37. 73d8387 Fix release of a QRegisters within a ScratchRegisterScope. by Artem Serov · 7 years ago
  38. 8e2049c Fix VIXL_ASSERT in negative testing mode. by Jacob Bramley · 7 years ago
  39. 5370ffe Split non-executable tests into test-api-aarch64.cc. by Jacob Bramley · 7 years ago
  40. f75ec85 AArch64: Improve interaction between runtime and the simulator. by Alexandre Rames · 7 years ago
  41. 6279961 AArch64: Add support for `MacroAssembler::TailCallRuntime()`. by Alexandre Rames · 7 years ago
  42. cf4b300 Add functionality for generating negative assembler tests. by Georgia Kouveli · 7 years ago
  43. 94a02bb Add accidently removed tests by Pierre Langlois · 7 years ago
  44. 94ce7a9 Remove redundant LR checks in the assembler by Pierre Langlois · 7 years ago
  45. d1bf278 [tests] Allow generating one description to support two ISA by Pierre Langlois · 8 years ago
  46. dc626f3 Add unpredictable checks when the instruction has to be last in IT block by Pierre Langlois · 7 years ago
  47. 6bf388d Add unpredictable checks mis-uses of PC in aliases by Pierre Langlois · 7 years ago
  48. fcd3373 Explicitely name the RS register by Pierre Langlois · 7 years ago
  49. 960d28b Add unpredictable checks for mis-use of PC by Pierre Langlois · 7 years ago
  50. 609821f Use an integer instead of an operand for bfc, bfi, sbfx and ubfx width operand. by Vincent Belliard · 7 years ago
  51. 8c70cd6 Add missing time measurement in benchmark. by Georgia Kouveli · 7 years ago
  52. 896682f Fix issue with TBZ and large literal pool. by Georgia Kouveli · 7 years ago
  53. 2ab5c80 AArch64: Make --disassemble output a bit clearer. by Jacob Bramley · 7 years ago
  54. 8cb4e85 Add fuzz tests that mixes near branches and literals by Pierre Langlois · 7 years ago
  55. 8571b89 Introduce a FinalizeOption to Finalize() by Pierre Langlois · 7 years ago
  56. 963fa8a Fix native build of aarch32 examples. by Georgia Kouveli · 7 years ago
  57. 7e0f1eb Make assertion in VeneerPool::CheckEmitFor stricter. by Georgia Kouveli · 7 years ago
  58. 5ffac24 Fix and re-run the instruction documentation script. by Jacob Bramley · 7 years ago
  59. bc38deb Fix Operand::IsPlainRegister. by Jacob Bramley · 7 years ago
  60. 85919f8 Avoid some implementation-defined behaviour. by Jacob Bramley · 7 years ago
  61. fc61fb6 Clean up the Label class. by Georgia Kouveli · 7 years ago
  62. 78e2449 Merge remote-tracking branch 'aosp/upstream-master' into master am: d66a6515d5 am: 1eb82cc7c1 am: 1340a67e99 by Scott Wakeling · 7 years ago
  63. 974cbd9 Merge remote-tracking branch 'aosp/upstream-master' into master am: d66a6515d5 am: 1eb82cc7c1 by Scott Wakeling · 7 years ago
  64. 1340a67 Merge remote-tracking branch 'aosp/upstream-master' into master am: d66a6515d5 by Scott Wakeling · 7 years ago
  65. 1eb82cc Merge remote-tracking branch 'aosp/upstream-master' into master am: d66a6515d5 by Scott Wakeling · 7 years ago
  66. d66a651 Merge remote-tracking branch 'aosp/upstream-master' into master by Scott Wakeling · 7 years ago
  67. 45262d6 Make ExactAssemblyScope::Close() not call its parent by Pierre Langlois · 7 years ago
  68. 59bfe1c [aarch64] Do not mix the Assembler and MacroAssembler in tests by Pierre Langlois · 7 years ago
  69. bde2e4b Enable clang-format in the tests by Pierre Langlois · 7 years ago
  70. f4ba40f Remove pool blocking and assembler enablement from the API by Pierre Langlois · 7 years ago
  71. 25e9a7a Eliminate unused A32 code paths from libvixl-arm. by Scott Wakeling · 7 years ago
  72. f5d9808 Remove support for loading from a label using the MacroAssembler by Pierre Langlois · 7 years ago
  73. fb37b5d Add tests for pool blocking in nested ExactAssemblyScope by Pierre Langlois · 7 years ago
  74. 0cec43d Disallow implicitly creating a DataType from uint32_t by Pierre Langlois · 7 years ago
  75. 5c01c41 Remove Adr(Register, Label*) support from the MacroAssembler by Pierre Langlois · 7 years ago
  76. 32929a7 Remove Switch implementation from VIXL by Pierre Langlois · 7 years ago
  77. 04d8afb Fix target=(t32|a32). by Jacob Bramley · 7 years ago
  78. d503ed2 Fix test.py configuration combinations. by Jacob Bramley · 7 years ago
  79. 59d74ae Add a --dry-run option to test.py by Jacob Bramley · 7 years ago
  80. 3cf34b2 Test unallocated shift amounts for add/sub immediate by Martyn Capewell · 7 years ago
  81. 4fea551 Add specialised W and X Register classes. by Jacob Bramley · 7 years ago
  82. 4339c4b Remove some unnecessary curly brackets. by Vincent Belliard · 7 years ago
  83. d56f609 ExactAssemblyScope: Force the pools not to be emitted by Pierre Langlois · 7 years ago
  84. d87b113 Extend near branch fuzz test to include B(T2) and CBNZ by Pierre Langlois · 7 years ago
  85. 17b172a Merge remote-tracking branch 'aosp/upstream-master' into master am: f822f577a8 am: e3a79de276 am: 751f025227 by Artem Serov · 7 years ago
  86. 7bdec85 Merge remote-tracking branch 'aosp/upstream-master' into master am: f822f577a8 am: e3a79de276 by Artem Serov · 7 years ago
  87. 751f025 Merge remote-tracking branch 'aosp/upstream-master' into master am: f822f577a8 by Artem Serov · 7 years ago
  88. e3a79de Merge remote-tracking branch 'aosp/upstream-master' into master am: f822f577a8 by Artem Serov · 7 years ago
  89. f822f57 Merge remote-tracking branch 'aosp/upstream-master' into master by Artem Serov · 7 years ago
  90. 59c3151 Temporarily disable a check in VeneerPoolManager::Release(). by Jacob Bramley · 7 years ago
  91. 9a9331f Allow conditional inclusion of A32, T32 and A64. by Rodolph Perfetta · 7 years ago
  92. 6ee0978 EmissionCheckScope: Fix the operation order when closing by Pierre Langlois · 7 years ago
  93. a4cbc57 Fix veneer emission. by Vincent Belliard · 7 years ago
  94. 139307e Extend branch fuzzing to near branches by Martyn Capewell · 7 years ago
  95. b2838fe Optimize Ldrd and Strd. by Vincent Belliard · 7 years ago
  96. d9dc46e Re-organize VIXL's doc/ and mention AArch32 by Pierre Langlois · 8 years ago
  97. acfcc16 Fix mac build, attempt #4. am: f0f1447fdb am: 1a4035cbf6 am: 7b441dcaf1 by Nicolas Geoffray · 7 years ago
  98. ea16c84 Fix mac build, attempt #4. am: f0f1447fdb am: 1a4035cbf6 am: 7b441dcaf1 by Nicolas Geoffray · 7 years ago
  99. 7b441dc Fix mac build, attempt #4. am: f0f1447fdb am: 1a4035cbf6 by Nicolas Geoffray · 7 years ago
  100. 1a4035c Fix mac build, attempt #4. am: f0f1447fdb by Nicolas Geoffray · 7 years ago