1. 12d9306 Mark the module as VNDK or VNDK-SP in Android.bp am: 5a5a179110 am: fd2e86693c by Justin Yun · 7 years ago
  2. 3591e79 Mark the module as VNDK or VNDK-SP in Android.bp am: 5a5a179110 am: fd2e86693c by Justin Yun · 7 years ago
  3. fd2e866 Mark the module as VNDK or VNDK-SP in Android.bp am: 5a5a179110 by Justin Yun · 7 years ago
  4. 5a5a179 Mark the module as VNDK or VNDK-SP in Android.bp by Justin Yun · 7 years ago
  5. 98d1926 Mark the module as VNDK or VNDK-SP in Android.bp am: 4b5b399637 by Justin Yun · 7 years ago
  6. 4b5b399 Mark the module as VNDK or VNDK-SP in Android.bp by Justin Yun · 7 years ago
  7. 08d993e Merge master into oc-dev am: 2759b8b2aa am: fce3db7edb by David Sehr · 7 years ago
  8. fce3db7 Merge master into oc-dev am: 2759b8b2aa by David Sehr · 7 years ago
  9. 2759b8b Merge master into oc-dev by David Sehr · 7 years ago
  10. a338a26 Fix release of a QRegisters within a ScratchRegisterScope. am: 2da09a48dc am: 933047d53c am: 5cb380c158 by Artem Serov · 7 years ago
  11. 04f21b6 Fix release of a QRegisters within a ScratchRegisterScope. am: 2da09a48dc am: 933047d53c by Artem Serov · 7 years ago
  12. 5cb380c Fix release of a QRegisters within a ScratchRegisterScope. am: 2da09a48dc by Artem Serov · 7 years ago
  13. 933047d Fix release of a QRegisters within a ScratchRegisterScope. am: 2da09a48dc by Artem Serov · 7 years ago
  14. 2da09a4 Fix release of a QRegisters within a ScratchRegisterScope. by Artem Serov · 7 years ago
  15. 78e2449 Merge remote-tracking branch 'aosp/upstream-master' into master am: d66a6515d5 am: 1eb82cc7c1 am: 1340a67e99 by Scott Wakeling · 8 years ago
  16. 974cbd9 Merge remote-tracking branch 'aosp/upstream-master' into master am: d66a6515d5 am: 1eb82cc7c1 by Scott Wakeling · 8 years ago
  17. 1340a67 Merge remote-tracking branch 'aosp/upstream-master' into master am: d66a6515d5 by Scott Wakeling · 8 years ago
  18. 1eb82cc Merge remote-tracking branch 'aosp/upstream-master' into master am: d66a6515d5 by Scott Wakeling · 8 years ago
  19. d66a651 Merge remote-tracking branch 'aosp/upstream-master' into master by Scott Wakeling · 8 years ago
  20. 45262d6 Make ExactAssemblyScope::Close() not call its parent by Pierre Langlois · 8 years ago
  21. 59bfe1c [aarch64] Do not mix the Assembler and MacroAssembler in tests by Pierre Langlois · 8 years ago
  22. bde2e4b Enable clang-format in the tests by Pierre Langlois · 8 years ago
  23. f4ba40f Remove pool blocking and assembler enablement from the API by Pierre Langlois · 8 years ago
  24. 25e9a7a Eliminate unused A32 code paths from libvixl-arm. by Scott Wakeling · 8 years ago
  25. f5d9808 Remove support for loading from a label using the MacroAssembler by Pierre Langlois · 8 years ago
  26. fb37b5d Add tests for pool blocking in nested ExactAssemblyScope by Pierre Langlois · 8 years ago
  27. 0cec43d Disallow implicitly creating a DataType from uint32_t by Pierre Langlois · 8 years ago
  28. 5c01c41 Remove Adr(Register, Label*) support from the MacroAssembler by Pierre Langlois · 8 years ago
  29. 32929a7 Remove Switch implementation from VIXL by Pierre Langlois · 8 years ago
  30. 04d8afb Fix target=(t32|a32). by Jacob Bramley · 8 years ago
  31. d503ed2 Fix test.py configuration combinations. by Jacob Bramley · 8 years ago
  32. 59d74ae Add a --dry-run option to test.py by Jacob Bramley · 8 years ago
  33. 3cf34b2 Test unallocated shift amounts for add/sub immediate by Martyn Capewell · 8 years ago
  34. 4fea551 Add specialised W and X Register classes. by Jacob Bramley · 8 years ago
  35. 4339c4b Remove some unnecessary curly brackets. by Vincent Belliard · 8 years ago
  36. d56f609 ExactAssemblyScope: Force the pools not to be emitted by Pierre Langlois · 8 years ago
  37. d87b113 Extend near branch fuzz test to include B(T2) and CBNZ by Pierre Langlois · 8 years ago
  38. 17b172a Merge remote-tracking branch 'aosp/upstream-master' into master am: f822f577a8 am: e3a79de276 am: 751f025227 by Artem Serov · 8 years ago
  39. 7bdec85 Merge remote-tracking branch 'aosp/upstream-master' into master am: f822f577a8 am: e3a79de276 by Artem Serov · 8 years ago
  40. 751f025 Merge remote-tracking branch 'aosp/upstream-master' into master am: f822f577a8 by Artem Serov · 8 years ago
  41. e3a79de Merge remote-tracking branch 'aosp/upstream-master' into master am: f822f577a8 by Artem Serov · 8 years ago
  42. f822f57 Merge remote-tracking branch 'aosp/upstream-master' into master by Artem Serov · 8 years ago
  43. 59c3151 Temporarily disable a check in VeneerPoolManager::Release(). by Jacob Bramley · 8 years ago
  44. 9a9331f Allow conditional inclusion of A32, T32 and A64. by Rodolph Perfetta · 8 years ago
  45. 6ee0978 EmissionCheckScope: Fix the operation order when closing by Pierre Langlois · 8 years ago
  46. a4cbc57 Fix veneer emission. by Vincent Belliard · 8 years ago
  47. 139307e Extend branch fuzzing to near branches by Martyn Capewell · 8 years ago
  48. b2838fe Optimize Ldrd and Strd. by Vincent Belliard · 8 years ago
  49. d9dc46e Re-organize VIXL's doc/ and mention AArch32 by Pierre Langlois · 8 years ago
  50. acfcc16 Fix mac build, attempt #4. am: f0f1447fdb am: 1a4035cbf6 am: 7b441dcaf1 by Nicolas Geoffray · 8 years ago
  51. ea16c84 Fix mac build, attempt #4. am: f0f1447fdb am: 1a4035cbf6 am: 7b441dcaf1 by Nicolas Geoffray · 8 years ago
  52. 7b441dc Fix mac build, attempt #4. am: f0f1447fdb am: 1a4035cbf6 by Nicolas Geoffray · 8 years ago
  53. 1a4035c Fix mac build, attempt #4. am: f0f1447fdb by Nicolas Geoffray · 8 years ago
  54. 80b4a1f Optimize add/sub with a big constant. by Vincent Belliard · 8 years ago
  55. 2272afb Fix for veneer pool when using near branches and cbz. by Vincent Belliard · 8 years ago
  56. f0f1447 Fix mac build, attempt #4. by Nicolas Geoffray · 8 years ago
  57. 30dd28a Fix mac build, attempt #3. am: 7263c67af1 am: 346aba4031 am: 0733370dbb by Nicolas Geoffray · 8 years ago
  58. 95b90b1 Fix mac build, attempt #3. am: 7263c67af1 am: 346aba4031 am: 0733370dbb by Nicolas Geoffray · 8 years ago
  59. 0733370 Fix mac build, attempt #3. am: 7263c67af1 am: 346aba4031 by Nicolas Geoffray · 8 years ago
  60. 346aba4 Fix mac build, attempt #3. am: 7263c67af1 by Nicolas Geoffray · 8 years ago
  61. 7263c67 Fix mac build, attempt #3. by Nicolas Geoffray · 8 years ago
  62. d41faa1 Fix mac build, attempt #2. am: c47d9b5d4d am: 7bfbf91ebf am: 38988136ac by Nicolas Geoffray · 8 years ago
  63. e87b829 Fix mac build, attempt #2. am: c47d9b5d4d am: 7bfbf91ebf am: 38988136ac by Nicolas Geoffray · 8 years ago
  64. 3898813 Fix mac build, attempt #2. am: c47d9b5d4d am: 7bfbf91ebf by Nicolas Geoffray · 8 years ago
  65. 7bfbf91 Fix mac build, attempt #2. am: c47d9b5d4d by Nicolas Geoffray · 8 years ago
  66. c47d9b5 Fix mac build, attempt #2. by Nicolas Geoffray · 8 years ago
  67. 23974ec Fix mac build. am: 27cea275b4 am: 612680863d am: c90ae94566 am: dc96b6a672 by Nicolas Geoffray · 8 years ago
  68. dc96b6a Fix mac build. am: 27cea275b4 am: 612680863d am: c90ae94566 by Nicolas Geoffray · 8 years ago
  69. c90ae94 Fix mac build. am: 27cea275b4 am: 612680863d by Nicolas Geoffray · 8 years ago
  70. 6126808 Fix mac build. am: 27cea275b4 by Nicolas Geoffray · 8 years ago
  71. 27cea27 Fix mac build. by Nicolas Geoffray · 8 years ago
  72. 2274c81 Merge remote-tracking branch 'aosp/upstream-master' into master am: 83a4d4fff3 am: 76ddc95678 am: 5a7b445f4e by Scott Wakeling · 8 years ago
  73. 5d459d6 Merge remote-tracking branch 'aosp/upstream-master' into master am: 83a4d4fff3 am: 76ddc95678 by Scott Wakeling · 8 years ago
  74. 5a7b445 Merge remote-tracking branch 'aosp/upstream-master' into master am: 83a4d4fff3 by Scott Wakeling · 8 years ago
  75. 76ddc95 Merge remote-tracking branch 'aosp/upstream-master' into master am: 83a4d4fff3 by Scott Wakeling · 8 years ago
  76. 390876f Use UNIMPLEMENTED instead of UNREACHABLE in CodeBuffer. by Jacob Bramley · 8 years ago
  77. 0b7621d Limit the number of testcases for the MacroAssembler generated tests. by Georgia Kouveli · 8 years ago
  78. e99f34d Check for unpredictable CLZ. by Georgia Kouveli · 8 years ago
  79. 0cc43be Revert "[aarch32] Dot not abort when one uses unpredictable or strongly discouraged instructions" by Pierre Langlois · 8 years ago
  80. 83a4d4f Merge remote-tracking branch 'aosp/upstream-master' into master by Scott Wakeling · 8 years ago
  81. 5767b11 Specify CodeBuffer allocator type for ARM and ARM64. by Scott Wakeling · 8 years ago
  82. d836966 [aarch32] Dot not abort when one uses unpredictable or strongly discouraged instructions by Pierre Langlois · 8 years ago
  83. 942e3b7 Add unpredictable conditions for mov. by Vincent Belliard · 8 years ago
  84. a576eb9 Add more identities. by Vincent Belliard · 8 years ago
  85. 34ecc5b Move some NO_RETURN attributes. by Jacob Bramley · 8 years ago
  86. dd63b6b Do not call AArch64's EnsureIAndDCacheCoherency if the target is AArch32 only by Pierre Langlois · 8 years ago
  87. 745a855 Add a missing no-return attribute. by Jacob Bramley · 8 years ago
  88. 14e3bf1 Test code size after commutation. by Jacob Bramley · 8 years ago
  89. 028fb05 Improve and clean up abort messages. by Jacob Bramley · 8 years ago
  90. 1fa6f06 Allow configuration of the CodeBuffer allocator. by Jacob Bramley · 8 years ago
  91. e8ce9f0 Assert perfect nesting for UseScratchRegisterScope. by Jacob Bramley · 8 years ago
  92. 1091d74 Generate ADD and not ADDS for Add(DontCare, r1, r1, r2). by Georgia Kouveli · 8 years ago
  93. 5ddbc80 Optimize IsModifiedImmediate and Orn/Orns delegate. by Vincent Belliard · 8 years ago
  94. 2f885bb Add option to skip generation of dummy traces in tools/generate_tests.py. by Georgia Kouveli · 8 years ago
  95. be9c4d0 Support conditional load literal for T32. by Georgia Kouveli · 8 years ago
  96. 287e6d1 Convert markdown to html with `scons doc` by Pierre Langlois · 8 years ago
  97. 1c1488c Make test.py build with different values for target_arch by Pierre Langlois · 8 years ago
  98. 8253a3c Introduce option validator in SCons by Pierre Langlois · 8 years ago
  99. 196ab77 [aarch32] Fix test-operands build with target_arch=aarch64 by Pierre Langlois · 8 years ago
  100. cf91ee6 Make rewinding of load literal instructions less conservative. by Georgia Kouveli · 8 years ago