1. b2d4768 Merge "Store OatDexFile instead of OatFile in DexFile." by Richard Uhler · 9 years ago
  2. 3dcd58c Fix a bug when creating a HDeoptimization instruction. by Nicolas Geoffray · 9 years ago
  3. 07b3c23 Store OatDexFile instead of OatFile in DexFile. by Richard Uhler · 9 years ago
  4. 812c141 Move the "huge method" test into its own test case. by Roland Levillain · 9 years ago
  5. b4524fd Switch to shared libcutils on host to fix odr-violation by Brian Carlstrom · 9 years ago
  6. e428522 Merge "Revert "Revert "Deoptimization-based bce.""" by Mingyao Yang · 9 years ago
  7. 79bdb47 Merge "CanThrow() of HNewArray should return true." by Mingyao Yang · 9 years ago
  8. 0c365e6 CanThrow() of HNewArray should return true. by Mingyao Yang · 9 years ago
  9. d43b3ac Revert "Revert "Deoptimization-based bce."" by Mingyao Yang · 9 years ago
  10. 06fbd65 Fix test 421-large-frame. by Roland Levillain · 9 years ago
  11. aef17ec ART: Regression test for condition materialization bug by David Brazdil · 9 years ago
  12. d8126be Fix locations at environment uses. by Nicolas Geoffray · 9 years ago
  13. 2846b68 ART: General-case negation in boolean simplifier by David Brazdil · 9 years ago
  14. 69aea14 Merge "Fix user-build on fugu." by Nicolas Geoffray · 9 years ago
  15. 5b168de Fix user-build on fugu. by Nicolas Geoffray · 9 years ago
  16. ca239af Fix some reflection errors by Mathieu Chartier · 9 years ago
  17. daaf326 Add AccessibleObject and Field to mirror by Mathieu Chartier · 9 years ago
  18. a0466e1 GVN HClinitCheck nodes. by Nicolas Geoffray · 9 years ago
  19. 79829cb Fix run-all-tests script when --always-clean is used by Goran Jakovljevic · 9 years ago
  20. 7904129 Use the original invoke type when inlining. by Nicolas Geoffray · 9 years ago
  21. 651b4fb Merge "Revert "Revert "Inline across dex files.""" by Nicolas Geoffray · 9 years ago
  22. 9437b78 Revert "Revert "Inline across dex files."" by Nicolas Geoffray · 9 years ago
  23. b2bd1c5 ART: Formatting and comments in BooleanSimplifier by David Brazdil · 9 years ago
  24. b64b782 Merge "ART: Boolean simplifier" by David Brazdil · 9 years ago
  25. 46e2a39 ART: Boolean simplifier by David Brazdil · 9 years ago
  26. 2c2d00e Merge "Unify ART's various implementations of bit_cast." by Roland Levillain · 9 years ago
  27. 09aa354 Merge "Revert "Inline across dex files."" by Nicolas Geoffray · 9 years ago
  28. 6a816cf Revert "Inline across dex files." by Nicolas Geoffray · 9 years ago
  29. da4d79b Unify ART's various implementations of bit_cast. by Roland Levillain · 9 years ago
  30. 274395f Merge "Quick: Create GC map based on compiler data." by Vladimir Marko · 9 years ago
  31. 0ba6273 Revert "Deoptimization-based bce." by Andreas Gampe · 9 years ago
  32. e295e6e Deoptimization-based bce. by Mingyao Yang · 9 years ago
  33. d24ba2c Merge "Inline across dex files." by Nicolas Geoffray · 9 years ago
  34. 7e4c350 Inline across dex files. by Nicolas Geoffray · 9 years ago
  35. b8fb4f4 Merge "Update script now that optimizing is default." by Nicolas Geoffray · 9 years ago
  36. 0e07125 Update script now that optimizing is default. by Nicolas Geoffray · 9 years ago
  37. 4764481 Merge "Change "no-","no" test prefix to n" by Mathieu Chartier · 9 years ago
  38. 9ccd151 Fix verifier handling of empty switch as last instruction. by Jeff Hao · 9 years ago
  39. 767c752 Quick: Create GC map based on compiler data. by Vladimir Marko · 9 years ago
  40. 1445dd3 Change "no-","no" test prefix to n by Mathieu Chartier · 9 years ago
  41. e86deef Add verify-at-runtime compiler filter by Mathieu Chartier · 9 years ago
  42. e730729 Unbreak checker. by Nicolas Geoffray · 9 years ago
  43. 94e4807 Merge "[optimizing] Use baseline when debuggable is set." by Nicolas Geoffray · 9 years ago
  44. a3d90fb [optimizing] Use baseline when debuggable is set. by Nicolas Geoffray · 9 years ago
  45. a878082 ART: Change logging strategy in run-tests by Andreas Gampe · 9 years ago
  46. faa375c Merge "Disable inlining in Optimizing when --debuggable is set." by Nicolas Geoffray · 9 years ago
  47. e50b8d2 Disable inlining in Optimizing when --debuggable is set. by Nicolas Geoffray · 9 years ago
  48. 8bc616d Merge "art/test/100-reflect2: change incorrect expectations." by Sergio Giro · 9 years ago
  49. ddd04a6 Merge "Tweak liveness when instructions are used in environments." by Nicolas Geoffray · 9 years ago
  50. 003e7aa Merge "Improve 080-oom-throw-with-finalizer." by Hiroshi Yamauchi · 9 years ago
  51. e2b6997 Improve 080-oom-throw-with-finalizer. by Hiroshi Yamauchi · 9 years ago
  52. 915b9d0 Tweak liveness when instructions are used in environments. by Nicolas Geoffray · 9 years ago
  53. 97d30ac Merge "Opt compiler: Basic simplification for arithmetic operations." by Roland Levillain · 9 years ago
  54. 4f1a384 Give an expected type to phis created for multiple returns. by Nicolas Geoffray · 9 years ago
  55. 4cfe74c Merge "Properly compile multidex for tests when using Jack." by Richard Uhler · 9 years ago
  56. d159eef Merge "Fix incompatible class change error for JIT stress mode" by Mathieu Chartier · 9 years ago
  57. 091d238 Fix incompatible class change error for JIT stress mode by Mathieu Chartier · 9 years ago
  58. 4d57ecf Properly compile multidex for tests when using Jack. by Richard Uhler · 9 years ago
  59. b59dba0 Fix a bug in the SSA builder. by Nicolas Geoffray · 9 years ago
  60. b2fd7bc Opt compiler: Basic simplification for arithmetic operations. by Alexandre Rames · 9 years ago
  61. 234d69d Revert "Revert "[optimizing] Enable x86 long support."" by Nicolas Geoffray · 9 years ago
  62. dc03426 art/test/100-reflect2: change incorrect expectations. by Sergio Giro · 9 years ago
  63. 64d69ab Test uses libart.so, so can't be run NDEBUG. by Nicolas Geoffray · 9 years ago
  64. 21c7906 Merge "ART: Relax test 703" by Andreas Gampe · 9 years ago
  65. 48e702f Merge "Make the SSA builder honor the debuggable flag." by Nicolas Geoffray · 9 years ago
  66. e0fe7ae Make the SSA builder honor the debuggable flag. by Nicolas Geoffray · 9 years ago
  67. 7d9e5a9 ART: Relax test 703 by Andreas Gampe · 9 years ago
  68. 66d874d Create OatFileAssistant class for assisting with oat files. by Richard Uhler · 9 years ago
  69. 2cfdabd Merge "Fix run-test with JIT enabled" by Sebastien Hertz · 9 years ago
  70. 155bef4 Fix run-test with JIT enabled by Sebastien Hertz · 9 years ago
  71. 43c162f Revert "Revert "More Makefile fun for --debuggable."" by Nicolas Geoffray · 9 years ago
  72. 9728a93 Revert "More Makefile fun for --debuggable." by Nicolas Geoffray · 9 years ago
  73. bd648cd More Makefile fun for --debuggable. by Nicolas Geoffray · 9 years ago
  74. 6540537 Merge "Follow up 137982" by Sebastien Hertz · 9 years ago
  75. c5e3ab2 Follow up 137982 by Sebastien Hertz · 9 years ago
  76. 5f87418 [optimizing] Use callee-save registers for x86 by Mark Mendell · 9 years ago
  77. b1add75 Update run-test 031-class-attributes by Sebastien Hertz · 9 years ago
  78. dc5ac73 Opt compiler: enhance gvn for commutative ops. by Mingyao Yang · 9 years ago
  79. ea84bf7 Merge "bce: add support to narrow two MonotonicValueRange's at the same time." by Mingyao Yang · 9 years ago
  80. d845fd0 Tests use libarttest.so, so does not work on ndebug. by Nicolas Geoffray · 9 years ago
  81. 7cde48c Stack support for Optimizing compiler by Sebastien Hertz · 9 years ago
  82. 4559f00 bce: handle a pattern for circular buffer by Mingyao Yang · 9 years ago
  83. caa0a87 Fix bad variable expansion by Mathieu Chartier · 9 years ago
  84. 0d1ef55 Merge "Change JIT tests to use interpreter image" by Mathieu Chartier · 9 years ago
  85. e2a12c0 Change JIT tests to use interpreter image by Mathieu Chartier · 9 years ago
  86. 8376830 Merge "Handle another untyped dex CONST issue" by buzbee · 9 years ago
  87. 721f3a8 Fix jit tests by Mathieu Chartier · 9 years ago
  88. 3fc1b12 Add missing JIT stuff in make files by Mathieu Chartier · 9 years ago
  89. 510be43 Merge "Revert "Revert "Add JIT""" by Mathieu Chartier · 9 years ago
  90. 7c3952f ART: Add -Wunused by Andreas Gampe · 9 years ago
  91. 57e0475 bce: add support to narrow two MonotonicValueRange's at the same time. by Mingyao Yang · 9 years ago
  92. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 9 years ago
  93. 2cb551b Merge "not-int can also take non-int (byte and short) instructions." by Nicolas Geoffray · 9 years ago
  94. 6726d20 Merge "ART: Fix run-test 118" by Andreas Gampe · 9 years ago
  95. ee027c0 ART: Fix run-test 118 by Andreas Gampe · 9 years ago
  96. d8ef2e9 not-int can also take non-int (byte and short) instructions. by Nicolas Geoffray · 9 years ago
  97. 995e7d4 Merge "Fix inlining in the presence of multiple returns." by Nicolas Geoffray · 9 years ago
  98. 817bce7 Fix inlining in the presence of multiple returns. by Nicolas Geoffray · 9 years ago
  99. 2d043b3 Merge "[optimizing] Add if-context sensitivity for null popagation." by Calin Juravle · 9 years ago
  100. 61d544b [optimizing] Add if-context sensitivity for null popagation. by Calin Juravle · 9 years ago