1. af3ec0a Merge "ART: Fix dominance for irreducible loops" by David Brazdil · 9 years ago
  2. 3f4a522 ART: Fix dominance for irreducible loops by David Brazdil · 9 years ago
  3. 130b7cf Fix test with libarttest.so. by Nicolas Geoffray · 9 years ago
  4. 48b2b3e Fix libarttest to be non debug by Mathieu Chartier · 9 years ago
  5. b0fca36 Merge "Fix assert failure in interpreter after deoptimization." by Mingyao Yang · 9 years ago
  6. 504a690 Fix assert failure in interpreter after deoptimization. by Mingyao Yang · 9 years ago
  7. 06fd2cf Change test 136 to use dlopen by Mathieu Chartier · 9 years ago
  8. b652da7 Merge "Remove -XOatFileManagerCompilerFilter argument." by Richard Uhler · 9 years ago
  9. a210689 Exploit NE/EQ tests on array length in BCE. by Aart Bik · 9 years ago
  10. b8154f8 Merge "Do not look at dead phis during SsaRedundantPhiElimination." by Treehugger Robot · 9 years ago
  11. 05b3fa0 Do not look at dead phis during SsaRedundantPhiElimination. by Nicolas Geoffray · 9 years ago
  12. 157855b Merge "Make test for app-image loading." by Treehugger Robot · 9 years ago
  13. 2e960a0 Make test for app-image loading. by Alex Light · 9 years ago
  14. f4b3487 Remove -XOatFileManagerCompilerFilter argument. by Richard Uhler · 9 years ago
  15. d6c2bfa Fix vtable corruption. by Alex Light · 9 years ago
  16. 0f35e0b Merge "Remove invoke after inlining." by Treehugger Robot · 9 years ago
  17. 1be7cbd Remove invoke after inlining. by Nicolas Geoffray · 9 years ago
  18. de604a2 Merge changes I96464d76,Id5e77316,Icb42a081,I68afc181,I82094e46 by Calin Juravle · 9 years ago
  19. 79b2d3f Merge "Supply librarySearchPath to PathClassLoader" by Dimitry Ivanov · 9 years ago
  20. 3a79b63 Supply librarySearchPath to PathClassLoader by Dimitry Ivanov · 9 years ago
  21. 91288d8 Revert "Revert "Write conflict tables in image"" by Mathieu Chartier · 9 years ago
  22. ffc8707 Split profile recording from jit compilation by Calin Juravle · 9 years ago
  23. da93946 Merge "ART: Disable back edge uses for irreducible loops" by Treehugger Robot · 9 years ago
  24. 07b3510 ART: Disable back edge uses for irreducible loops by David Brazdil · 9 years ago
  25. a4a640e Fix test to return expected value. by Nicolas Geoffray · 9 years ago
  26. e30ee0a Merge "Forbid HDeoptimize instructions in OSR methods." by Nicolas Geoffray · 9 years ago
  27. 93a18c5 Forbid HDeoptimize instructions in OSR methods. by Nicolas Geoffray · 9 years ago
  28. 4e377e5 Merge "Work around Jack optimizations in arm64 shifter operand test." by Treehugger Robot · 9 years ago
  29. 5bc80b9 Work around Jack optimizations in arm64 shifter operand test. by Vladimir Marko · 9 years ago
  30. f417ff4 Test component type for errors too. With regression test. by Aart Bik · 9 years ago
  31. 22c1f54 ART: Fix ROR Checker test by David Brazdil · 9 years ago
  32. 88b8915 Merge "Refactor use of __ANDROID__ macro" by Roland Levillain · 9 years ago
  33. 4f4a6c4 Merge "ART: Naive NullCheck elimination in InstructionBuilder" by David Brazdil · 9 years ago
  34. c120bbe ART: Naive NullCheck elimination in InstructionBuilder by David Brazdil · 9 years ago
  35. bb661c0 Refactor use of __ANDROID__ macro by Bilyan Borisov · 9 years ago
  36. dbeb6ee Avoid redundant Long allocation before unboxing by Tobias Thierer · 9 years ago
  37. c6b5627 Fix HInstruction::ReplaceInput(), allow no-op. by Vladimir Marko · 9 years ago
  38. 44349d9 Merge "Revert "Increase timeout for the 570-checker-osr test from 20s to 60s."" by Vladimir Marko · 9 years ago
  39. 732350b Revert "Increase timeout for the 570-checker-osr test from 20s to 60s." by Vladimir Marko · 9 years ago
  40. b9d338b Fix 570-checker-osr test for non-debuggable mode. by Vladimir Marko · 9 years ago
  41. d676227 Increase timeout for the 570-checker-osr test from 20s to 60s. by Vladimir Marko · 9 years ago
  42. c5c508d Merge "Fix inlining loops in OSR mode." by Vladimir Marko · 9 years ago
  43. fd66c50 Fix inlining loops in OSR mode. by Vladimir Marko · 9 years ago
  44. fa3091e ART: Fix IsLinearOrderWellFormed in liveness analysis by David Brazdil · 9 years ago
  45. 8446707 Merge "ART: Fix nits for verifier change" by Andreas Gampe · 9 years ago
  46. 8f4ade0 ART: Fix nits for verifier change by Andreas Gampe · 9 years ago
  47. 64c17bc Merge "Disable stripped-dex test for no-dex2oat." by Richard Uhler · 9 years ago
  48. 1b85354 Disable stripped-dex test for no-dex2oat. by Richard Uhler · 9 years ago
  49. 2dcab78 Merge "Remove the no-longer-needed F/I and D/J alias." by Aart Bik · 9 years ago
  50. 18b36ab Remove the no-longer-needed F/I and D/J alias. by Aart Bik · 9 years ago
  51. 062157f Enable allocation elimination as part of LSE by Mingyao Yang · 9 years ago
  52. 240986c Merge "Track removal of String hash functions." by Narayan Kamath · 9 years ago
  53. 5d8fa8b Track removal of String hash functions. by Narayan Kamath · 9 years ago
  54. d5d892d Rename test whose name was too long for some configs by David Brazdil · 9 years ago
  55. defccc5 Merge "Disable stripped-dex test on target." by Richard Uhler · 9 years ago
  56. d7864d8 Disable stripped-dex test on target. by Richard Uhler · 9 years ago
  57. cc9b74f Merge "ART: Make iget receiver mismatch hard verifier error" by Andreas Gampe · 9 years ago
  58. 6659624 ART: Make iget receiver mismatch hard verifier error by Andreas Gampe · 9 years ago
  59. 0108f3d Merge "Restore fallback behavior in the no-image stripped-dex case." by Richard Uhler · 9 years ago
  60. adf8491 ART: Update DCHECKs in SsaLivenessAnalysis::AddBackEdgeUses by David Brazdil · 9 years ago
  61. dad35b0 Merge "Remove the JIT from the instrumentation framework." by Nicolas Geoffray · 9 years ago
  62. dc1d104 Merge "Revert "Remove the no-longer-needed F/I and D/J alias."" by Aart Bik · 9 years ago
  63. 4847513 Merge "Allow private methods in interfaces." by Treehugger Robot · 9 years ago
  64. 1f7624c Revert "Remove the no-longer-needed F/I and D/J alias." by Aart Bik · 9 years ago
  65. b55f1ac Allow private methods in interfaces. by Alex Light · 9 years ago
  66. 76f5cb6 Restore fallback behavior in the no-image stripped-dex case. by Richard Uhler · 9 years ago
  67. 274fe4a Remove the JIT from the instrumentation framework. by Nicolas Geoffray · 9 years ago
  68. de76960 Merge "Remove the no-longer-needed F/I and D/J alias." by Aart Bik · 9 years ago
  69. 2f52064 Remove the no-longer-needed F/I and D/J alias. by Aart Bik · 9 years ago
  70. e4010c6 Merge "Fix InsertDexFileInToClassLoader to handle null class loaders" by Mathieu Chartier · 9 years ago
  71. 6d25cf6 Fix InsertDexFileInToClassLoader to handle null class loaders by Mathieu Chartier · 9 years ago
  72. 04c2b2d Merge "Revert "Update expectations for 031-class-attributes."" by Narayan Kamath · 9 years ago
  73. ae49049 Revert "Update expectations for 031-class-attributes." by Narayan Kamath · 9 years ago
  74. 92ec594 Fix relocate in place to handle arbitrary app image layout by Mathieu Chartier · 9 years ago
  75. 1475924 ART: Change prebuild run-test setup by Andreas Gampe · 9 years ago
  76. dea5933 Merge "Make sure non-fatal errors aren't printed." by Alex Light · 9 years ago
  77. d26b7e4 Make sure non-fatal errors aren't printed. by Alex Light · 9 years ago
  78. 2c6760a Merge "Remove AnnotationAccess and its remaining uses." by Jeff Hao · 9 years ago
  79. 8913162 Merge "Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals""" by David Brazdil · 9 years ago
  80. dee58d6 Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"" by David Brazdil · 9 years ago
  81. 1939a88 Add 20s timeout to 570-checker-osr. by Vladimir Marko · 9 years ago
  82. 75563e3 Merge "Clean up OatQuickMethodHeader after Quick removal." by Vladimir Marko · 9 years ago
  83. 1133db7 Remove AnnotationAccess and its remaining uses. by Jeff Hao · 9 years ago
  84. 7d9a5b0 Merge "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"" by David Brazdil · 9 years ago
  85. 6032891 Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals" by David Brazdil · 9 years ago
  86. 9d07e3d Clean up OatQuickMethodHeader after Quick removal. by Vladimir Marko · 9 years ago
  87. 75ee5c2 Merge "Fix BitCount intrinsics assertions." by Roland Levillain · 9 years ago
  88. e3ff7b2 Refactor HGraphBuilder and SsaBuilder to remove HLocals by David Brazdil · 9 years ago
  89. 86ea7ee Build dominator tree before generating HInstructions by David Brazdil · 9 years ago
  90. 1669fe3 Merge "Make test 146 run with secondary dex file in classpath." by Alex Light · 9 years ago
  91. 24a4fdf Make test 146 run with secondary dex file in classpath. by Alex Light · 9 years ago
  92. cbfa105 Merge "Make InvokeInterfaceTrampoline check methods" by Alex Light · 9 years ago
  93. fa3912e Fix BitCount intrinsics assertions. by Roland Levillain · 9 years ago
  94. 9fc547a Make InvokeInterfaceTrampoline check methods by Alex Light · 9 years ago
  95. 5396b81 Fix a test info referencing AMD64 instead of ARM64. by Vladimir Marko · 9 years ago
  96. fe2b137 Merge "Pack stack map entries on bit level to save space." by Calin Juravle · 9 years ago
  97. 835e023 Merge "Remove obsolete ANDROID_COMPILE_WITH_JACK" by Ying Wang · 9 years ago
  98. 09ed098 Pack stack map entries on bit level to save space. by David Srbecky · 9 years ago
  99. 897886f Merge "Rename run-test 593-checker-boolean-to-integral-conversions." by Roland Levillain · 9 years ago
  100. 31d1417 Rename run-test 593-checker-boolean-to-integral-conversions. by Roland Levillain · 9 years ago