1. 87f7dfc Merge "Revert "Revert "Inline methods with loops.""" by Nicolas Geoffray · 9 years ago
  2. 788f2f0 Revert "Revert "Inline methods with loops."" by Nicolas Geoffray · 9 years ago
  3. d30de5b Merge "Revert "Revert "Revert "Change condition to opposite if lhs is constant"""" by Nicolas Geoffray · 9 years ago
  4. d4aee94 Revert "Revert "Revert "Change condition to opposite if lhs is constant""" by Nicolas Geoffray · 9 years ago
  5. 3451383 Merge "With irreducible loops, we can have a null destination." by Nicolas Geoffray · 9 years ago
  6. 04eb70f With irreducible loops, we can have a null destination. by Nicolas Geoffray · 9 years ago
  7. c24b8df Merge "Disable flaky test." by Nicolas Geoffray · 9 years ago
  8. 836f7ee Disable flaky test. by Nicolas Geoffray · 9 years ago
  9. 45ec096 Merge "Revert "Revert "Change condition to opposite if lhs is constant""" by Nicolas Geoffray · 9 years ago
  10. c54ec90 Merge "Revert "Some minor simplifications in code and tests."" by Nicolas Geoffray · 9 years ago
  11. 69fd1b5 Revert "Some minor simplifications in code and tests." by Nicolas Geoffray · 9 years ago
  12. ca9f686 Merge "Revert "ARM/ARM64: Extend support of instruction combining."" by Nicolas Geoffray · 9 years ago
  13. 6b5afdd Revert "ARM/ARM64: Extend support of instruction combining." by Nicolas Geoffray · 9 years ago
  14. 884e54c Revert "Revert "Change condition to opposite if lhs is constant"" by Nicolas Geoffray · 9 years ago
  15. ba6af71 Revert "Revert "run-test: Add tests for 1.8 reflection implementations"" by Alex Light · 9 years ago
  16. 857235b Merge "Implemented BitCount as an intrinsic. With unit test." by Aart Bik · 9 years ago
  17. f3e4c8a Merge "Some minor simplifications in code and tests." by Aart Bik · 9 years ago
  18. 78338a7 Merge "ARM/ARM64: Extend support of instruction combining." by Nicolas Geoffray · 9 years ago
  19. 8ae596f Merge "Revert "run-test: Add tests for 1.8 reflection implementations"" by Nicolas Geoffray · 9 years ago
  20. 6a52d29 Revert "run-test: Add tests for 1.8 reflection implementations" by Nicolas Geoffray · 9 years ago
  21. c1d7861 Merge "Let Art tests use the default jack version" by Yohann Roussel · 9 years ago
  22. debeb98 ARM/ARM64: Extend support of instruction combining. by Ilmir Usmanov · 9 years ago
  23. 3f67e69 Implemented BitCount as an intrinsic. With unit test. by Aart Bik · 9 years ago
  24. bf03fcd Some minor simplifications in code and tests. by Aart Bik · 9 years ago
  25. 3ac099b Merge "Revert "Inline methods with loops."" by Andreas Gampe · 9 years ago
  26. 451ad8d Revert "Inline methods with loops." by Andreas Gampe · 9 years ago
  27. c047d94 ART: DCHECK still too strong for String NewInstance by David Brazdil · 9 years ago
  28. cc6bb93 Let Art tests use the default jack version by Yohann Roussel · 9 years ago
  29. 440ef2c Merge "ART: Cannot assume String.<init> called on NewInstance" by David Brazdil · 9 years ago
  30. 5b98e3c Merge "Inline methods with loops." by Nicolas Geoffray · 9 years ago
  31. bc9ab16 ART: Cannot assume String.<init> called on NewInstance by David Brazdil · 9 years ago
  32. 82fc9bb Inline methods with loops. by Nicolas Geoffray · 9 years ago
  33. 54c4e0d run-test: Add tests for 1.8 reflection implementations by Igor Murashkin · 9 years ago
  34. f74388d Merge "Improve profile processing" by Calin Juravle · 9 years ago
  35. 877fd96 Improve profile processing by Calin Juravle · 9 years ago
  36. 91d65e0 Fix various typos in ART's comments and string literals. by Roland Levillain · 9 years ago
  37. 17ccfff Merge "Disable DCE when there are irreducible loops." by Nicolas Geoffray · 9 years ago
  38. 09aa147 Disable DCE when there are irreducible loops. by Nicolas Geoffray · 9 years ago
  39. 65902e8 ART: Optimize out redundant NewInstances of String by David Brazdil · 9 years ago
  40. 14c2d9f Merge "ART: Public classes never require access checks" by David Brazdil · 9 years ago
  41. a866ccf Disable reanmed test due to python3. by Nicolas Geoffray · 9 years ago
  42. 38f64d3 ART: Public classes never require access checks by David Brazdil · 9 years ago
  43. 9f9d48c Rename test case to avoid test filename too long. by Nicolas Geoffray · 9 years ago
  44. b8bb9f6 Merge "ART: Change merge(uninitialized, null) to produce conflict" by David Brazdil · 9 years ago
  45. 87a5575 ART: Change merge(uninitialized, null) to produce conflict by David Brazdil · 9 years ago
  46. 1bf99d8 Merge "Also print to error stream." by Nicolas Geoffray · 9 years ago
  47. cd3d0fb Do not use HArm64IntermediateAddress with read barriers. by Roland Levillain · 9 years ago
  48. 2894346 Merge "ART: Remove incorrect HFakeString optimization" by David Brazdil · 9 years ago
  49. 30af8dd Add test for bad linkage of overriden package-private method. by Pavel Vyssotski · 9 years ago
  50. 812dd36 Yet another python3 dependency. by Nicolas Geoffray · 9 years ago
  51. 947cb4f Merge "Implement irreducible loop support in optimizing." by Nicolas Geoffray · 9 years ago
  52. 7b4199a Merge "Support directly invoking interface default methods" by Alex Light · 9 years ago
  53. 6de1938 ART: Remove incorrect HFakeString optimization by David Brazdil · 9 years ago
  54. 15bd228 Implement irreducible loop support in optimizing. by Nicolas Geoffray · 9 years ago
  55. 3c36f66 Ignore 141-class-unload failures with JIT and CC. by Roland Levillain · 9 years ago
  56. fc7acf9 Add test for calling into destroyed JNI env by Mathieu Chartier · 9 years ago
  57. 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
  58. f96c43e Merge "Reduce code size by sharing slow paths." by Aart Bik · 9 years ago
  59. 55b14df Fixed bug with hoisting/deopting in taken-block instead of preheader. by Aart Bik · 9 years ago
  60. 0e7fa6b Also print to error stream. by Nicolas Geoffray · 9 years ago
  61. 5e0f5fc Merge "Disable --generate-debug-info by default in all cases." by David Srbecky · 9 years ago
  62. 42249c3 Reduce code size by sharing slow paths. by Aart Bik · 9 years ago
  63. 705ad49 Support directly invoking interface default methods by Alex Light · 9 years ago
  64. cc7b9ff Merge "Do not leave intermediate addresses across Java calls." by Mathieu Chartier · 9 years ago
  65. 7ca9557 Revert "Disable flaky test on host." by Mathieu Chartier · 9 years ago
  66. a3eca2d Do not leave intermediate addresses across Java calls. by Nicolas Geoffray · 9 years ago
  67. 3e09eeb Disable --generate-debug-info by default in all cases. by David Srbecky · 9 years ago
  68. a05cacc Revert "Change condition to opposite if lhs is constant" by Nicolas Geoffray · 9 years ago
  69. f9f196c Change condition to opposite if lhs is constant by Anton Shamin · 10 years ago
  70. 0de47bb Merge "ART: Use libopenjdkd" by Andreas Gampe · 9 years ago
  71. 6cd7767 Fix brainos in makefiles. by Nicolas Geoffray · 9 years ago
  72. f871d46 Merge "Don't use std::abs on INT_MIN/LONG_MIN, it's undefined." by Nicolas Geoffray · 9 years ago
  73. 6a58d44 Fix "check" file, and mark test as failing on device. by Nicolas Geoffray · 9 years ago
  74. ae6f23c Merge "Emit an error message when looking for String#offset." by Nicolas Geoffray · 9 years ago
  75. 16f66da Merge "Disable flaky test on host." by Nicolas Geoffray · 9 years ago
  76. 72f7236 Disable flaky test on host. by Nicolas Geoffray · 9 years ago
  77. 68f6289 Don't use std::abs on INT_MIN/LONG_MIN, it's undefined. by Nicolas Geoffray · 9 years ago
  78. 57e863c ART: Do not build Checker tests with `dx --no-optimize` by David Brazdil · 9 years ago
  79. acd7a6a Fix general multi-image TODOs. by Jeff Hao · 9 years ago
  80. e467cea Fix image writer for generation of app images by Mathieu Chartier · 9 years ago
  81. 10edbb1 ART: Use libopenjdkd by Andreas Gampe · 9 years ago
  82. 0243a74 The ArtMethod is a long on 64bits. by Nicolas Geoffray · 9 years ago
  83. 7ea4c09 Emit an error message when looking for String#offset. by Nicolas Geoffray · 9 years ago
  84. 0580d96 Fix a crash with unresolved classes. by Nicolas Geoffray · 9 years ago
  85. 744a1c6 ART: Don't set initial RTI for BoundType if input untyped by David Brazdil · 9 years ago
  86. 15693bf ART: Resolve ambiguous ArraySets by David Brazdil · 9 years ago
  87. f555258 ART: Create BoundType for CheckCast early by David Brazdil · 9 years ago
  88. 059e627 ART: Add large object allocation to ThreadStress by Andreas Gampe · 9 years ago
  89. efd6326 Merge "ART: Remove core-junit from test boot classpath" by Andreas Gampe · 9 years ago
  90. 0b9112d Add 002-sleep as timing sensitive. by Nicolas Geoffray · 9 years ago
  91. 06856d3 Merge "Detect phi cycles." by Nicolas Geoffray · 9 years ago
  92. 5949fa0 Revert "Revert "Tweak inlining heuristics."" by Nicolas Geoffray · 9 years ago
  93. b7371a5 Merge "Remove bogus DCHECK in induction analysis." by Nicolas Geoffray · 9 years ago
  94. b35302b Remove bogus DCHECK in induction analysis. by Nicolas Geoffray · 9 years ago
  95. 4833f5a ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 9 years ago
  96. 684cf25 Temporary put -DAG back to fix broken test. by Aart Bik · 9 years ago
  97. 35d518c Merge "Improved side-effects/can-throw information on intrinsics." by Aart Bik · 9 years ago
  98. 8994a04 Revert "Revert "ART: Fix up some multi-image cases"" by Andreas Gampe · 9 years ago
  99. 5d75afe Improved side-effects/can-throw information on intrinsics. by Aart Bik · 9 years ago
  100. 1e65a78 Merge "Revert "ART: Fix up some multi-image cases"" by Nicolas Geoffray · 9 years ago