1. a1f1296 Merge "HInvokeStaticOrDirect may not have a special input." by Nicolas Geoffray · 8 years ago
  2. 9779307 HInvokeStaticOrDirect may not have a special input. by Nicolas Geoffray · 8 years ago
  3. 6b9508d Remove some outdated comments in art tests by Yohann Roussel · 8 years ago
  4. aaa779a Remove usages of jill.jar, use jack instead by Yohann Roussel · 9 years ago
  5. 5322e55 Merge "Remove code cache check from native bridge run-test" by Calin Juravle · 8 years ago
  6. eda4dfa Remove code cache check from native bridge run-test by Calin Juravle · 8 years ago
  7. 28b7574 Fix test by checking if we're using JIT. by Nicolas Geoffray · 8 years ago
  8. 3694e91 Merge "Temporarily disable compressed CFI tests." by David Srbecky · 8 years ago
  9. 707954b Merge "Re-enable OSR." by Nicolas Geoffray · 8 years ago
  10. d186dd8 Re-enable OSR. by Nicolas Geoffray · 8 years ago
  11. ac06b6d Temporarily disable compressed CFI tests. by David Srbecky · 8 years ago
  12. dd867c8 Merge "Let the CFI test communicate via stdout rather than arbitrary sleep." by David Srbecky · 8 years ago
  13. afd33d7 Merge "Optimizing: Remove unnecessary And before TypeConversion." by Vladimir Marko · 8 years ago
  14. 8e73ac3 Fix broken tests by David Brazdil · 8 years ago
  15. 03bf174 Let the CFI test communicate via stdout rather than arbitrary sleep. by David Srbecky · 8 years ago
  16. c86382a Merge "Add an option to disable native stack dumping on SIGQUIT." by Nicolas Geoffray · 8 years ago
  17. a73280d Add an option to disable native stack dumping on SIGQUIT. by Nicolas Geoffray · 8 years ago
  18. b01e0e2 Merge "ART: Run SsaBuilder from HGraphBuilder" by David Brazdil · 8 years ago
  19. 9b8beaa Merge "ART: Implement HSelect with CSEL/FCSEL on arm64" by David Brazdil · 8 years ago
  20. ccf88e5 Merge "Optimizing: Simplify consecutive type conversions." by Vladimir Marko · 8 years ago
  21. 8428bd3 Optimizing: Remove unnecessary And before TypeConversion. by Vladimir Marko · 8 years ago
  22. b52bbde Optimizing: Simplify consecutive type conversions. by Vladimir Marko · 8 years ago
  23. c0b601b ART: Implement HSelect with CSEL/FCSEL on arm64 by David Brazdil · 9 years ago
  24. badd826 ART: Run SsaBuilder from HGraphBuilder by David Brazdil · 9 years ago
  25. e866213 Disable on stack replacement for now. by Nicolas Geoffray · 8 years ago
  26. ffa2c7c Merge "Fix bug with verification of constructors" by Alex Light · 8 years ago
  27. 4a2c8fc Fix bug with verification of constructors by Alex Light · 8 years ago
  28. 1d23982 Generalized "dom-based" dynamic BCE to symbolic base + offset. by Aart Bik · 8 years ago
  29. 6dbecf4 Fix run-test by David Brazdil · 8 years ago
  30. 17fccfb Be less extreme on the iteration in 570-checker-osr. by Nicolas Geoffray · 8 years ago
  31. 980027c ART: Treat throw with non-reference type as hard failure in verifier. by Pavel Vyssotski · 8 years ago
  32. 5960a3f Merge "Re-enable OSR." by Nicolas Geoffray · 8 years ago
  33. d9994f0 Re-enable OSR. by Nicolas Geoffray · 8 years ago
  34. d3caabd Merge "Fix x86-64 Baker's read barrier fast path for CheckCast." by Hiroshi Yamauchi · 8 years ago
  35. d3df33e Merge "Some clean-up for the handling of HSelect in LSE" by Mingyao Yang · 8 years ago
  36. 8650378 Fix x86-64 Baker's read barrier fast path for CheckCast. by Roland Levillain · 8 years ago
  37. 3e6232e Make run test 572-checker-array-get-regression gcstress friendly. by Roland Levillain · 8 years ago
  38. 821e66b Fix run test 572-checker-array-get-regression on 32-bit archs. by Roland Levillain · 8 years ago
  39. 0c82e1a Merge "Fix ARM64 Baker's read barrier fast path for ArraySet." by Roland Levillain · 8 years ago
  40. 927f40d Merge "Try to substitute constructor chains for IPUTs." by Vladimir Marko · 8 years ago
  41. 354efa6 Try to substitute constructor chains for IPUTs. by Vladimir Marko · 9 years ago
  42. ca0bf03 Fix ARM64 Baker's read barrier fast path for ArraySet. by Roland Levillain · 8 years ago
  43. 40bcb93 Some clean-up for the handling of HSelect in LSE by Mingyao Yang · 9 years ago
  44. 64fdc80 Default methods should not be found by getDeclaredMethod by Alex Light · 9 years ago
  45. 4d9b10a Disable osr while investigating flakiness. by Nicolas Geoffray · 9 years ago
  46. d9bc433 Point fixes after OSR change. by Nicolas Geoffray · 9 years ago
  47. 45b93ca Merge "Implemented compare/signum intrinsics as HCompare (with all code generation for all)" by Aart Bik · 9 years ago
  48. e2caf54 Merge "Make test 971-iface-super smaller to prevent gcstress timeouts." by Alex Light · 9 years ago
  49. a19616e Implemented compare/signum intrinsics as HCompare by Aart Bik · 9 years ago
  50. 9fba3f6 Merge "Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64.""" by Nicolas Geoffray · 9 years ago
  51. b331feb Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64."" by Nicolas Geoffray · 9 years ago
  52. 0f638c6 Merge "Extend De Morgan factorisation to `HBooleanNot`." by David Brazdil · 9 years ago
  53. 11aa3f5 Merge "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64."" by David Brazdil · 9 years ago
  54. bd89a5c Revert "Implement on-stack replacement for arm/arm64/x86/x86_64." by David Brazdil · 9 years ago
  55. 7ac9aeb Merge "Implement on-stack replacement for arm/arm64/x86/x86_64." by Nicolas Geoffray · 9 years ago
  56. c8d2b0c Merge "Support CMOV for x86_64 Select" by David Brazdil · 9 years ago
  57. 9f98025 Extend De Morgan factorisation to `HBooleanNot`. by Alexandre Rames · 9 years ago
  58. e6e0cfd Merge "Revert "Revert "X86: Use the constant area for more operations.""" by David Brazdil · 9 years ago
  59. 891bc28 Implement on-stack replacement for arm/arm64/x86/x86_64. by Nicolas Geoffray · 9 years ago
  60. 27c6b48 Merge "Don't use native bridge for non zygote-spawn processes" by Calin Juravle · 9 years ago
  61. d3e7c6c Don't use native bridge for non zygote-spawn processes by Calin Juravle · 9 years ago
  62. 2f10a5f Revert "Revert "X86: Use the constant area for more operations."" by Mark P Mendell · 9 years ago
  63. 6157a5d Make test 971-iface-super smaller to prevent gcstress timeouts. by Alex Light · 9 years ago
  64. 85b3b52 Merge "Fixed bug on premature DCHECK. With fail-before/pass-after test" by Aart Bik · 9 years ago
  65. 7c0b44f Support CMOV for x86_64 Select by Mark Mendell · 9 years ago
  66. f6171e1 Merge "Re-enable some MIPS/MIPS64 run-tests" by Roland Levillain · 9 years ago
  67. 6fe28c0 Re-enable some MIPS/MIPS64 run-tests by Goran Jakovljevic · 9 years ago
  68. a211a02 Test 565-checker-doublenegbitwise applies to all architectures. by Alexandre Rames · 9 years ago
  69. 867d63b Merge "runtime: Don't skip verification for -Xverify:soft-fail" by Igor Murashkin · 9 years ago
  70. df707e4 runtime: Don't skip verification for -Xverify:soft-fail by Igor Murashkin · 9 years ago
  71. 3f1a8be Fixed bug on premature DCHECK. With fail-before/pass-after test by Aart Bik · 9 years ago
  72. e968112 Merge changes I44ee74d8,I78b17187 by Igor Murashkin · 9 years ago
  73. 071b933 Merge changes from topic 'reflection_1_8' by Igor Murashkin · 9 years ago
  74. 905cb88 Merge "Revert "Revert "Optimizing: double-negated bitwise operations simplifications""" by Roland Levillain · 9 years ago
  75. ca0e3a0 Revert "Revert "Optimizing: double-negated bitwise operations simplifications"" by Alexandre Rames · 9 years ago
  76. 7770a3e Assume fp operations can also take a constant on x86. by Nicolas Geoffray · 9 years ago
  77. e5c71f9 Handle HSelect in LSE. by Mingyao Yang · 9 years ago
  78. df187e4 Revert "Revert "reflection: Add new 1.8 AnnotatedElement methods and tests"" by Igor Murashkin · 9 years ago
  79. f1b4c41 runtime: Fix field resolution with access checks (runtest 073) by Igor Murashkin · 9 years ago
  80. 9f95ba7 interpreter: Fix proxy method invocation with access checks enabled. by Igor Murashkin · 9 years ago
  81. 85fdcda Merge "Optimizing: Re-enable checker tests disabled for multi-image." by Vladimir Marko · 9 years ago
  82. 88b29f3 Optimizing: Re-enable checker tests disabled for multi-image. by Vladimir Marko · 9 years ago
  83. c2dd176 Merge "Optimizing: Do not depend on sharpening in test 449." by Vladimir Marko · 9 years ago
  84. 17fb893 Optimizing: Do not depend on sharpening in test 449. by Vladimir Marko · 9 years ago
  85. 5b38b35 Merge "ART: Add test case for Select implementations" by David Brazdil · 9 years ago
  86. fb50270 ART: Add test case for Select implementations by David Brazdil · 9 years ago
  87. 0d11ffe Optimizing: Do not depend on sharpening in test 569. by Vladimir Marko · 9 years ago
  88. 1ed4449 ART: Fix test 117 after OatFileAssistant change by David Brazdil · 9 years ago
  89. 68b5c0b ART: Disallow uses of uninitialized references by David Brazdil · 9 years ago
  90. b4961db Regression test ensuring unresolved classes are not put in dex cache. by Jeff Hao · 9 years ago
  91. 5a55986 Fix issue with exception type resolution during linking. by Alex Light · 9 years ago
  92. ea3a007 Merge "Implementation of integer intrinsics on x86_64" by Aart Bik · 9 years ago
  93. 1c720b7 Merge "Optimizing compiler support for directly calling interface methods" by Alex Light · 9 years ago
  94. e38a328 Merge "Re-enable test 566-polymorphic-inlining." by Nicolas Geoffray · 9 years ago
  95. c26f128 Re-enable test 566-polymorphic-inlining. by Nicolas Geoffray · 9 years ago
  96. 560297f Re-enable test 496-checker-inlining-and-class-loader with CC. by Roland Levillain · 9 years ago
  97. 10cd5ee Merge "Revert "reflection: Add new 1.8 AnnotatedElement methods and tests"" by Nicolas Geoffray · 9 years ago
  98. 28a2a18 Revert "reflection: Add new 1.8 AnnotatedElement methods and tests" by Nicolas Geoffray · 9 years ago
  99. fedd91d Optimizing compiler support for directly calling interface methods by Alex Light · 9 years ago
  100. 1cdee57 Disable test for now. by Nicolas Geoffray · 9 years ago