1. 6440443 Merge "Improve Thumb2 bitwise operations." by Vladimir Marko · 9 years ago
  2. d2b4ca2 Improve Thumb2 bitwise operations. by Vladimir Marko · 10 years ago
  3. ec00b7e Disable tests requiring python3 for dist builds. by Nicolas Geoffray · 9 years ago
  4. 85506c2 Merge "Add initial default method support to Art" by Alex Light · 9 years ago
  5. e58991b Revert "Revert "Unload oat files"" by Mathieu Chartier · 9 years ago
  6. eb7c144 Add initial default method support to Art by Alex Light · 10 years ago
  7. df34560 Merge "Revert "optimizing: propagate type information of arguments"" by Calin Juravle · 9 years ago
  8. c05aca7 Revert "optimizing: propagate type information of arguments" by Calin Juravle · 9 years ago
  9. 46bf133 Merge "Add an abstraction over a compiled code." by Nicolas Geoffray · 9 years ago
  10. 6bc4374 Add an abstraction over a compiled code. by Nicolas Geoffray · 9 years ago
  11. b30c3b2 Merge "Revert "Unload oat files"" by Nicolas Geoffray · 9 years ago
  12. 72da5e7 Revert "Unload oat files" by Nicolas Geoffray · 9 years ago
  13. a9c9d6a Merge "Unload oat files" by Mathieu Chartier · 9 years ago
  14. 18656fe Unload oat files by Mathieu Chartier · 9 years ago
  15. da45869 Merge "ART: Lock counting in the interpreter" by Andreas Gampe · 9 years ago
  16. 02280e6 Merge "optimizing: propagate type information of arguments" by Calin Juravle · 9 years ago
  17. 2c1ffc3 optimizing: propagate type information of arguments by Calin Juravle · 9 years ago
  18. 439ffb8 Merge "Intrinsify System.arraycopy." by Nicolas Geoffray · 9 years ago
  19. ee3cf07 Intrinsify System.arraycopy. by Nicolas Geoffray · 9 years ago
  20. 03ec930 ART: Lock counting in the interpreter by Andreas Gampe · 10 years ago
  21. d48708d Add test to check that unverified methods are not inlined. by Calin Juravle · 9 years ago
  22. 64d8d93 Merge "Make sure classes with different access checks are not GVN-ed" by Calin Juravle · 9 years ago
  23. 386062d Make sure classes with different access checks are not GVN-ed by Calin Juravle · 9 years ago
  24. 3054704 Mark a new Checker test broken for MIPS32 by David Brazdil · 9 years ago
  25. 018545f Merge "ART: Checker tests for --debuggable" by David Brazdil · 9 years ago
  26. 5cc343d ART: Checker tests for --debuggable by David Brazdil · 9 years ago
  27. e53fb55 Don't remove type checks if we need to perform an access check. by Calin Juravle · 9 years ago
  28. d6ace60 Merge "Add support for intrinsic optimizations." by Nicolas Geoffray · 9 years ago
  29. a83a54d Add support for intrinsic optimizations. by Nicolas Geoffray · 9 years ago
  30. d26101c Disable class unloading test for CC by Mathieu Chartier · 9 years ago
  31. 2a1a50c am 3b6b5879: Merge "Add support for unresolved classes in optimizing." by Calin Juravle · 9 years ago
  32. 98893e1 Add support for unresolved classes in optimizing. by Calin Juravle · 9 years ago
  33. 012318a am 0edc0bdb: Merge "Disable class unloading when tracing is active" by Mathieu Chartier · 9 years ago
  34. 7778b88 Disable class unloading when tracing is active by Mathieu Chartier · 9 years ago
  35. 85d072f am 6639985f: Merge "Fix test 087 for interpreter" by Mathieu Chartier · 9 years ago
  36. 831b1cc Fix test 087 for interpreter by Mathieu Chartier · 9 years ago
  37. 8f0686e am 0a051ef5: Merge "ART: Add more deopt tests" by Andreas Gampe · 9 years ago
  38. 0dfc9bc ART: Add more deopt tests by Andreas Gampe · 9 years ago
  39. 99240ef am d0abb395: Merge "Do more inlining when JITting." by Nicolas Geoffray · 9 years ago
  40. d0abb39 Merge "Do more inlining when JITting." by Nicolas Geoffray · 9 years ago
  41. 8d96068 am 230033ba: Merge "Don\'t force the boot image to using quick." by Nicolas Geoffray · 9 years ago
  42. ccc6197 Do more inlining when JITting. by Nicolas Geoffray · 9 years ago
  43. 230033b Merge "Don't force the boot image to using quick." by Nicolas Geoffray · 9 years ago
  44. 84fdbd7 am 77189602: Merge "Enable compilation of members with access check failures." by Calin Juravle · 9 years ago
  45. 92db65c am 487e7b3a: Merge "Revert "Revert "Support unresolved fields in optimizing"" by Calin Juravle · 9 years ago
  46. 07380a2 Enable compilation of members with access check failures. by Calin Juravle · 9 years ago
  47. e460d1d Revert "Revert "Support unresolved fields in optimizing" by Calin Juravle · 9 years ago
  48. 851dce7 am b3577f0a: Merge "ART: Fix a static_cast int32_t -> uint64_t bug." by David Brazdil · 9 years ago
  49. 9f389d4 ART: Fix a static_cast int32_t -> uint64_t bug. by David Brazdil · 9 years ago
  50. 409e809 Don't force the boot image to using quick. by Nicolas Geoffray · 9 years ago
  51. 2cd872a am 59349e6a: Merge "Mark one more Checker test broken for mips32" by David Brazdil · 9 years ago
  52. bac76b4 Mark one more Checker test broken for mips32 by David Brazdil · 9 years ago
  53. 88b8bed am dc2ce636: Merge "Optimize ArraySet for x86/x64/arm/arm64." by Nicolas Geoffray · 9 years ago
  54. dc2ce63 Merge "Optimize ArraySet for x86/x64/arm/arm64." by Nicolas Geoffray · 9 years ago
  55. 0f6a8b0 am d1169045: Merge "ART: Fix test" by Andreas Gampe · 9 years ago
  56. 0b15f67 ART: Fix test by Andreas Gampe · 9 years ago
  57. a46dbf0 am 5df7f784: Merge "ART: Refactor libarttest C++ code" by Andreas Gampe · 9 years ago
  58. 5df7f78 Merge "ART: Refactor libarttest C++ code" by Andreas Gampe · 9 years ago
  59. 89df7bf ART: Refactor libarttest C++ code by Andreas Gampe · 9 years ago
  60. 8e5f0c5 am 3f8cc8d3: Merge "Revert "Revert "Keep internal stack trace methods declaring classes live""" by Mathieu Chartier · 9 years ago
  61. b7da49e am 25255512: Merge "Implemented trip-count safety information." by Aart Bik · 9 years ago
  62. 3f8cc8d Merge "Revert "Revert "Keep internal stack trace methods declaring classes live""" by Mathieu Chartier · 9 years ago
  63. e0395dd Optimize ArraySet for x86/x64/arm/arm64. by Nicolas Geoffray · 9 years ago
  64. 2525551 Merge "Implemented trip-count safety information." by Aart Bik · 9 years ago
  65. 910e827 Revert "Revert "Keep internal stack trace methods declaring classes live"" by Mathieu Chartier · 9 years ago
  66. 9401f53 Implemented trip-count safety information. by Aart Bik · 9 years ago
  67. 4539679 am 97c25031: Merge "ART: Mark Checker tests broken for mips32" by David Brazdil · 9 years ago
  68. 73b6cdf ART: Mark Checker tests broken for mips32 by David Brazdil · 9 years ago
  69. 629e255 am a39ce124: Merge "Revert "Revert "Enable optimizations with --debuggable.""" by Nicolas Geoffray · 9 years ago
  70. a39ce12 Merge "Revert "Revert "Enable optimizations with --debuggable.""" by Nicolas Geoffray · 9 years ago
  71. 647268e am 84128f7e: Merge "Add deoptimization test." by Nicolas Geoffray · 9 years ago
  72. 84128f7 Merge "Add deoptimization test." by Nicolas Geoffray · 9 years ago
  73. 1920c10 Revert "Revert "Enable optimizations with --debuggable."" by Nicolas Geoffray · 9 years ago
  74. 8faf921 am d2aaf5c1: Merge "Revert "Keep internal stack trace methods declaring classes live"" by Nicolas Geoffray · 9 years ago
  75. 45a8522 Revert "Keep internal stack trace methods declaring classes live" by Nicolas Geoffray · 9 years ago
  76. 3b58ce7 am 9c53671b: Merge "Keep internal stack trace methods declaring classes live" by Mathieu Chartier · 9 years ago
  77. 566fc92 Keep internal stack trace methods declaring classes live by Mathieu Chartier · 9 years ago
  78. 8996a76 am 0766e3ff: Merge "Revert "Enable optimizations with --debuggable."" by Nicolas Geoffray · 9 years ago
  79. 0766e3f Merge "Revert "Enable optimizations with --debuggable."" by Nicolas Geoffray · 9 years ago
  80. b7d27a5 Revert "Enable optimizations with --debuggable." by Nicolas Geoffray · 9 years ago
  81. 3c24d6e am de8a3f4d: Merge "Enable optimizations with --debuggable." by Nicolas Geoffray · 9 years ago
  82. de8a3f4 Merge "Enable optimizations with --debuggable." by Nicolas Geoffray · 9 years ago
  83. 4bc49a7 am f6860a5f: Merge "Optimizing: Simplify UShr+And, Shr+And." by Vladimir Marko · 9 years ago
  84. f6860a5 Merge "Optimizing: Simplify UShr+And, Shr+And." by Vladimir Marko · 9 years ago
  85. 4f81907 Add deoptimization test. by Jongwon Lee · 10 years ago
  86. 43855cc Enable optimizations with --debuggable. by Nicolas Geoffray · 9 years ago
  87. 7953349 am a2d8b187: Merge "Fix a bug in DeadPhiHandling around conflicting phis." by Nicolas Geoffray · 9 years ago
  88. a2d8b18 Merge "Fix a bug in DeadPhiHandling around conflicting phis." by Nicolas Geoffray · 9 years ago
  89. b11fc61 Fix a bug in DeadPhiHandling around conflicting phis. by Nicolas Geoffray · 9 years ago
  90. 452c1b6 Optimizing: Simplify UShr+And, Shr+And. by Vladimir Marko · 9 years ago
  91. cda4f37 am d8750f3c: Merge "Use dominance information for null optimization in write barrier." by Nicolas Geoffray · 9 years ago
  92. d8750f3 Merge "Use dominance information for null optimization in write barrier." by Nicolas Geoffray · 9 years ago
  93. 6e7455e Use dominance information for null optimization in write barrier. by Nicolas Geoffray · 9 years ago
  94. cb9d211 am 931e2684: Merge "ART: Single-frame deopt" by Andreas Gampe · 9 years ago
  95. 931e268 Merge "ART: Single-frame deopt" by Andreas Gampe · 9 years ago
  96. 639bdd1 ART: Single-frame deopt by Andreas Gampe · 10 years ago
  97. fcee684 am 85e5207e: Merge "ART: Run arch specific Checker tests on host" by David Brazdil · 9 years ago
  98. 853a4c3 ART: Run arch specific Checker tests on host by David Brazdil · 9 years ago
  99. a08e8be am 6adb995d: Merge "Address HPackedSwitch issues raised after merge" by David Brazdil · 9 years ago
  100. 3b9f304 Address HPackedSwitch issues raised after merge by Mark Mendell · 9 years ago