1. 8f7c410 ARM: ART Vectorizer (64-bit vectors). by Artem Serov · 9 years ago
  2. 0eb882b Use ArtMethod* .bss entries for HInvokeStaticOrDirect. by Vladimir Marko · 9 years ago
  3. e7197bf Replace invoke kind kDexCacheViaMethod with kRuntimeCall. by Vladimir Marko · 9 years ago
  4. d254f5c Revert "ART: Reference.getReferent intrinsic for arm and arm64" by Vladimir Marko · 9 years ago
  5. dbddc22 Refactor profiles to use TypeReference instead of ClassReference by Mathieu Chartier · 9 years ago
  6. fd52253 ARM: Specify if some branches go to far targets by Anton Kirilov · 9 years ago
  7. a17d679 Merge "Use PC-relative pointer to boot image methods." by Treehugger Robot · 9 years ago
  8. 6597946 Use PC-relative pointer to boot image methods. by Vladimir Marko · 9 years ago
  9. 5601d4e Revert "Revert "ARM: Improve the code generated for HCondition with a constant input"" by Anton Kirilov · 9 years ago
  10. 764d454 Remove LoadString/Class kind kBootImageLinkTimeAddress. by Vladimir Marko · 9 years ago
  11. c8a5b6c Merge "Revert "ARM: Improve the code generated for HCondition with a constant input"" by Nicolas Geoffray · 9 years ago
  12. 3082661 Revert "ARM: Improve the code generated for HCondition with a constant input" by Nicolas Geoffray · 9 years ago
  13. da33049 Merge "ARM: Improve the code generated for HCondition with a constant input" by Treehugger Robot · 9 years ago
  14. b404f34 ARM: Improve the code generated for HCondition with a constant input by Anton Kirilov · 9 years ago
  15. 9302917 Merge "Improve the implementation of UnsafeCASObject with Baker read barriers." by Roland Levillain · 9 years ago
  16. ff48700 Improve the implementation of UnsafeCASObject with Baker read barriers. by Roland Levillain · 9 years ago
  17. fe307fd Merge "ARM: Link-time generated thunks for Baker CC read barrier." by Vladimir Marko · 9 years ago
  18. eee1c0e ARM: Link-time generated thunks for Baker CC read barrier. by Vladimir Marko · 9 years ago
  19. e39e702 ARM/VIXL: Remove obsolete DeduplicateDexCacheAddressLiteral(). by Vladimir Marko · 9 years ago
  20. 217b2ce ARM: Reduce the number of branches generated for HCondition and HSelect by Anton Kirilov · 9 years ago
  21. a70b683 Merge "Revert "Revert "ARM: VIXL32: Use VIXL backend by default.""" by Nicolas Geoffray · 9 years ago
  22. 467d94a Revert "Revert "ARM: VIXL32: Use VIXL backend by default."" by Nicolas Geoffray · 9 years ago
  23. 8a78a77 Merge "Revert "ARM: VIXL32: Use VIXL backend by default."" by Nicolas Geoffray · 9 years ago
  24. 25275be Revert "ARM: VIXL32: Use VIXL backend by default." by Nicolas Geoffray · 9 years ago
  25. d1d4530 Merge "ARM(64): Improve the code generated for HSelect" by Treehugger Robot · 9 years ago
  26. 5ed51e3 Merge changes Ia26b07f0,Id3d2758c by Roland Levillain · 9 years ago
  27. 426b49c ARM(64): Improve the code generated for HSelect by Donghui Bai · 10 years ago
  28. c52f303 Remove --include-patch-information option from dex2oat. by Richard Uhler · 9 years ago
  29. ba650a4 Revert "Revert "Use the "GC is marking" information in compiler read barriers (ARM, ARM64)."" by Roland Levillain · 9 years ago
  30. 35345a5 Revert "Use the "GC is marking" information in compiler read barriers (ARM, ARM64)." by Roland Levillain · 9 years ago
  31. 1372c9f Use the "GC is marking" information in compiler read barriers (ARM, ARM64). by Roland Levillain · 9 years ago
  32. e631689 ARM: VIXL32: Use VIXL backend by default. by Scott Wakeling · 9 years ago
  33. 6f04628 Merge "You shall know your arm32 calling conventions." by Nicolas Geoffray · 9 years ago
  34. a72859d You shall know your arm32 calling conventions. by Nicolas Geoffray · 9 years ago
  35. 8e0e7f7 Merge "Refactor code for unresolved field entrypoint." by Nicolas Geoffray · 9 years ago
  36. 5b3c6c0 Refactor code for unresolved field entrypoint. by Nicolas Geoffray · 9 years ago
  37. c51842b Merge "ART: Reference.getReferent intrinsic for arm and arm64" by Treehugger Robot · 9 years ago
  38. d8c052a ART: Reference.getReferent intrinsic for arm and arm64 by TatWai Chong · 10 years ago
  39. 5247c08 Put the resolved class in HLoadClass. by Nicolas Geoffray · 9 years ago
  40. 1998cd0 Implement HLoadClass/kBssEntry for boot image. by Vladimir Marko · 9 years ago
  41. 6bec91c Store resolved types for AOT code in .bss. by Vladimir Marko · 9 years ago
  42. f0acfe7 Keep resolved String in HLoadString. by Nicolas Geoffray · 9 years ago
  43. c1a42cf Remove soon to be obsolete call kinds for direct calls. by Nicolas Geoffray · 9 years ago
  44. c5fcb44 ARM: VIXL32: Implement some dispatch optimizations. by Artem Serov · 10 years ago
  45. 0fb3719 ARM: Fix breaking changes from recent VIXL update. by Artem Serov · 10 years ago
  46. edb2ac3 ARM: VIXL32: Implement read barriers. by Anton Kirilov · 10 years ago
  47. 374ddf3 ARM: VIXL32: Clean usage of scopes. by Alexandre Rames · 10 years ago
  48. d4cc5b2 ARM: VIXL32: Implement Invoke, LoadClass, LoadString dispatch. by Artem Serov · 10 years ago
  49. 657022c ARM: VIXL32: A couple of fixes to have more tests passing. by Artem Serov · 10 years ago
  50. dda4396 ARM: VIXL32: Fix some test failures. by Anton Kirilov · 10 years ago
  51. f51bc62 ARM: VIXL32: Improve codegen on CBZ/CBNZ by xueliang.zhong · 10 years ago
  52. 09a940d ARM: VIXL32: Fix PackedSwitch. by Artem Serov · 10 years ago
  53. 2bbc953 ARM: VIXL32: Arch specific operations. by Artem Serov · 10 years ago
  54. 551b28f ARM: VIXL32: Implement more codegen visitors. by Artem Serov · 10 years ago
  55. cfbe913 ARM: VIXL32: Implement InstanceOf, InvokeInterface and others. by Artem Serov · 10 years ago
  56. e28d9ae ARM: VIXL32: Implement the functionality needed by intrinsics. by Anton Kirilov · 10 years ago
  57. c34dba7 ARM: VIXL32: Implement ArrayGet, ArraySet, BoundsCheck etc. by Scott Wakeling · 10 years ago
  58. 02109dd ARM: VIXL32: Implement Shifts, Neg, Bitwise and Rotate visitors. by Artem Serov · 10 years ago
  59. 00468f3 Remove default argument values in GenerateGcRootFieldLoad. by Roland Levillain · 10 years ago
  60. b45fbaa5 ARM: VIXL32: Pass test 406-fields and a few others. by Alexandre Rames · 10 years ago
  61. 9c19bd6 ARM: VIXL32: Implement more codegen code to pass a few more tests. by Alexandre Rames · 10 years ago
  62. 2f2533f Merge "ARM: VIXL32: Pass initial ART tests with new code generator." by Roland Levillain · 10 years ago
  63. 58a4c61 Delete unused blocked_register_pairs_ in code generators by Mathieu Chartier · 10 years ago
  64. a7812ae ARM: VIXL32: Pass initial ART tests with new code generator. by Scott Wakeling · 10 years ago
  65. 5e4e11e Clean-up sharpening and compiler driver. by Nicolas Geoffray · 10 years ago
  66. fe88546 Revert "Revert "ARM: VIXL32: Add an initial code generator that passes codegen_tests."" by Scott Wakeling · 10 years ago
  67. 7863a21 Revert "ARM: VIXL32: Add an initial code generator that passes codegen_tests." by Nicolas Geoffray · 10 years ago
  68. b138dfb ARM: VIXL32: Add an initial code generator that passes codegen_tests. by Scott Wakeling · 10 years ago