1. 9d1e190 Merge "Replace String CharArray with internal uint16_t array." by Jeff Hao · 9 years ago
  2. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  3. 3fd79af Merge "Switch the default read barrier type to a Baker one." by Hiroshi Yamauchi · 9 years ago
  4. 8365a99 Switch the default read barrier type to a Baker one. by Hiroshi Yamauchi · 9 years ago
  5. 97c96f5 Merge "Fix mismatched malloc/free delete/new." by Christopher Ferris · 9 years ago
  6. 8a35405 Fix mismatched malloc/free delete/new. by Christopher Ferris · 9 years ago
  7. d74a1bf Merge "Use the lock word bits for Baker-style read barrier." by Hiroshi Yamauchi · 9 years ago
  8. acee152 Merge "Fix clean-oat" by Mathieu Chartier · 9 years ago
  9. 2c9bd22 Fix clean-oat by Mathieu Chartier · 9 years ago
  10. 2d01066 Merge "Dissociate uses with environment uses." by Nicolas Geoffray · 9 years ago
  11. 295dda5 Merge "Quick: Rely on inferred types in GVN/LVN/DCE." by Vladimir Marko · 9 years ago
  12. 4ed947a Dissociate uses with environment uses. by Nicolas Geoffray · 9 years ago
  13. d14438f Merge "ART: Simplify Ifs with BooleanNot condition" by David Brazdil · 9 years ago
  14. 769c9e5 ART: Simplify Ifs with BooleanNot condition by David Brazdil · 9 years ago
  15. a0ee862 Merge "Add support for caching float and double constants." by Nicolas Geoffray · 9 years ago
  16. f213e05 Add support for caching float and double constants. by Nicolas Geoffray · 9 years ago
  17. 0fbfe6f Merge "ART: Fix removing a Phi with RemoveInstruction" by David Brazdil · 9 years ago
  18. c7508e9 ART: Fix removing a Phi with RemoveInstruction by David Brazdil · 9 years ago
  19. a5e69e8 Quick: Rely on inferred types in GVN/LVN/DCE. by Vladimir Marko · 9 years ago
  20. 76bf84a Merge "BCE: don't add deoptimization if the loop has early exit." by Mingyao Yang · 9 years ago
  21. 9d750ef BCE: don't add deoptimization if the loop has early exit. by Mingyao Yang · 9 years ago
  22. f382eff Merge "Deoptimization-based BCE for unknown loop bounds." by Mingyao Yang · 9 years ago
  23. 206d6fd Deoptimization-based BCE for unknown loop bounds. by Mingyao Yang · 9 years ago
  24. adf1597 Merge "Revert "[optimizing] Replace FP divide by power of 2"" by Nicolas Geoffray · 9 years ago
  25. 067cae2 Revert "[optimizing] Replace FP divide by power of 2" by Nicolas Geoffray · 9 years ago
  26. 5ff903a Merge "[optimizing] Replace FP divide by power of 2" by Nicolas Geoffray · 9 years ago
  27. 2c31b5a Merge "ART: Fix Trace types, check minimum buf size" by Andreas Gampe · 9 years ago
  28. 711d840 Merge "ART: Fix addpd opcode, add Quick x86 assembler test" by Andreas Gampe · 9 years ago
  29. e34a42c ART: Fix Trace types, check minimum buf size by Andreas Gampe · 9 years ago
  30. c4013ea ART: Fix addpd opcode, add Quick x86 assembler test by Chao-ying Fu · 9 years ago
  31. 3f4fa70 Merge "ART: Test for GVN skipping" by Andreas Gampe · 9 years ago
  32. b15be57 ART: Test for GVN skipping by Andreas Gampe · 9 years ago
  33. 0cd91f0 Merge "Move Class.newInstance to native" by Mathieu Chartier · 9 years ago
  34. 18772f0 Merge "ART: Fix missing dependency between GVN and other passes" by Andreas Gampe · 9 years ago
  35. 24d65cc ART: Fix missing dependency between GVN and other passes by Andreas Gampe · 9 years ago
  36. f36cb5f Move Class.newInstance to native by Mathieu Chartier · 9 years ago
  37. 3d58dea Merge "ART: Refactor utils/assembler test" by Andreas Gampe · 9 years ago
  38. 4a35e76 Merge "Disable Quick's GVN-based dead code elimination." by Vladimir Marko · 9 years ago
  39. 3c1c05a Disable Quick's GVN-based dead code elimination. by Roland Levillain · 9 years ago
  40. 948dfff Merge "Mark the test as failing while investigating." by Nicolas Geoffray · 9 years ago
  41. 399ff77 Mark the test as failing while investigating. by Nicolas Geoffray · 9 years ago
  42. 03b9ee4 ART: Refactor utils/assembler test by Andreas Gampe · 9 years ago
  43. 1e3ab9a Merge "ART: Fix DBG_START_LOCAL verification." by Andreas Gampe · 9 years ago
  44. dd3208d ART: Fix DBG_START_LOCAL verification. by Logan Chien · 9 years ago
  45. 940c65d Merge "[optimizing] Rename HasArrayAccesses and check it" by Andreas Gampe · 9 years ago
  46. 808db52 Merge "[optimizing] Handle x86 const length BoundsCheck" by Andreas Gampe · 9 years ago
  47. c435e01 Merge "ART: Duplicate-classes cleanup" by Andreas Gampe · 9 years ago
  48. 94329d3 ART: Duplicate-classes cleanup by Andreas Gampe · 9 years ago
  49. 6e655af Merge "ART: Check for duplicate classes when loading oat files" by Andreas Gampe · 9 years ago
  50. b5aad4c Merge "ART: Add GENERATE_CFI to the ZygoteHooks debug flags" by Andreas Gampe · 9 years ago
  51. 99dbd68 [optimizing] Handle x86 const length BoundsCheck by Mark Mendell · 9 years ago
  52. 00bb878 ART: Add GENERATE_CFI to the ZygoteHooks debug flags by Andreas Gampe · 9 years ago
  53. 33984b4 Merge "ART: Do not log non-swap usage" by Andreas Gampe · 9 years ago
  54. 1152c92 [optimizing] Rename HasArrayAccesses and check it by Mark Mendell · 9 years ago
  55. f99bcd2 ART: Do not log non-swap usage by Andreas Gampe · 9 years ago
  56. 16b5d29 Merge "Guard against name == null in ShortDump" by Mathieu Chartier · 9 years ago
  57. 93cf23f Merge "Fix DCHECKs about clinit checks in Optimizing's code generators." by Roland Levillain · 9 years ago
  58. 0379f82 Fix DCHECKs about clinit checks in Optimizing's code generators. by Roland Levillain · 9 years ago
  59. b28412e Guard against name == null in ShortDump by Mathieu Chartier · 9 years ago
  60. 76f1413 Merge "[optimizing] Ensure FillNewArray sets array access" by Andreas Gampe · 9 years ago
  61. 20e8d43 [optimizing] Ensure FillNewArray sets array access by Mark Mendell · 9 years ago
  62. 3507b79 Merge "Reduce the number of explicit clinit checks for static invokes." by Roland Levillain · 9 years ago
  63. 5f02c6c Reduce the number of explicit clinit checks for static invokes. by Roland Levillain · 9 years ago
  64. eb5459c Merge "Ensure inlined static calls perform clinit checks in Optimizing." by Roland Levillain · 9 years ago
  65. b9aec2c ART: Check for duplicate classes when loading oat files by Andreas Gampe · 9 years ago
  66. ae803f6 Merge "Quick: Fix and enable DCE and improve GVN/DCE cleanup." by Vladimir Marko · 9 years ago
  67. 83134ec Merge "Remove ArtMethod* parameter from dex cache entry points." by Vladimir Marko · 9 years ago
  68. 52b63e2 Merge "ART: Fix gtests broken by dead block elimination" by David Brazdil · 9 years ago
  69. 1c533c1 ART: Fix gtests broken by dead block elimination by David Brazdil · 9 years ago
  70. 7bf9bc7 Merge "Minor improvements to 458-checker-instruction-simplification." by Roland Levillain · 9 years ago
  71. 4c0eb42 Ensure inlined static calls perform clinit checks in Optimizing. by Roland Levillain · 9 years ago
  72. f16d7b3 Merge "ART: Dead block removal" by David Brazdil · 9 years ago
  73. 2d7352b ART: Dead block removal by David Brazdil · 9 years ago
  74. 9f3565a Merge "Debugger: Remove support for setting values in optimizing." by Nicolas Geoffray · 9 years ago
  75. 7cc56a1 Debugger: Remove support for setting values in optimizing. by Nicolas Geoffray · 9 years ago
  76. af24864 Merge "Don't use 'sh' on the host." by Nicolas Geoffray · 9 years ago
  77. 33e1f8f Don't use 'sh' on the host. by Nicolas Geoffray · 9 years ago
  78. 9e85d55 Merge "Use 'sh' explicitly when invoking the art script." by Nicolas Geoffray · 9 years ago
  79. 06801ff Use 'sh' explicitly when invoking the art script. by Nicolas Geoffray · 9 years ago
  80. 11307fd Merge "Make tests assume ANDROID_ROOT is not /system." by Nicolas Geoffray · 9 years ago
  81. 4f7fdd2 Make tests assume ANDROID_ROOT is not /system. by Nicolas Geoffray · 9 years ago
  82. 5ea536a Remove ArtMethod* parameter from dex cache entry points. by Vladimir Marko · 9 years ago
  83. c5cb691 Merge "Cleanup and improve stack map stream" by Nicolas Geoffray · 9 years ago
  84. 60f63f5 Use the lock word bits for Baker-style read barrier. by Hiroshi Yamauchi · 9 years ago
  85. 021190b Merge "Fix reflection handling and test flakiness" by Mathieu Chartier · 9 years ago
  86. a61894d Fix reflection handling and test flakiness by Mathieu Chartier · 9 years ago
  87. 4f46ac5 Cleanup and improve stack map stream by Calin Juravle · 9 years ago
  88. 633a37e Merge "Quick: Fix out of temp regs in ArmMir2Lir::GenMulLong()." by Vladimir Marko · 9 years ago
  89. ad67727 Quick: Fix and enable DCE and improve GVN/DCE cleanup. by Vladimir Marko · 9 years ago
  90. 360475a Merge "Linear scan: split at better positions." by Nicolas Geoffray · 9 years ago
  91. 8cbab3c Linear scan: split at better positions. by Nicolas Geoffray · 9 years ago
  92. 322b389 Merge "Remove unnecessary null checks in CheckCast and InstanceOf" by Calin Juravle · 9 years ago
  93. 272bf7e Merge "ART: Run BooleanSimplifier after inlining" by David Brazdil · 9 years ago
  94. af88835 Remove unnecessary null checks in CheckCast and InstanceOf by Guillaume "Vermeille" Sanchez · 9 years ago
  95. 917f9ab ART: Run BooleanSimplifier after inlining by David Brazdil · 9 years ago
  96. 084f7d4 Quick: Fix out of temp regs in ArmMir2Lir::GenMulLong(). by Vladimir Marko · 9 years ago
  97. 4ceed92 Merge "Move stack map stream implementation to its own cc file." by Calin Juravle · 9 years ago
  98. b19c1e6 Merge "Revert "Revert "Quick: Rewrite type inference pass.""" by Vladimir Marko · 9 years ago
  99. c416d33 Move stack map stream implementation to its own cc file. by Calin Juravle · 9 years ago
  100. b4186df Merge "Skip known broken tests for ARM back ends on ARM as second arch." by Roland Levillain · 9 years ago