1. bf9611f ART: Clean up verifier by Andreas Gampe · 9 years ago
  2. 782d046 Merge "ART: Relax verifier checks" by Andreas Gampe · 9 years ago
  3. 8d8fc48 ART: Relax verifier checks by Andreas Gampe · 9 years ago
  4. 91ac272 Merge "Allow x86+arm multilib build." by Ying Wang · 9 years ago
  5. 6a63bac Allow x86+arm multilib build. by Ying Wang · 9 years ago
  6. b0b3859 Merge "Avoid removing new-instance instruction twice. Includes a fail-before/pass-after regression test." by Aart Bik · 9 years ago
  7. 0a4d6b9 Merge "ART: Allow array-ness for unresolved merge types" by Andreas Gampe · 9 years ago
  8. bb18a03 ART: Allow array-ness for unresolved merge types by Andreas Gampe · 9 years ago
  9. eda3140 Avoid removing new-instance instruction twice. by Aart Bik · 9 years ago
  10. 5d87b29 Merge "Revert "ART: Improve JitProfile perf in arm/arm64 mterp"" by Calin Juravle · 9 years ago
  11. 38be6ba Merge "Revert "ART: Ignore hotness updates if jit inactive"" by Calin Juravle · 9 years ago
  12. 6aef867 Revert "ART: Improve JitProfile perf in arm/arm64 mterp" by Calin Juravle · 9 years ago
  13. 1cb8689 Revert "ART: Ignore hotness updates if jit inactive" by Calin Juravle · 9 years ago
  14. 2295f2e Merge "Only call jit_load after the zygote fork" by Mathieu Chartier · 9 years ago
  15. c1bc415 Only call jit_load after the zygote fork by Mathieu Chartier · 9 years ago
  16. af8e71d Merge "ART: Ignore hotness updates if jit inactive" by Bill Buzbee · 9 years ago
  17. 17bda20 ART: Ignore hotness updates if jit inactive by buzbee · 9 years ago
  18. ee91f08 Merge "Load jit compiler pre zygote fork" by Mathieu Chartier · 9 years ago
  19. 72918ea Load jit compiler pre zygote fork by Mathieu Chartier · 9 years ago
  20. 42cd3cb Merge "ART: Improve JitProfile perf in arm/arm64 mterp" by Bill Buzbee · 9 years ago
  21. 62e78a7 Merge "ART: Fix order of operations in HBasicBlock::DisconnectAndDelete" by David Brazdil · 9 years ago
  22. 9eeebf6 ART: Fix order of operations in HBasicBlock::DisconnectAndDelete by David Brazdil · 9 years ago
  23. 308640f Merge "ART: Fix run-test" by David Brazdil · 9 years ago
  24. 94f62ef ART: Fix run-test by David Brazdil · 9 years ago
  25. 1345aa3 Merge "Fix stub_test after semantic conflicting merge." by Nicolas Geoffray · 9 years ago
  26. 484fb9f Fix stub_test after semantic conflicting merge. by Nicolas Geoffray · 9 years ago
  27. 594973c Merge "ART: Loosen a GraphChecker rule on Boolean inputs" by David Brazdil · 9 years ago
  28. 11edec7 ART: Loosen a GraphChecker rule on Boolean inputs by David Brazdil · 9 years ago
  29. 2e38434 Merge "Post-Quick cleanup: Remove CompilationUnit." by Vladimir Marko · 9 years ago
  30. a872368 Merge "Re-enable IMT stub test." by Nicolas Geoffray · 9 years ago
  31. 0ced281 Merge "Clean up art::HConstant predicates." by Roland Levillain · 9 years ago
  32. 843a655 Merge "Do a null check on the sibling in the register allocator." by Nicolas Geoffray · 9 years ago
  33. 32cc778 Do a null check on the sibling in the register allocator. by Nicolas Geoffray · 9 years ago
  34. c2b4c6d Merge "Disable test on arm due to timeouts." by Nicolas Geoffray · 9 years ago
  35. 63ec322 Merge "Optimizing: Do not insert suspend checks on back-edges." by Vladimir Marko · 9 years ago
  36. df73984 Post-Quick cleanup: Remove CompilationUnit. by Vladimir Marko · 9 years ago
  37. 973ce7c Disable test on arm due to timeouts. by Nicolas Geoffray · 9 years ago
  38. d6026cd Merge "Fix potential race condition with threads array." by Aart Bik · 9 years ago
  39. 1fd223d Merge "Add RosAlloc stats dump." by Hiroshi Yamauchi · 9 years ago
  40. b62f2e6 Add RosAlloc stats dump. by Hiroshi Yamauchi · 9 years ago
  41. 760efa3 Merge "Use smaller rosalloc run sizes." by Hiroshi Yamauchi · 9 years ago
  42. fc067bf Use smaller rosalloc run sizes. by Hiroshi Yamauchi · 9 years ago
  43. d074538 Fix potential race condition with threads array. by Aart Bik · 9 years ago
  44. f33c605 Merge "Revert "Revert "Use compiler filter to determine oat file status.""" by Richard Uhler · 9 years ago
  45. d96a246 Optimizing: Do not insert suspend checks on back-edges. by Vladimir Marko · 9 years ago
  46. 29d38e7 Revert "Revert "Use compiler filter to determine oat file status."" by Andreas Gampe · 9 years ago
  47. c1d6b34 ART: Improve JitProfile perf in arm/arm64 mterp by buzbee · 9 years ago
  48. 2e89e90 Merge "Fix dex2oat/oatdump cross-compilation." by Calin Juravle · 9 years ago
  49. 541261e Merge "Fix and improve shift and rotate operations." by Roland Levillain · 9 years ago
  50. f8a3dea Merge "Fix some typos in art/compiler/optimizing/nodes.cc." by Roland Levillain · 9 years ago
  51. c9b21f8 Fix some typos in art/compiler/optimizing/nodes.cc. by Roland Levillain · 9 years ago
  52. 40c68c6 Fix dex2oat/oatdump cross-compilation. by Nicolas Geoffray · 9 years ago
  53. 7ee5bc5 Merge "Ensure object ArraySet with null value does not need a type check." by Roland Levillain · 9 years ago
  54. dba2b19 Merge "Relax too strong DCHECK." by Nicolas Geoffray · 9 years ago
  55. 1004faa Re-enable IMT stub test. by Nicolas Geoffray · 9 years ago
  56. b133ec6 Ensure object ArraySet with null value does not need a type check. by Roland Levillain · 9 years ago
  57. 3920099 Merge "Revert "ART: Weaken DCHECK"" by Nicolas Geoffray · 9 years ago
  58. 141de8c Revert "ART: Weaken DCHECK" by Nicolas Geoffray · 9 years ago
  59. 3504ca2 Merge "Revert "ART: Temporarily disable test"" by Nicolas Geoffray · 9 years ago
  60. 71d5876 Revert "ART: Temporarily disable test" by Nicolas Geoffray · 9 years ago
  61. e9b6bea Merge "Update run-test 097-duplicate-method" by Sebastien Hertz · 9 years ago
  62. 7ddf7e9 Merge "Revert "Use compiler filter to determine oat file status."" by Nicolas Geoffray · 9 years ago
  63. 845e506 Revert "Use compiler filter to determine oat file status." by Nicolas Geoffray · 9 years ago
  64. 3e86d67 Merge "ART: Weaken DCHECK" by Andreas Gampe · 9 years ago
  65. 1ee29d3 ART: Weaken DCHECK by Andreas Gampe · 9 years ago
  66. 0197bb5 Merge "ART: Temporarily disable test" by Andreas Gampe · 9 years ago
  67. 5113583 ART: Temporarily disable test by Andreas Gampe · 9 years ago
  68. be4f66c Merge "Delete too spammy VLOG(heap) in ReleasePrimitiveArray" by Mathieu Chartier · 9 years ago
  69. 317a3d8 Merge "Use compiler filter to determine oat file status." by Richard Uhler · 9 years ago
  70. a62d2f0 Use compiler filter to determine oat file status. by Richard Uhler · 9 years ago
  71. fb98df3 Merge "Rename test to avoid too long file names." by Nicolas Geoffray · 9 years ago
  72. 0d6d8d8 Rename test to avoid too long file names. by Nicolas Geoffray · 9 years ago
  73. 9d7a4ac Delete too spammy VLOG(heap) in ReleasePrimitiveArray by Mathieu Chartier · 9 years ago
  74. 2794b41 Merge "Disable test for now." by Nicolas Geoffray · 9 years ago
  75. f9018b0 Disable test for now. by Nicolas Geoffray · 9 years ago
  76. 48e7224 Merge "Optimizing: Reduce GraphChecker memory usage." by Vladimir Marko · 9 years ago
  77. 9a3c1fa Merge "ART: Clean up arena allocation memory tracking." by Vladimir Marko · 9 years ago
  78. 0f49c82 Optimizing: Reduce GraphChecker memory usage. by Vladimir Marko · 9 years ago
  79. 6fa06e6 Merge "Tighten art::HNeg type constraints on its input." by Roland Levillain · 9 years ago
  80. 3a40bf2 ART: Clean up arena allocation memory tracking. by Vladimir Marko · 9 years ago
  81. 2a07b80 Merge "MIPS32: Implement UnsafeCASInt and UnsafeCASObject intrinsics." by Roland Levillain · 9 years ago
  82. db17ce1 Merge "Fix missing header inclusion in art/runtime/thread.cc." by Roland Levillain · 9 years ago
  83. 1fbd452 Fix missing header inclusion in art/runtime/thread.cc. by Roland Levillain · 9 years ago
  84. c507fb6 Merge "Rename test to avoid too long filenames." by Nicolas Geoffray · 9 years ago
  85. 4603473 Rename test to avoid too long filenames. by Nicolas Geoffray · 9 years ago
  86. 1f4364d Merge "Add an ImtConflictTable to better resolve IMT conflicts." by Nicolas Geoffray · 9 years ago
  87. 796d630 Add an ImtConflictTable to better resolve IMT conflicts. by Nicolas Geoffray · 9 years ago
  88. 974bbdd Relax too strong DCHECK. by Nicolas Geoffray · 9 years ago
  89. 5b5b931 Fix and improve shift and rotate operations. by Roland Levillain · 9 years ago
  90. 0339bee Merge "Optimizing: Fix a new valgrind error in image_test." by Vladimir Marko · 9 years ago
  91. 1aafce4 Merge "Disable two tests for no-prebuild." by Nicolas Geoffray · 9 years ago
  92. cfa7239 Disable two tests for no-prebuild. by Nicolas Geoffray · 9 years ago
  93. 948a2a7 Merge "Revamp run-test 431-optimizing-arith-shifts." by Roland Levillain · 9 years ago
  94. 0e2f2ff Optimizing: Fix a new valgrind error in image_test. by Vladimir Marko · 9 years ago
  95. 937e6cd Tighten art::HNeg type constraints on its input. by Roland Levillain · 9 years ago
  96. 0c25da0 Merge "Fix braino in JitCodeCache." by Nicolas Geoffray · 9 years ago
  97. b9a639d Fix braino in JitCodeCache. by Nicolas Geoffray · 9 years ago
  98. eecf60d Merge "ART: remove nested include in arch_test" by Bill Buzbee · 9 years ago
  99. a373a33 Merge "Revert "Revert "Enable compilation of secondary dex files""" by Nicolas Geoffray · 9 years ago
  100. e2aad5d Merge "Update Makefile and scripts after Quick removal." by Nicolas Geoffray · 9 years ago