1. 885c684 ART: Fix ROR Checker test by David Brazdil · 9 years ago
  2. 06a2b01 ART: Naive NullCheck elimination in InstructionBuilder by David Brazdil · 9 years ago
  3. 9ef2654 Fix HInstruction::ReplaceInput(), allow no-op. by Vladimir Marko · 9 years ago
  4. c88af3f Merge changes I5044e94b,I149273b7 into nyc-dev by Vladimir Marko · 9 years ago
  5. 73ddf81 Fix 570-checker-osr test for non-debuggable mode. by Vladimir Marko · 9 years ago
  6. 0fca5f7 Merge changes Ia55ae13e,Ib3e2e6d2 into nyc-dev by Richard Uhler · 9 years ago
  7. 14b0b23 ART: Fix IsLinearOrderWellFormed in liveness analysis by David Brazdil · 9 years ago
  8. 3563c44 Fix inlining loops in OSR mode. by Vladimir Marko · 9 years ago
  9. 3aa7fb8 Disable stripped-dex test for no-dex2oat. by Richard Uhler · 9 years ago
  10. cfe7184 Disable stripped-dex test on target. by Richard Uhler · 9 years ago
  11. 617209c Track removal of String hash functions. by Narayan Kamath · 9 years ago
  12. dc4b6dd ART: Fix nits for verifier change by Andreas Gampe · 9 years ago
  13. c69c0ac ART: Make iget receiver mismatch hard verifier error by Andreas Gampe · 9 years ago
  14. 7aa5d6e Merge "Remove the JIT from the instrumentation framework." into nyc-dev by Nicolas Geoffray · 9 years ago
  15. bb11c8b Remove the JIT from the instrumentation framework. by Nicolas Geoffray · 9 years ago
  16. 535fd5a Rename test whose name was too long for some configs by David Brazdil · 9 years ago
  17. c93a0d1 ART: Update DCHECKs in SsaLivenessAnalysis::AddBackEdgeUses by David Brazdil · 9 years ago
  18. 1153ae1 Restore fallback behavior in the no-image stripped-dex case. by Richard Uhler · 9 years ago
  19. f0fe04c Allow private methods in interfaces. by Alex Light · 9 years ago
  20. a5543be Fix InsertDexFileInToClassLoader to handle null class loaders am: f2bf9d6 by Mathieu Chartier · 9 years ago
  21. f2bf9d6 Fix InsertDexFileInToClassLoader to handle null class loaders by Mathieu Chartier · 9 years ago
  22. 26e818d Revert "Update expectations for 031-class-attributes." by Narayan Kamath · 9 years ago
  23. 04c2b2d Merge "Revert "Update expectations for 031-class-attributes."" by Narayan Kamath · 9 years ago
  24. ae49049 Revert "Update expectations for 031-class-attributes." by Narayan Kamath · 9 years ago
  25. 92ec594 Fix relocate in place to handle arbitrary app image layout by Mathieu Chartier · 9 years ago
  26. 564289c Fix relocate in place to handle arbitrary app image layout by Mathieu Chartier · 9 years ago
  27. 1475924 ART: Change prebuild run-test setup by Andreas Gampe · 9 years ago
  28. dea5933 Merge "Make sure non-fatal errors aren't printed." by Alex Light · 9 years ago
  29. d26b7e4 Make sure non-fatal errors aren't printed. by Alex Light · 9 years ago
  30. 0830532 Remove AnnotationAccess and its remaining uses. by Jeff Hao · 9 years ago
  31. 2c6760a Merge "Remove AnnotationAccess and its remaining uses." by Jeff Hao · 9 years ago
  32. 8913162 Merge "Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals""" by David Brazdil · 9 years ago
  33. dee58d6 Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"" by David Brazdil · 9 years ago
  34. 1939a88 Add 20s timeout to 570-checker-osr. by Vladimir Marko · 9 years ago
  35. 75563e3 Merge "Clean up OatQuickMethodHeader after Quick removal." by Vladimir Marko · 9 years ago
  36. 1133db7 Remove AnnotationAccess and its remaining uses. by Jeff Hao · 9 years ago
  37. 7d9a5b0 Merge "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"" by David Brazdil · 9 years ago
  38. 6032891 Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals" by David Brazdil · 9 years ago
  39. 9d07e3d Clean up OatQuickMethodHeader after Quick removal. by Vladimir Marko · 9 years ago
  40. 75ee5c2 Merge "Fix BitCount intrinsics assertions." by Roland Levillain · 9 years ago
  41. e3ff7b2 Refactor HGraphBuilder and SsaBuilder to remove HLocals by David Brazdil · 9 years ago
  42. 86ea7ee Build dominator tree before generating HInstructions by David Brazdil · 9 years ago
  43. d2288a2 Make test 146 run with secondary dex file in classpath. by Alex Light · 9 years ago
  44. 1669fe3 Merge "Make test 146 run with secondary dex file in classpath." by Alex Light · 9 years ago
  45. 24a4fdf Make test 146 run with secondary dex file in classpath. by Alex Light · 9 years ago
  46. 01b4b32 Make InvokeInterfaceTrampoline check methods by Alex Light · 9 years ago
  47. cbfa105 Merge "Make InvokeInterfaceTrampoline check methods" by Alex Light · 9 years ago
  48. fa3912e Fix BitCount intrinsics assertions. by Roland Levillain · 9 years ago
  49. 9fc547a Make InvokeInterfaceTrampoline check methods by Alex Light · 9 years ago
  50. 5396b81 Fix a test info referencing AMD64 instead of ARM64. by Vladimir Marko · 9 years ago
  51. fe2b137 Merge "Pack stack map entries on bit level to save space." by Calin Juravle · 9 years ago
  52. 835e023 Merge "Remove obsolete ANDROID_COMPILE_WITH_JACK" by Ying Wang · 9 years ago
  53. 09ed098 Pack stack map entries on bit level to save space. by David Srbecky · 9 years ago
  54. 897886f Merge "Rename run-test 593-checker-boolean-to-integral-conversions." by Roland Levillain · 9 years ago
  55. 31d1417 Rename run-test 593-checker-boolean-to-integral-conversions. by Roland Levillain · 9 years ago
  56. b0170f0 Merge "Fix Boolean to integral types conversions." by Roland Levillain · 9 years ago
  57. 922b88c Merge "ART: Fix TypeConversion from long const to float on x86_64" by David Brazdil · 9 years ago
  58. 4c858cd ART: Fix TypeConversion from long const to float on x86_64 by Pavel Vyssotski · 9 years ago
  59. 2b763c3 Remove obsolete ANDROID_COMPILE_WITH_JACK by Sebastien Hertz · 9 years ago
  60. 20eef17 Merge "Fix arm64 simplifier bug that tries to remove same statement twice. With fail-before/pass-after test (on arm64)." by Aart Bik · 9 years ago
  61. 968056f Fix arm64 simplifier bug that tries to remove same statement twice. by Aart Bik · 9 years ago
  62. f355c3f Fix Boolean to integral types conversions. by Roland Levillain · 9 years ago
  63. cac5a7e Optimizing: Improve const-string code generation. by Vladimir Marko · 9 years ago
  64. ec89839 Merge "Add support for Dex version 37 in Runtime." by Alex Light · 9 years ago
  65. 782d046 Merge "ART: Relax verifier checks" by Andreas Gampe · 9 years ago
  66. 8d8fc48 ART: Relax verifier checks by Andreas Gampe · 9 years ago
  67. b0b3859 Merge "Avoid removing new-instance instruction twice. Includes a fail-before/pass-after regression test." by Aart Bik · 9 years ago
  68. bb18a03 ART: Allow array-ness for unresolved merge types by Andreas Gampe · 9 years ago
  69. eda3140 Avoid removing new-instance instruction twice. by Aart Bik · 9 years ago
  70. c496181 Add support for Dex version 37 in Runtime. by Alex Light · 9 years ago
  71. 62e78a7 Merge "ART: Fix order of operations in HBasicBlock::DisconnectAndDelete" by David Brazdil · 9 years ago
  72. 9eeebf6 ART: Fix order of operations in HBasicBlock::DisconnectAndDelete by David Brazdil · 9 years ago
  73. 94f62ef ART: Fix run-test by David Brazdil · 9 years ago
  74. 594973c Merge "ART: Loosen a GraphChecker rule on Boolean inputs" by David Brazdil · 9 years ago
  75. 11edec7 ART: Loosen a GraphChecker rule on Boolean inputs by David Brazdil · 9 years ago
  76. 0ced281 Merge "Clean up art::HConstant predicates." by Roland Levillain · 9 years ago
  77. 843a655 Merge "Do a null check on the sibling in the register allocator." by Nicolas Geoffray · 9 years ago
  78. 32cc778 Do a null check on the sibling in the register allocator. by Nicolas Geoffray · 9 years ago
  79. 63ec322 Merge "Optimizing: Do not insert suspend checks on back-edges." by Vladimir Marko · 9 years ago
  80. d6026cd Merge "Fix potential race condition with threads array." by Aart Bik · 9 years ago
  81. d074538 Fix potential race condition with threads array. by Aart Bik · 9 years ago
  82. d96a246 Optimizing: Do not insert suspend checks on back-edges. by Vladimir Marko · 9 years ago
  83. 29d38e7 Revert "Revert "Use compiler filter to determine oat file status."" by Andreas Gampe · 9 years ago
  84. 7ee5bc5 Merge "Ensure object ArraySet with null value does not need a type check." by Roland Levillain · 9 years ago
  85. dba2b19 Merge "Relax too strong DCHECK." by Nicolas Geoffray · 9 years ago
  86. b133ec6 Ensure object ArraySet with null value does not need a type check. by Roland Levillain · 9 years ago
  87. 3504ca2 Merge "Revert "ART: Temporarily disable test"" by Nicolas Geoffray · 9 years ago
  88. 71d5876 Revert "ART: Temporarily disable test" by Nicolas Geoffray · 9 years ago
  89. e9b6bea Merge "Update run-test 097-duplicate-method" by Sebastien Hertz · 9 years ago
  90. 7ddf7e9 Merge "Revert "Use compiler filter to determine oat file status."" by Nicolas Geoffray · 9 years ago
  91. 845e506 Revert "Use compiler filter to determine oat file status." by Nicolas Geoffray · 9 years ago
  92. 5113583 ART: Temporarily disable test by Andreas Gampe · 9 years ago
  93. 317a3d8 Merge "Use compiler filter to determine oat file status." by Richard Uhler · 9 years ago
  94. a62d2f0 Use compiler filter to determine oat file status. by Richard Uhler · 9 years ago
  95. 0d6d8d8 Rename test to avoid too long file names. by Nicolas Geoffray · 9 years ago
  96. 6fa06e6 Merge "Tighten art::HNeg type constraints on its input." by Roland Levillain · 9 years ago
  97. 4603473 Rename test to avoid too long filenames. by Nicolas Geoffray · 9 years ago
  98. 1f4364d Merge "Add an ImtConflictTable to better resolve IMT conflicts." by Nicolas Geoffray · 9 years ago
  99. 796d630 Add an ImtConflictTable to better resolve IMT conflicts. by Nicolas Geoffray · 9 years ago
  100. 974bbdd Relax too strong DCHECK. by Nicolas Geoffray · 9 years ago