1. 30af8dd Add test for bad linkage of overriden package-private method. by Pavel Vyssotski · 9 years ago
  2. 812dd36 Yet another python3 dependency. by Nicolas Geoffray · 9 years ago
  3. 947cb4f Merge "Implement irreducible loop support in optimizing." by Nicolas Geoffray · 9 years ago
  4. 7b4199a Merge "Support directly invoking interface default methods" by Alex Light · 9 years ago
  5. 15bd228 Implement irreducible loop support in optimizing. by Nicolas Geoffray · 9 years ago
  6. 3c36f66 Ignore 141-class-unload failures with JIT and CC. by Roland Levillain · 9 years ago
  7. fc7acf9 Add test for calling into destroyed JNI env by Mathieu Chartier · 9 years ago
  8. 08d3ab5 Merge "Fixed bug with hoisting/deopting in taken-block instead of preheader. With a fail-before pass-after regression test." by Aart Bik · 9 years ago
  9. f96c43e Merge "Reduce code size by sharing slow paths." by Aart Bik · 9 years ago
  10. 55b14df Fixed bug with hoisting/deopting in taken-block instead of preheader. by Aart Bik · 9 years ago
  11. 5e0f5fc Merge "Disable --generate-debug-info by default in all cases." by David Srbecky · 9 years ago
  12. 42249c3 Reduce code size by sharing slow paths. by Aart Bik · 9 years ago
  13. 705ad49 Support directly invoking interface default methods by Alex Light · 9 years ago
  14. cc7b9ff Merge "Do not leave intermediate addresses across Java calls." by Mathieu Chartier · 9 years ago
  15. 7ca9557 Revert "Disable flaky test on host." by Mathieu Chartier · 9 years ago
  16. a3eca2d Do not leave intermediate addresses across Java calls. by Nicolas Geoffray · 9 years ago
  17. 3e09eeb Disable --generate-debug-info by default in all cases. by David Srbecky · 9 years ago
  18. a05cacc Revert "Change condition to opposite if lhs is constant" by Nicolas Geoffray · 9 years ago
  19. f9f196c Change condition to opposite if lhs is constant by Anton Shamin · 9 years ago
  20. 0de47bb Merge "ART: Use libopenjdkd" by Andreas Gampe · 9 years ago
  21. 6cd7767 Fix brainos in makefiles. by Nicolas Geoffray · 9 years ago
  22. f871d46 Merge "Don't use std::abs on INT_MIN/LONG_MIN, it's undefined." by Nicolas Geoffray · 9 years ago
  23. 6a58d44 Fix "check" file, and mark test as failing on device. by Nicolas Geoffray · 9 years ago
  24. ae6f23c Merge "Emit an error message when looking for String#offset." by Nicolas Geoffray · 9 years ago
  25. 16f66da Merge "Disable flaky test on host." by Nicolas Geoffray · 9 years ago
  26. 72f7236 Disable flaky test on host. by Nicolas Geoffray · 9 years ago
  27. 68f6289 Don't use std::abs on INT_MIN/LONG_MIN, it's undefined. by Nicolas Geoffray · 9 years ago
  28. 57e863c ART: Do not build Checker tests with `dx --no-optimize` by David Brazdil · 9 years ago
  29. acd7a6a Fix general multi-image TODOs. by Jeff Hao · 9 years ago
  30. e467cea Fix image writer for generation of app images by Mathieu Chartier · 9 years ago
  31. 10edbb1 ART: Use libopenjdkd by Andreas Gampe · 9 years ago
  32. 0243a74 The ArtMethod is a long on 64bits. by Nicolas Geoffray · 9 years ago
  33. 7ea4c09 Emit an error message when looking for String#offset. by Nicolas Geoffray · 9 years ago
  34. 0580d96 Fix a crash with unresolved classes. by Nicolas Geoffray · 9 years ago
  35. 744a1c6 ART: Don't set initial RTI for BoundType if input untyped by David Brazdil · 9 years ago
  36. 15693bf ART: Resolve ambiguous ArraySets by David Brazdil · 9 years ago
  37. f555258 ART: Create BoundType for CheckCast early by David Brazdil · 9 years ago
  38. 059e627 ART: Add large object allocation to ThreadStress by Andreas Gampe · 9 years ago
  39. efd6326 Merge "ART: Remove core-junit from test boot classpath" by Andreas Gampe · 9 years ago
  40. 0b9112d Add 002-sleep as timing sensitive. by Nicolas Geoffray · 9 years ago
  41. 06856d3 Merge "Detect phi cycles." by Nicolas Geoffray · 9 years ago
  42. 5949fa0 Revert "Revert "Tweak inlining heuristics."" by Nicolas Geoffray · 9 years ago
  43. b7371a5 Merge "Remove bogus DCHECK in induction analysis." by Nicolas Geoffray · 9 years ago
  44. b35302b Remove bogus DCHECK in induction analysis. by Nicolas Geoffray · 9 years ago
  45. 4833f5a ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 9 years ago
  46. 684cf25 Temporary put -DAG back to fix broken test. by Aart Bik · 9 years ago
  47. 35d518c Merge "Improved side-effects/can-throw information on intrinsics." by Aart Bik · 9 years ago
  48. 8994a04 Revert "Revert "ART: Fix up some multi-image cases"" by Andreas Gampe · 9 years ago
  49. 5d75afe Improved side-effects/can-throw information on intrinsics. by Aart Bik · 9 years ago
  50. 1e65a78 Merge "Revert "ART: Fix up some multi-image cases"" by Nicolas Geoffray · 9 years ago
  51. de38b79 Revert "ART: Fix up some multi-image cases" by Nicolas Geoffray · 9 years ago
  52. fa0dc72 Merge "On x64, cmpl can never take a int64 immediate." by Nicolas Geoffray · 9 years ago
  53. 6ce0173 On x64, cmpl can never take a int64 immediate. by Nicolas Geoffray · 9 years ago
  54. 288b1e9 ART: Fix up some multi-image cases by Andreas Gampe · 9 years ago
  55. 50be66f ART: Remove core-junit from test boot classpath by Andreas Gampe · 9 years ago
  56. c525604 Tweaks to get run-test working after enso. by Nicolas Geoffray · 9 years ago
  57. dcdc85b Dex2oat support for multiple oat file and image file outputs. by Jeff Hao · 9 years ago
  58. 05b9125 Ensure Jack server is running before any use by Yohann Roussel · 9 years ago
  59. 0f77432 Merge "For LSE, further optimize stores for singleton references." am: f8b69bc89a by Mingyao Yang · 9 years ago
  60. 504f0ca Merge "ART: Fix bug in LSE" am: d9493c2d61 am: bd968bd36f by Nicolas Geoffray · 9 years ago
  61. 803cbb9 For LSE, further optimize stores for singleton references. by Mingyao Yang · 9 years ago
  62. ecf52df ART: Fix bug in LSE by David Brazdil · 9 years ago
  63. b151121 Merge "Make the 008-exceptions test print everything to stdout" am: 9ddcbf69cf by Andreas Gampe · 9 years ago
  64. 9ddcbf6 Merge "Make the 008-exceptions test print everything to stdout" by Andreas Gampe · 9 years ago
  65. 9ea6dff Merge "Adjust tests blacklisted for heap poisoning and read barriers." am: 1329b15f47 by Roland Levillain · 9 years ago
  66. 1329b15 Merge "Adjust tests blacklisted for heap poisoning and read barriers." by Roland Levillain · 9 years ago
  67. 64daedd Make the 008-exceptions test print everything to stdout by Kevin Brodsky · 9 years ago
  68. e217fee Adjust tests blacklisted for heap poisoning and read barriers. by Roland Levillain · 9 years ago
  69. 03e77ec Merge "Add test case for bad arm code generation." am: 7f3b38cc23 am: ed962f1897 by Nicolas Geoffray · 9 years ago
  70. 7f3b38c Merge "Add test case for bad arm code generation." by Nicolas Geoffray · 9 years ago
  71. f5f64ef Detect phi cycles. by Nicolas Geoffray · 9 years ago
  72. a22cd2e Add test case for bad arm code generation. by Nicolas Geoffray · 9 years ago
  73. 9868925 Merge "ART: Compile run-tests with Java 7." am: 6b75bc08e8 am: 5783c2ec79 by Vladimir Marko · 9 years ago
  74. 6b75bc0 Merge "ART: Compile run-tests with Java 7." by Vladimir Marko · 9 years ago
  75. f45c3f8 ART: Compile run-tests with Java 7. by Vladimir Marko · 9 years ago
  76. 5ab887a Merge "Revert "ART: Refactor SsaBuilder for more precise typing info"" am: b059c8a044 by Nicolas Geoffray · 9 years ago
  77. 68289a5 Revert "ART: Refactor SsaBuilder for more precise typing info" by Alex Light · 9 years ago
  78. 63ff5b5 Merge "Various induction/range analysis improvements." am: 0bbc1727c4 by Aart Bik · 9 years ago
  79. 7d57d7f Various induction/range analysis improvements. by Aart Bik · 9 years ago
  80. b3ea82b Merge "Remove reference of deleted file." am: ad94d64719 am: 0211b099a0 by Nicolas Geoffray · 9 years ago
  81. b9d6d79 Merge "Remove test given its flakiness." am: 3e2d20636f am: f6eb61f310 by Nicolas Geoffray · 9 years ago
  82. ad94d64 Merge "Remove reference of deleted file." by Nicolas Geoffray · 9 years ago
  83. 8f27951 Remove reference of deleted file. by Nicolas Geoffray · 9 years ago
  84. 523ef21 Merge "x86 Baker\'s read barrier fast path implementation." am: 089ff4886a by Roland Levillain · 9 years ago
  85. 629e8f9 Merge "Lower jitthreshold for jit profile test." am: bd00c8226e am: 338e3c7003 by Calin Juravle · 9 years ago
  86. 54cfce1 Merge "Revert "Make the JIT the default in ART."" am: 3b0ec01718 am: 22c13e1205 by Nicolas Geoffray · 9 years ago
  87. 78d5585 Merge "Make the JIT the default in ART." am: 7cd230c8f7 am: 561f76bc05 by Nicolas Geoffray · 9 years ago
  88. ab54190 Remove test given its flakiness. by Nicolas Geoffray · 9 years ago
  89. 089ff48 Merge "x86 Baker's read barrier fast path implementation." by Roland Levillain · 9 years ago
  90. 0675bec Lower jitthreshold for jit profile test. by Calin Juravle · 9 years ago
  91. 3b0ec01 Merge "Revert "Make the JIT the default in ART."" by Nicolas Geoffray · 9 years ago
  92. e722d29 Revert "Make the JIT the default in ART." by Nicolas Geoffray · 9 years ago
  93. 7c1559a x86 Baker's read barrier fast path implementation. by Roland Levillain · 9 years ago
  94. 7cd230c Merge "Make the JIT the default in ART." by Nicolas Geoffray · 9 years ago
  95. ace41c0 Merge "Increase the sleep time in 554-jit-profile-file" am: 395125122a by Calin Juravle · 9 years ago
  96. 34021dd Increase the sleep time in 554-jit-profile-file by Calin Juravle · 9 years ago
  97. 1997d7c Merge "Disable 554-jit-profile-file for the READ_BARRIER mode." am: 377cb3ba2e by Calin Juravle · 9 years ago
  98. c44edf6 Disable 554-jit-profile-file for the READ_BARRIER mode. by Calin Juravle · 9 years ago
  99. 06159f1 Merge "Print more info on why the code_cache test fails in 115-native-bridge." am: b9d6996ed1 by Calin Juravle · 9 years ago
  100. b9d6996 Merge "Print more info on why the code_cache test fails in 115-native-bridge." by Calin Juravle · 9 years ago