1. 09659c2 ART: Remove heap poisoning from globals.h by Andreas Gampe · 7 years ago
  2. 8ee5860 Merge "ARM: Clean up LocationSummary creation for Long intrinsics." by Vladimir Marko · 7 years ago
  3. 1819e41 ARM: Clean up LocationSummary creation for Long intrinsics. by Vladimir Marko · 7 years ago
  4. 60f7344 Merge "ARM: Improve String.equals() intrinsic for const strings." by Treehugger Robot · 7 years ago
  5. 27292e6 ARM: Implement one-bit intrinsics. by Petre-Ionut Tudor · 7 years ago
  6. 984519c ARM: Improve String.equals() intrinsic for const strings. by Vladimir Marko · 7 years ago
  7. 9983e30 Remove the old ARM code generator from ART's Optimizing compiler. by Roland Levillain · 7 years ago
  8. 97c4646 Introduce a Marking Register in ARM64 code generation. by Roland Levillain · 7 years ago
  9. 3c8a912 Merge "Replace invoke kind kDexCacheViaMethod with kRuntimeCall." by Vladimir Marko · 7 years ago
  10. e7197bf Replace invoke kind kDexCacheViaMethod with kRuntimeCall. by Vladimir Marko · 7 years ago
  11. ab63934 Merge "Revert "ART: Reference.getReferent intrinsic for arm and arm64"" by Vladimir Marko · 7 years ago
  12. d254f5c Revert "ART: Reference.getReferent intrinsic for arm and arm64" by Vladimir Marko · 7 years ago
  13. b486a98 ART: Introduce thread-current-inl.h by Andreas Gampe · 7 years ago
  14. fd52253 ARM: Specify if some branches go to far targets by Anton Kirilov · 7 years ago
  15. 5601d4e Revert "Revert "ARM: Improve the code generated for HCondition with a constant input"" by Anton Kirilov · 7 years ago
  16. 365719c No need to lock when calling Thread.interrupted. by Nicolas Geoffray · 7 years ago
  17. c8a5b6c Merge "Revert "ARM: Improve the code generated for HCondition with a constant input"" by Nicolas Geoffray · 7 years ago
  18. 3082661 Revert "ARM: Improve the code generated for HCondition with a constant input" by Nicolas Geoffray · 7 years ago
  19. da33049 Merge "ARM: Improve the code generated for HCondition with a constant input" by Treehugger Robot · 7 years ago
  20. b404f34 ARM: Improve the code generated for HCondition with a constant input by Anton Kirilov · 7 years ago
  21. 9302917 Merge "Improve the implementation of UnsafeCASObject with Baker read barriers." by Roland Levillain · 7 years ago
  22. ff48700 Improve the implementation of UnsafeCASObject with Baker read barriers. by Roland Levillain · 7 years ago
  23. eee1c0e ARM: Link-time generated thunks for Baker CC read barrier. by Vladimir Marko · 7 years ago
  24. c15a2f4 ART: Add object-readbarrier-inl.h by Andreas Gampe · 7 years ago
  25. c6ea7d0 ART: Clean up art_method.h by Andreas Gampe · 7 years ago
  26. 53463ba Math.round float intrinsic for ARM. by xueliang.zhong · 7 years ago
  27. e21c9af Merge "ARM: Avoid branches to branches" by Nicolas Geoffray · 7 years ago
  28. 1663d16 Fix the artificial dependency in ARM/ARM64 SystemArrayCopy intrinsics. by Roland Levillain · 7 years ago
  29. 9cc0ea8 Refactor SystemArrayCopy intrinsics. by Roland Levillain · 7 years ago
  30. 6f64420 ARM: Avoid branches to branches by Anton Kirilov · 7 years ago
  31. ba650a4 Revert "Revert "Use the "GC is marking" information in compiler read barriers (ARM, ARM64)."" by Roland Levillain · 7 years ago
  32. 331605a Revert "Revert "Intrinsify Integer.valueOf."" by Nicolas Geoffray · 7 years ago
  33. db7b44a Revert "Intrinsify Integer.valueOf." by Nicolas Geoffray · 7 years ago
  34. cd0b272 Intrinsify Integer.valueOf. by Nicolas Geoffray · 7 years ago
  35. 35345a5 Revert "Use the "GC is marking" information in compiler read barriers (ARM, ARM64)." by Roland Levillain · 7 years ago
  36. 1372c9f Use the "GC is marking" information in compiler read barriers (ARM, ARM64). by Roland Levillain · 7 years ago
  37. c032e74 Math.min and Math.max intrinsics for ARM by xueliang.zhong · 8 years ago
  38. 6099d5e Implement Math.rint Intrinsic for ARM32. by xueliang.zhong · 8 years ago
  39. 9aee2d4 Add ARM support for `floor` and `ceil` intrinsics. by Artem Serov · 7 years ago
  40. d8c052a ART: Reference.getReferent intrinsic for arm and arm64 by TatWai Chong · 8 years ago
  41. 1ffb6fc Merge "ARM: VIXL32: Use 16-bit encoding for B(cond,...) where possible." by Nicolas Geoffray · 8 years ago
  42. 517d9f6 ARM: VIXL32: Use 16-bit encoding for B(cond,...) where possible. by Artem Serov · 8 years ago
  43. 7e9a562 Merge "ARM: VIXL32: Do a code cleanup." by Nicolas Geoffray · 8 years ago
  44. 0fb3719 ARM: Fix breaking changes from recent VIXL update. by Artem Serov · 8 years ago
  45. 644032c ARM: VIXL32: Do a code cleanup. by Anton Kirilov · 8 years ago
  46. d4cc5b2 ARM: VIXL32: Implement Invoke, LoadClass, LoadString dispatch. by Artem Serov · 8 years ago
  47. 982e0bf Merge "ARM: VIXL32: A couple of fixes to have more tests passing." by Nicolas Geoffray · 8 years ago
  48. 71bf7b4 Optimizations around escape analysis. With tests. by Aart Bik · 8 years ago
  49. 657022c ARM: VIXL32: A couple of fixes to have more tests passing. by Artem Serov · 8 years ago
  50. b77051e ARM: VIXL32: Fix breaking changes from recent VIXL update. by Scott Wakeling · 8 years ago
  51. f51bc62 ARM: VIXL32: Improve codegen on CBZ/CBNZ by xueliang.zhong · 8 years ago
  52. b88c484 ARM: VIXL32: Fix the assembler usage in the intrinsics. by Anton Kirilov · 8 years ago
  53. 16593ed Merge "Change string compression encoding." by Treehugger Robot · 8 years ago
  54. ff7d89c Allow read side effects for removing dead instructions. by Aart Bik · 8 years ago
  55. fdaf0f4 Change string compression encoding. by Vladimir Marko · 8 years ago
  56. 4bbca2a Update AArch32 VIXL intrinsics w.r.t. the new art::ReadBarrier API. by Roland Levillain · 8 years ago
  57. 5ec6218 ARM: VIXL32: Implement intrinsics. by Anton Kirilov · 8 years ago