1. d8126be Fix locations at environment uses. by Nicolas Geoffray · 10 years ago
  2. 1445dd3 Change "no-","no" test prefix to n by Mathieu Chartier · 10 years ago
  3. a3d90fb [optimizing] Use baseline when debuggable is set. by Nicolas Geoffray · 10 years ago
  4. faa375c Merge "Disable inlining in Optimizing when --debuggable is set." by Nicolas Geoffray · 10 years ago
  5. e50b8d2 Disable inlining in Optimizing when --debuggable is set. by Nicolas Geoffray · 10 years ago
  6. 915b9d0 Tweak liveness when instructions are used in environments. by Nicolas Geoffray · 10 years ago
  7. 234d69d Revert "Revert "[optimizing] Enable x86 long support."" by Nicolas Geoffray · 10 years ago
  8. 64d69ab Test uses libart.so, so can't be run NDEBUG. by Nicolas Geoffray · 10 years ago
  9. 48e702f Merge "Make the SSA builder honor the debuggable flag." by Nicolas Geoffray · 10 years ago
  10. e0fe7ae Make the SSA builder honor the debuggable flag. by Nicolas Geoffray · 10 years ago
  11. 43c162f Revert "Revert "More Makefile fun for --debuggable."" by Nicolas Geoffray · 10 years ago
  12. 9728a93 Revert "More Makefile fun for --debuggable." by Nicolas Geoffray · 10 years ago
  13. bd648cd More Makefile fun for --debuggable. by Nicolas Geoffray · 10 years ago
  14. d845fd0 Tests use libarttest.so, so does not work on ndebug. by Nicolas Geoffray · 10 years ago
  15. caa0a87 Fix bad variable expansion by Mathieu Chartier · 10 years ago
  16. e2a12c0 Change JIT tests to use interpreter image by Mathieu Chartier · 10 years ago
  17. 3fc1b12 Add missing JIT stuff in make files by Mathieu Chartier · 10 years ago
  18. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
  19. f548c54 Merge "Revert "Add JIT"" by Nicolas Geoffray · 10 years ago
  20. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
  21. 4fa1a27 Merge "Add JIT" by Mathieu Chartier · 10 years ago
  22. 2535abe Add JIT by Mathieu Chartier · 10 years ago
  23. 24e04aa ART: Allow the execution to stop if the compilation fails via an option by Jean Christophe Beyler · 10 years ago
  24. 9cb65bc ART: Blacklist run-test 802 for tracing by Andreas Gampe · 10 years ago
  25. 3ad5d5e ART: Fix old run scripts by Andreas Gampe · 10 years ago
  26. e4a91bb Force set resolved method for static invokes by Mathieu Chartier · 10 years ago
  27. aa8dd2f Fix makefile error. by Nicolas Geoffray · 10 years ago
  28. fe380a7 Mark test as failing for optimizing. by Nicolas Geoffray · 10 years ago
  29. 4846d13 ART: Invoke Checker from run-test scripts by David Brazdil · 10 years ago
  30. 8c9200a Disable test for NDEBUG, it uses libarttest.so. by Nicolas Geoffray · 10 years ago
  31. 3a91309 ART: Hprof cleanup by Andreas Gampe · 10 years ago
  32. bdeb9b7 Re-enable ParallelGC test for gcstress mode by Mathieu Chartier · 10 years ago
  33. 50c138f Fix signal test to work with gcstress by Mathieu Chartier · 10 years ago
  34. 02d81cc Opt Compiler: ARM64: Add support for rem-float, rem-double and volatile. by Serban Constantinescu · 10 years ago
  35. 3e69f16 Opt compiler: Add arm64 support for register allocation. by Alexandre Rames · 10 years ago
  36. 550b748 Test now fails on amr64/optimizing after float rem changes. by Nicolas Geoffray · 10 years ago
  37. d2ec87d [optimizing compiler] Add REM_FLOAT and REM_DOUBLE by Calin Juravle · 10 years ago
  38. 5d672a6 Build core.oat without flags. by Nicolas Geoffray · 10 years ago
  39. c9338b9 Explicitly give compiler options to test scripts by Nicolas Geoffray · 10 years ago
  40. 02164b3 Opt Compiler: Arm64: Add support for more IRs plus various fixes. by Serban Constantinescu · 10 years ago
  41. ddb7df2 [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE} by Calin Juravle · 10 years ago
  42. 91debbc Revert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" by Calin Juravle · 10 years ago
  43. fd86124 [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE} by Calin Juravle · 10 years ago
  44. 799f506 Revert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" by Nicolas Geoffray · 10 years ago
  45. cea28ec [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE} by Calin Juravle · 10 years ago
  46. 8829bec Fix the list of arm64 broken optimizing tests. by Calin Juravle · 10 years ago
  47. bdfbf86 Merge "Revert "Revert "Revert "Unfortunately, the test still hits too many run failures."""" by Ian Rogers · 10 years ago
  48. 46ae618 Revert "Revert "Revert "Unfortunately, the test still hits too many run failures.""" by Ian Rogers · 10 years ago
  49. 99891d6 Update arm64/optimizing expectations. by Nicolas Geoffray · 10 years ago
  50. 5680ba9 Fix typo. by Nicolas Geoffray · 10 years ago
  51. 67555f7 Opt compiler: Add support for more IRs on arm64. by Alexandre Rames · 10 years ago
  52. 7bfb3f8 Merge "Revert "Revert "Unfortunately, the test still hits too many run failures.""" by Nicolas Geoffray · 10 years ago
  53. 3cfb0d3 Revert "Revert "Unfortunately, the test still hits too many run failures."" by Nicolas Geoffray · 10 years ago
  54. bacfec3 [optimizing compiler] Add REM_INT, REM_LONG by Calin Juravle · 10 years ago
  55. 346bcbd Merge "Revert "Unfortunately, the test still hits too many run failures."" by Ian Rogers · 10 years ago
  56. f8069a2 Revert "Unfortunately, the test still hits too many run failures." by Ian Rogers · 10 years ago
  57. 0660157 Merge "[optimizing compiler] Add 014-math3 to the list of arm64 broken tests" by Calin Juravle · 10 years ago
  58. fcdae6e [optimizing compiler] Add 014-math3 to the list of arm64 broken tests by Calin Juravle · 10 years ago
  59. 172808c Merge "Use correct register class for refs" by Vladimir Marko · 10 years ago
  60. 002aaa1 And another failing test on optimizing/armv8. by Nicolas Geoffray · 10 years ago
  61. 05b6570 Unfortunately, the test still hits too many run failures. by Nicolas Geoffray · 10 years ago
  62. 2750354 Use correct register class for refs by Serguei Katkov · 10 years ago
  63. 4ad5cd3 Modify the behavior of thread suspend shootouts. by Ian Rogers · 10 years ago
  64. 70e59ad Mark test as failing for optimizing/armv8. by Nicolas Geoffray · 10 years ago
  65. 36cc29b More armv8/optimizing test failures. by Nicolas Geoffray · 10 years ago
  66. 2a52b33 Update list of armv8/optimizing failing tests. by Nicolas Geoffray · 10 years ago
  67. 57a88d4 Implement checkcast for optimizing. by Nicolas Geoffray · 10 years ago
  68. 29b5535 Revert "Use correct register class for refs" by Vladimir Marko · 10 years ago
  69. 5c25554 Use correct register class for refs by Serguei Katkov · 10 years ago
  70. 96d9c0d Failing test on armv8/optimizing after interface support. by Nicolas Geoffray · 10 years ago
  71. 9806199 Merge "Support invoke-interface in optimizing." by Nicolas Geoffray · 10 years ago
  72. 52839d1 Support invoke-interface in optimizing. by Nicolas Geoffray · 10 years ago
  73. 6f5c41f Implement instanceof in optimizing. by Nicolas Geoffray · 10 years ago
  74. 64dea7e The test now uses libarttest.so, so fails in ndebug mode. by Nicolas Geoffray · 10 years ago
  75. 0deac2f 421-large-frame fails on optimizing/arm64. by Nicolas Geoffray · 10 years ago
  76. de58ab2 Implement try/catch/throw in optimizing. by Nicolas Geoffray · 10 years ago
  77. ed9b195 Fix ART build issues. by Roland Levillain · 10 years ago
  78. 508368c Merge "Support int-to-long conversions in the optimizing compiler." by Roland Levillain · 10 years ago
  79. 6fb4ef5 Fix typo in test name. by Nicolas Geoffray · 10 years ago
  80. db3dae9 Mark 703-floating-point-div as failing on optimizing/arm64. by Nicolas Geoffray · 10 years ago
  81. dff1f28 Support int-to-long conversions in the optimizing compiler. by Roland Levillain · 10 years ago
  82. 03e68d5 New failure on optimizing/arm64 after CONST_CLASS support. by Nicolas Geoffray · 10 years ago
  83. 424f676 Implement CONST_CLASS in optimizing compiler. by Nicolas Geoffray · 10 years ago
  84. 4b420e7 miranda multidex test fails on optimizing/arm64. by Nicolas Geoffray · 10 years ago
  85. 53c42b6 More armv8 failures now that optimizing supports CONST_STRING. by Nicolas Geoffray · 10 years ago
  86. b5f62b3 Support for CONST_STRING in optimizing compiler. by Nicolas Geoffray · 10 years ago
  87. 020ac03 419 fails on optimizing/arm64. by Nicolas Geoffray · 10 years ago
  88. 32607a1 Update list of failing tests for arm64/optimizing. by Nicolas Geoffray · 10 years ago
  89. bf03e84 ART: Fix no-image run-test dependency by Andreas Gampe · 10 years ago
  90. 19324d0 Merge "Provide an option to run run-tests with a local dalvikvm." by Nicolas Geoffray · 10 years ago
  91. c8f23fc Provide an option to run run-tests with a local dalvikvm. by Nicolas Geoffray · 10 years ago
  92. 19a19cf Add support for static fields in optimizing compiler. by Nicolas Geoffray · 10 years ago
  93. c23c9c9 ART: PIC testing by Andreas Gampe · 10 years ago
  94. 63fc30e ART: Create and use multiple core images by Andreas Gampe · 10 years ago
  95. 7c4954d [optimizing compiler] Add division for floats and doubles by Calin Juravle · 10 years ago
  96. 41bb331 Add more environment variable to control test granularity. by Nicolas Geoffray · 10 years ago
  97. 66ce173 Implement long negate instruction in the optimizing compiler. by Roland Levillain · 10 years ago
  98. 096cc02 [optimizing compiler] Handle SUB_FLOAT/DOUBLE nodes by Calin Juravle · 10 years ago
  99. 5319def ART: optimizing compiler: initial support for ARM64. by Alexandre Rames · 10 years ago
  100. 98c1711 Merge "Fix make file comment" by Calin Juravle · 10 years ago