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