1. 657318c Add dependency on libbase. by Narayan Kamath · 10 years ago
  2. b6829c2 Merge "Refactor InvokeDexCallingConventionVisitor in Optimizing." by Roland Levillain · 10 years ago
  3. 2d27c8e Refactor InvokeDexCallingConventionVisitor in Optimizing. by Roland Levillain · 10 years ago
  4. f073a36 Merge "Fix for incorrect encode and parse of PEXTRW instruction" by Vladimir Marko · 10 years ago
  5. e761b91 Merge "Revert "Revert "Revert "[optimizing] Improve x86 shifts"""" by Roland Levillain · 10 years ago
  6. 2a7a1d7 Revert "Revert "Revert "[optimizing] Improve x86 shifts""" by Roland Levillain · 10 years ago
  7. 7386f98 Merge "Bugs have been fixed, so run the tests." by Nicolas Geoffray · 10 years ago
  8. fadf977 Merge "Add InsertInstructionAfter in HBasicBlock." by Roland Levillain · 10 years ago
  9. d474b1d Merge "Revert "Revert "[optimizing] Improve x86 shifts""" by Roland Levillain · 10 years ago
  10. 5c8bb7e Bugs have been fixed, so run the tests. by Nicolas Geoffray · 10 years ago
  11. 9b95a05 Revert "Revert "[optimizing] Improve x86 shifts"" by Roland Levillain · 10 years ago
  12. 57f6bee Merge "ART: Move dex2oat watchdog output to LogLine" by Andreas Gampe · 10 years ago
  13. d687e37 ART: Move dex2oat watchdog output to LogLine by Andreas Gampe · 10 years ago
  14. e0705f5 Fix for incorrect encode and parse of PEXTRW instruction by nikolay serdjuk · 10 years ago
  15. b0300ba Merge "ART: Remove multidex limit" by Andreas Gampe · 10 years ago
  16. 90e3404 ART: Remove multidex limit by Andreas Gampe · 10 years ago
  17. 13d38aa Merge "Fix possible null deference in Throwable::Dump" by Mathieu Chartier · 10 years ago
  18. 4a24858 Fix possible null deference in Throwable::Dump by Mathieu Chartier · 10 years ago
  19. b8df660 Merge "Change ddmc run-test to make new objects instead of strings." by Jeff Hao · 10 years ago
  20. 67aea0a Change ddmc run-test to make new objects instead of strings. by Jeff Hao · 10 years ago
  21. edede5c Merge "Quick: Fix crash on fall-through out of method code." by Vladimir Marko · 10 years ago
  22. 2bee20b Quick: Fix crash on fall-through out of method code. by Calin Juravle · 10 years ago
  23. 458d91b Merge "Prevent undefined behavior in RosAlloc." by Dan Albert · 10 years ago
  24. e48b29b Prevent undefined behavior in RosAlloc. by Dan Albert · 10 years ago
  25. 2b9b0de Merge "Fix some compaction bugs in string allocation" by Mathieu Chartier · 10 years ago
  26. 81aa012 Fix some compaction bugs in string allocation by Mathieu Chartier · 10 years ago
  27. 1c5808c Merge "Fix constructor access check through reflection" by Sebastien Hertz · 10 years ago
  28. d4667de Merge "ART: Add FOUR_ARG_DOWNCALL macro for MIPS64 entry points." by Vladimir Marko · 10 years ago
  29. 2d2f2a9 Fix constructor access check through reflection by Sebastien Hertz · 10 years ago
  30. e85e123 ART: Add FOUR_ARG_DOWNCALL macro for MIPS64 entry points. by Vladimir Marko · 10 years ago
  31. 95935f2 Merge "ART: Fix MIPS entrypoint downcall macros." by Vladimir Marko · 10 years ago
  32. a3c3827 ART: Fix MIPS entrypoint downcall macros. by Vladimir Marko · 10 years ago
  33. 3adfc4b Merge "Quick: Avoid unnecessary GVN work in release builds." by Vladimir Marko · 10 years ago
  34. 80613ff Merge "Have HInvoke instructions know their number of actual arguments." by Roland Levillain · 10 years ago
  35. a94fb1f Merge "Revert "Revert "[optimizing] Replace FP divide by power of 2""" by Nicolas Geoffray · 10 years ago
  36. 3e3d733 Have HInvoke instructions know their number of actual arguments. by Roland Levillain · 10 years ago
  37. 64db017 Merge "Fix java_lang_Class newInstance for strings; also quick entrypoints." by Jeff Hao · 10 years ago
  38. 69bdcb2 Fix java_lang_Class newInstance for strings; also quick entrypoints. by Jeff Hao · 10 years ago
  39. f0a3d3d Merge "ART: Fix constructor access checking" by Andreas Gampe · 10 years ago
  40. 8208bdd ART: Fix constructor access checking by Andreas Gampe · 10 years ago
  41. 9d1e190 Merge "Replace String CharArray with internal uint16_t array." by Jeff Hao · 10 years ago
  42. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  43. 3fd79af Merge "Switch the default read barrier type to a Baker one." by Hiroshi Yamauchi · 10 years ago
  44. 8365a99 Switch the default read barrier type to a Baker one. by Hiroshi Yamauchi · 10 years ago
  45. 0d22184 Revert "Revert "[optimizing] Replace FP divide by power of 2"" by Nicolas Geoffray · 10 years ago
  46. 97c96f5 Merge "Fix mismatched malloc/free delete/new." by Christopher Ferris · 10 years ago
  47. 8a35405 Fix mismatched malloc/free delete/new. by Christopher Ferris · 10 years ago
  48. d74a1bf Merge "Use the lock word bits for Baker-style read barrier." by Hiroshi Yamauchi · 10 years ago
  49. acee152 Merge "Fix clean-oat" by Mathieu Chartier · 10 years ago
  50. 2c9bd22 Fix clean-oat by Mathieu Chartier · 10 years ago
  51. 2d01066 Merge "Dissociate uses with environment uses." by Nicolas Geoffray · 10 years ago
  52. 295dda5 Merge "Quick: Rely on inferred types in GVN/LVN/DCE." by Vladimir Marko · 10 years ago
  53. 4ed947a Dissociate uses with environment uses. by Nicolas Geoffray · 10 years ago
  54. d14438f Merge "ART: Simplify Ifs with BooleanNot condition" by David Brazdil · 10 years ago
  55. 769c9e5 ART: Simplify Ifs with BooleanNot condition by David Brazdil · 10 years ago
  56. f725550 Quick: Avoid unnecessary GVN work in release builds. by Vladimir Marko · 10 years ago
  57. a0ee862 Merge "Add support for caching float and double constants." by Nicolas Geoffray · 10 years ago
  58. f213e05 Add support for caching float and double constants. by Nicolas Geoffray · 10 years ago
  59. 0fbfe6f Merge "ART: Fix removing a Phi with RemoveInstruction" by David Brazdil · 10 years ago
  60. c7508e9 ART: Fix removing a Phi with RemoveInstruction by David Brazdil · 10 years ago
  61. 2967ec6 Add InsertInstructionAfter in HBasicBlock. by Guillaume "Vermeille" Sanchez · 10 years ago
  62. a5e69e8 Quick: Rely on inferred types in GVN/LVN/DCE. by Vladimir Marko · 10 years ago
  63. 76bf84a Merge "BCE: don't add deoptimization if the loop has early exit." by Mingyao Yang · 10 years ago
  64. 9d750ef BCE: don't add deoptimization if the loop has early exit. by Mingyao Yang · 10 years ago
  65. f382eff Merge "Deoptimization-based BCE for unknown loop bounds." by Mingyao Yang · 10 years ago
  66. 206d6fd Deoptimization-based BCE for unknown loop bounds. by Mingyao Yang · 10 years ago
  67. adf1597 Merge "Revert "[optimizing] Replace FP divide by power of 2"" by Nicolas Geoffray · 10 years ago
  68. 067cae2 Revert "[optimizing] Replace FP divide by power of 2" by Nicolas Geoffray · 10 years ago
  69. 5ff903a Merge "[optimizing] Replace FP divide by power of 2" by Nicolas Geoffray · 10 years ago
  70. 2c31b5a Merge "ART: Fix Trace types, check minimum buf size" by Andreas Gampe · 10 years ago
  71. 711d840 Merge "ART: Fix addpd opcode, add Quick x86 assembler test" by Andreas Gampe · 10 years ago
  72. e34a42c ART: Fix Trace types, check minimum buf size by Andreas Gampe · 10 years ago
  73. c4013ea ART: Fix addpd opcode, add Quick x86 assembler test by Chao-ying Fu · 10 years ago
  74. 3f4fa70 Merge "ART: Test for GVN skipping" by Andreas Gampe · 10 years ago
  75. b15be57 ART: Test for GVN skipping by Andreas Gampe · 10 years ago
  76. 0cd91f0 Merge "Move Class.newInstance to native" by Mathieu Chartier · 10 years ago
  77. 18772f0 Merge "ART: Fix missing dependency between GVN and other passes" by Andreas Gampe · 10 years ago
  78. 24d65cc ART: Fix missing dependency between GVN and other passes by Andreas Gampe · 10 years ago
  79. f36cb5f Move Class.newInstance to native by Mathieu Chartier · 10 years ago
  80. 3d58dea Merge "ART: Refactor utils/assembler test" by Andreas Gampe · 10 years ago
  81. 4a35e76 Merge "Disable Quick's GVN-based dead code elimination." by Vladimir Marko · 10 years ago
  82. 3c1c05a Disable Quick's GVN-based dead code elimination. by Roland Levillain · 10 years ago
  83. 948dfff Merge "Mark the test as failing while investigating." by Nicolas Geoffray · 10 years ago
  84. 399ff77 Mark the test as failing while investigating. by Nicolas Geoffray · 10 years ago
  85. 03b9ee4 ART: Refactor utils/assembler test by Andreas Gampe · 10 years ago
  86. 1e3ab9a Merge "ART: Fix DBG_START_LOCAL verification." by Andreas Gampe · 10 years ago
  87. dd3208d ART: Fix DBG_START_LOCAL verification. by Logan Chien · 10 years ago
  88. 940c65d Merge "[optimizing] Rename HasArrayAccesses and check it" by Andreas Gampe · 10 years ago
  89. 808db52 Merge "[optimizing] Handle x86 const length BoundsCheck" by Andreas Gampe · 10 years ago
  90. c435e01 Merge "ART: Duplicate-classes cleanup" by Andreas Gampe · 10 years ago
  91. 94329d3 ART: Duplicate-classes cleanup by Andreas Gampe · 10 years ago
  92. 6e655af Merge "ART: Check for duplicate classes when loading oat files" by Andreas Gampe · 10 years ago
  93. b5aad4c Merge "ART: Add GENERATE_CFI to the ZygoteHooks debug flags" by Andreas Gampe · 10 years ago
  94. 99dbd68 [optimizing] Handle x86 const length BoundsCheck by Mark Mendell · 10 years ago
  95. 00bb878 ART: Add GENERATE_CFI to the ZygoteHooks debug flags by Andreas Gampe · 10 years ago
  96. 33984b4 Merge "ART: Do not log non-swap usage" by Andreas Gampe · 10 years ago
  97. 1152c92 [optimizing] Rename HasArrayAccesses and check it by Mark Mendell · 10 years ago
  98. f99bcd2 ART: Do not log non-swap usage by Andreas Gampe · 10 years ago
  99. 16b5d29 Merge "Guard against name == null in ShortDump" by Mathieu Chartier · 10 years ago
  100. 93cf23f Merge "Fix DCHECKs about clinit checks in Optimizing's code generators." by Roland Levillain · 10 years ago