1. e8fb7f0 Remove too aggressive DCHECKs. am: f7d994622a by Nicolas Geoffray · 9 years ago
  2. f7d9946 Remove too aggressive DCHECKs. by Nicolas Geoffray · 9 years ago
  3. e7aa9dd Disable 149-suspend-all-stress, its output is flaky. by Nicolas Geoffray · 9 years ago
  4. d0c29d1 ART: Suppress memcpy overlap in jemalloc for valgrind by Andreas Gampe · 9 years ago
  5. e99f532 Use ScopedObjectAccess in ThreadList::Dump by Mathieu Chartier · 9 years ago
  6. e5e76f4 Add Valgrind target tests by Anton Kirilov · 9 years ago
  7. 9969153 Merge "Add thread suspend stress" by Mathieu Chartier · 9 years ago
  8. 02f7cfd Merge "Re-introduce an old version of 600-verifier-fails." by Nicolas Geoffray · 9 years ago
  9. 4a0a511 Re-introduce an old version of 600-verifier-fails. by Nicolas Geoffray · 9 years ago
  10. 08f746d Merge "Ensure we have a profiling info object before trying to compile." by Nicolas Geoffray · 9 years ago
  11. adc61df Ensure we have a profiling info object before trying to compile. by Nicolas Geoffray · 9 years ago
  12. 08e5c07 Merge "Fix FOUR_ARG_DOWNCALL assembly stubs on arm and x86." into nyc-dev by Nicolas Geoffray · 9 years ago
  13. 061f80b Also catch OOME from the new byte[]. by Nicolas Geoffray · 9 years ago
  14. a048ca8 Fix FOUR_ARG_DOWNCALL assembly stubs on arm and x86. by Nicolas Geoffray · 9 years ago
  15. 4b5c290 Merge "Fix FOUR_ARG_DOWNCALL assembly stubs on arm and x86." by Treehugger Robot · 9 years ago
  16. 0f838aa Fix FOUR_ARG_DOWNCALL assembly stubs on arm and x86. by Nicolas Geoffray · 9 years ago
  17. 223ac0c Use usleep instead of sleep(0). by Nicolas Geoffray · 9 years ago
  18. afb0f38 Merge "Revert "Revert "Revert "Revert "Revert some flaky unloading""""" by Treehugger Robot · 9 years ago
  19. a80e2af Add thread suspend stress by Mathieu Chartier · 9 years ago
  20. 7dbf20a Revert "Revert "Revert "Revert "Revert some flaky unloading"""" by Alex Light · 9 years ago
  21. aff0fa5 Merge "Temporarily disable test E" by Treehugger Robot · 9 years ago
  22. 29f8b6f Temporarily disable test E by Aart Bik · 9 years ago
  23. 9d6f786 Merge "Revert "Revert "Revert "Revert some flaky unloading"""" by Alex Light · 9 years ago
  24. 340f486 Revert "Revert "Revert "Revert some flaky unloading""" by Alex Light · 9 years ago
  25. 4a85ad8 Merge "Do not place null check on unresolved method calls." by Aart Bik · 9 years ago
  26. 296fbb4 Do not place null check on unresolved method calls. by Aart Bik · 9 years ago
  27. 81d82ff Use sleep instead of sched_yield. by Nicolas Geoffray · 9 years ago
  28. 1027880 Be pro-active into ensuring a method is JITted in test. by Nicolas Geoffray · 9 years ago
  29. c92a7a1 Wrap certain exception types when loading an erroneous class. by Jeff Hao · 9 years ago
  30. 7c8aa83 Wrap certain exception types when loading an erroneous class. by Jeff Hao · 9 years ago
  31. 88b970c Merge "Do not hide instance field hard failure with soft failure" by Aart Bik · 9 years ago
  32. 3188364 Do not hide instance field hard failure with soft failure by Aart Bik · 9 years ago
  33. 3aaf964 Revert "Revert "Fix ArtMethod::GetInvokeType for static methods on interfaces."" by Nicolas Geoffray · 9 years ago
  34. f479d77 ART: ArrayGet hoisting restriction added. by Anton Shamin · 9 years ago
  35. 6b631dc Merge "ART: ArrayGet hoisting restriction added." by Aart Bik · 9 years ago
  36. f89381f ART: ArrayGet hoisting restriction added. by Anton Shamin · 9 years ago
  37. 12abcbd Revert "Fix ArtMethod::GetInvokeType for static methods on interfaces." by Nicolas Geoffray · 9 years ago
  38. 8080673 Fix ArtMethod::GetInvokeType for static methods on interfaces. by Nicolas Geoffray · 9 years ago
  39. 99b6ed6 Merge "Do not place null check from unresolved field access." by Aart Bik · 9 years ago
  40. 1415413 Do not place null check from unresolved field access. by Aart Bik · 9 years ago
  41. 2dc77ec Fix ArtMethod::GetInvokeType for static methods on interfaces. by Nicolas Geoffray · 9 years ago
  42. f3349b5 Merge "Exit 0 on success even if --never-clean is passed" by Alex Light · 9 years ago
  43. 5a34c00 Merge "Stop creating $ANDROID_BUILD_TOP/{&&,mkdir} directories." by Alex Light · 9 years ago
  44. e1dfa0c Fix a bug in reference type propagation. by Nicolas Geoffray · 9 years ago
  45. 3f432d5 Merge "Fix a bug in reference type propagation." by Treehugger Robot · 9 years ago
  46. a90d489 Fix a bug in reference type propagation. by Nicolas Geoffray · 9 years ago
  47. 61046e1 Merge "Fix bug in verifier: hard fail allowed following softfail" by Aart Bik · 9 years ago
  48. b052632 Fix bug in verifier: hard fail allowed following softfail by Aart Bik · 9 years ago
  49. 6a870fa Exit 0 on success even if --never-clean is passed by Alex Light · 9 years ago
  50. 3d08086 Relax annotation visibility so runtime includes build. by Jeff Hao · 9 years ago
  51. 7e50a7a Relax annotation visibility so runtime includes build. by Jeff Hao · 9 years ago
  52. 20e9cef Disable stack assertions in non-compiled code. by Nicolas Geoffray · 9 years ago
  53. f711f2c Partial fragment deoptimization by Mingyao Yang · 9 years ago
  54. 26da995 Merge "Remove bogus DCHECK." into nyc-dev by TreeHugger Robot · 9 years ago
  55. dcc8b75 Remove bogus DCHECK. by Nicolas Geoffray · 9 years ago
  56. 0950abe8 Remove bogus DCHECK. by Nicolas Geoffray · 9 years ago
  57. 68b6380 Merge "Apply String.equals() optimizations on arm, arm64 and x86-64." by Treehugger Robot · 9 years ago
  58. 53b5200 Apply String.equals() optimizations on arm, arm64 and x86-64. by Vladimir Marko · 9 years ago
  59. 3176415 Merge "Revert "Revert "Move rewritten StringFactory call results into dex registers for deopt""" into nyc-dev by Mingyao Yang · 9 years ago
  60. afb5d19 Stop creating $ANDROID_BUILD_TOP/{&&,mkdir} directories. by Alex Light · 9 years ago
  61. d53208c Merge "Increase test timeouts" by Mathieu Chartier · 9 years ago
  62. 82cc2ed Fix bug in verifier: soft fail was hiding hard fail. by Aart Bik · 9 years ago
  63. 80fd43e Merge "Fix bug in verifier: soft fail was hiding hard fail." by Aart Bik · 9 years ago
  64. 2576be2 Increase test timeouts by Mathieu Chartier · 9 years ago
  65. c2bc265 Fix bug in verifier: soft fail was hiding hard fail. by Aart Bik · 9 years ago
  66. f6d1e0f Compile JNI stubs for verify-profile and interpret-only. by Vladimir Marko · 9 years ago
  67. 6b2ddc8 Revert "Revert "Move rewritten StringFactory call results into dex registers for deopt"" by Mingyao Yang · 9 years ago
  68. 8c185bf Compile JNI stubs for verify-profile and interpret-only. by Vladimir Marko · 9 years ago
  69. ffedec5 Revert "Revert "Move rewritten StringFactory call results into dex registers for deopt"" by Mingyao Yang · 9 years ago
  70. 4020ecd Merge "MIPS32: java.lang.Math.round(float)" by Aart Bik · 9 years ago
  71. 5a6171d Revert "Move rewritten StringFactory call results into dex registers for deopt" by Roland Levillain · 9 years ago
  72. 695e2c4 Revert "Move rewritten StringFactory call results into dex registers for deopt" by Hiroshi Yamauchi · 9 years ago
  73. 0ea451b Move rewritten StringFactory call results into dex registers for deopt by Mingyao Yang · 9 years ago
  74. 989ab3b Catch classes inheriting from themselves in the class linker. by Roland Levillain · 9 years ago
  75. 90328ac Catch classes inheriting from themselves in the class linker. by Roland Levillain · 9 years ago
  76. 8ca33bf Move rewritten StringFactory call results into dex registers for deopt by Mingyao Yang · 9 years ago
  77. f0192c8 Support to pass <uses-library> option through to dex2oat. by Jeff Hao · 9 years ago
  78. 1b95ffd Merge "Visit IMT of all classes during image writing" into nyc-dev by Mathieu Chartier · 9 years ago
  79. 97bad1b Visit IMT of all classes during image writing by Mathieu Chartier · 9 years ago
  80. 54689b7 Visit IMT of all classes during image writing by Mathieu Chartier · 9 years ago
  81. d2451e4 Merge "Fix assert failure in interpreter after deoptimization." into nyc-dev by Mingyao Yang · 9 years ago
  82. 8494943 Make quick frames of proxy methods visited if they're constructors. by Jeff Hao · 9 years ago
  83. ab880f4 Typos and stylistic fixes. by Roland Levillain · 9 years ago
  84. 12c08f0 Make quick frames of proxy methods visited if they're constructors. by Jeff Hao · 9 years ago
  85. d7c2fdc Fix another case of live_in at irreducible loop entry. by Nicolas Geoffray · 9 years ago
  86. bf0c2e7 Merge "Fix another case of live_in at irreducible loop entry." into nyc-dev by TreeHugger Robot · 9 years ago
  87. 0b80b74 Fix assert failure in interpreter after deoptimization. by Mingyao Yang · 9 years ago
  88. 435a668 Merge "Revert "Revert "Make run-test default to optimizing compiler.""" by Alex Light · 9 years ago
  89. 77ce643 Fix another case of live_in at irreducible loop entry. by Nicolas Geoffray · 9 years ago
  90. ba17f45 Fix libarttest to be non debug by Mathieu Chartier · 9 years ago
  91. ab9ca53 Change test 136 to use dlopen by Mathieu Chartier · 9 years ago
  92. 10bc5a4 Revert "Revert "Make run-test default to optimizing compiler."" by Alex Light · 9 years ago
  93. 2f7c9d9 Fix issue with Constructor proxies. by Alex Light · 9 years ago
  94. e16259f Merge "Fix issue with Constructor proxies." by Alex Light · 9 years ago
  95. 52c9da0 Fix issue with Constructor proxies. by Alex Light · 9 years ago
  96. 36a94ab Merge "Intrinsify String.length() and String.isEmpty() as HIR." by Vladimir Marko · 9 years ago
  97. 74acb01 Merge "ART: Fix dominance for irreducible loops" into nyc-dev by TreeHugger Robot · 9 years ago
  98. 7e589fe ART: Fix dominance for irreducible loops by David Brazdil · 9 years ago
  99. b7a459b Merge "Optimizing: LoadString may not have any side effects." into nyc-dev by Vladimir Marko · 9 years ago
  100. bf12e4d Optimizing: LoadString may not have any side effects. by Vladimir Marko · 9 years ago