- 4437219 ART: Blacklist CFI test for Heap Poisoning by Andreas Gampe · 9 years ago
- aab9f73 ART: Blacklist CFI test for JIT by Andreas Gampe · 9 years ago
- e1bbed2 ART: Blacklist CFI test for non-compiled run-tests by Andreas Gampe · 9 years ago
- 7381010 ART: CFI Test by Andreas Gampe · 10 years ago
- 983f1b2 Re-enable 098-ddmc for the read barrier config. by Hiroshi Yamauchi · 10 years ago
- 6727a48 Merge "Skip compilation when falling-through out of method code." by Calin Juravle · 10 years ago
- 1d85823 Temporarily suppress 098-ddmc for the read barrier config. by Hiroshi Yamauchi · 10 years ago
- 702d260 Skip compilation when falling-through out of method code. by Calin Juravle · 10 years ago
- 5c8bb7e Bugs have been fixed, so run the tests. by Nicolas Geoffray · 10 years ago
- 2bee20b Quick: Fix crash on fall-through out of method code. by Calin Juravle · 10 years ago
- 94329d3 ART: Duplicate-classes cleanup by Andreas Gampe · 10 years ago
- 6e655af Merge "ART: Check for duplicate classes when loading oat files" by Andreas Gampe · 10 years ago
- b9aec2c ART: Check for duplicate classes when loading oat files by Andreas Gampe · 10 years ago
- 0a025d2 Skip known broken tests for ARM back ends on ARM as second arch. by Roland Levillain · 10 years ago
- 232ade0 Revert "Revert "Optimizing: Fix long-to-fp conversion on x86."" by Roland Levillain · 10 years ago
- d8126be Fix locations at environment uses. by Nicolas Geoffray · 10 years ago
- 1445dd3 Change "no-","no" test prefix to n by Mathieu Chartier · 10 years ago
- a3d90fb [optimizing] Use baseline when debuggable is set. by Nicolas Geoffray · 10 years ago
- faa375c Merge "Disable inlining in Optimizing when --debuggable is set." by Nicolas Geoffray · 10 years ago
- e50b8d2 Disable inlining in Optimizing when --debuggable is set. by Nicolas Geoffray · 10 years ago
- 915b9d0 Tweak liveness when instructions are used in environments. by Nicolas Geoffray · 10 years ago
- 234d69d Revert "Revert "[optimizing] Enable x86 long support."" by Nicolas Geoffray · 10 years ago
- 64d69ab Test uses libart.so, so can't be run NDEBUG. by Nicolas Geoffray · 10 years ago
- 48e702f Merge "Make the SSA builder honor the debuggable flag." by Nicolas Geoffray · 10 years ago
- e0fe7ae Make the SSA builder honor the debuggable flag. by Nicolas Geoffray · 10 years ago
- 43c162f Revert "Revert "More Makefile fun for --debuggable."" by Nicolas Geoffray · 10 years ago
- 9728a93 Revert "More Makefile fun for --debuggable." by Nicolas Geoffray · 10 years ago
- bd648cd More Makefile fun for --debuggable. by Nicolas Geoffray · 10 years ago
- d845fd0 Tests use libarttest.so, so does not work on ndebug. by Nicolas Geoffray · 10 years ago
- caa0a87 Fix bad variable expansion by Mathieu Chartier · 10 years ago
- e2a12c0 Change JIT tests to use interpreter image by Mathieu Chartier · 10 years ago
- 3fc1b12 Add missing JIT stuff in make files by Mathieu Chartier · 10 years ago
- e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
- f548c54 Merge "Revert "Add JIT"" by Nicolas Geoffray · 10 years ago
- a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
- 4fa1a27 Merge "Add JIT" by Mathieu Chartier · 10 years ago
- 2535abe Add JIT by Mathieu Chartier · 10 years ago
- 24e04aa ART: Allow the execution to stop if the compilation fails via an option by Jean Christophe Beyler · 10 years ago
- 9cb65bc ART: Blacklist run-test 802 for tracing by Andreas Gampe · 10 years ago
- 3ad5d5e ART: Fix old run scripts by Andreas Gampe · 10 years ago
- e4a91bb Force set resolved method for static invokes by Mathieu Chartier · 10 years ago
- aa8dd2f Fix makefile error. by Nicolas Geoffray · 10 years ago
- fe380a7 Mark test as failing for optimizing. by Nicolas Geoffray · 10 years ago
- 4846d13 ART: Invoke Checker from run-test scripts by David Brazdil · 10 years ago
- 8c9200a Disable test for NDEBUG, it uses libarttest.so. by Nicolas Geoffray · 10 years ago
- 3a91309 ART: Hprof cleanup by Andreas Gampe · 10 years ago
- bdeb9b7 Re-enable ParallelGC test for gcstress mode by Mathieu Chartier · 10 years ago
- 50c138f Fix signal test to work with gcstress by Mathieu Chartier · 10 years ago
- 02d81cc Opt Compiler: ARM64: Add support for rem-float, rem-double and volatile. by Serban Constantinescu · 10 years ago
- 3e69f16 Opt compiler: Add arm64 support for register allocation. by Alexandre Rames · 10 years ago
- 550b748 Test now fails on amr64/optimizing after float rem changes. by Nicolas Geoffray · 10 years ago
- d2ec87d [optimizing compiler] Add REM_FLOAT and REM_DOUBLE by Calin Juravle · 10 years ago
- 5d672a6 Build core.oat without flags. by Nicolas Geoffray · 10 years ago
- c9338b9 Explicitly give compiler options to test scripts by Nicolas Geoffray · 10 years ago
- 02164b3 Opt Compiler: Arm64: Add support for more IRs plus various fixes. by Serban Constantinescu · 10 years ago
- ddb7df2 [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE} by Calin Juravle · 10 years ago
- 91debbc Revert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" by Calin Juravle · 10 years ago
- fd86124 [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE} by Calin Juravle · 10 years ago
- 799f506 Revert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" by Nicolas Geoffray · 10 years ago
- cea28ec [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE} by Calin Juravle · 10 years ago
- 8829bec Fix the list of arm64 broken optimizing tests. by Calin Juravle · 10 years ago
- bdfbf86 Merge "Revert "Revert "Revert "Unfortunately, the test still hits too many run failures."""" by Ian Rogers · 10 years ago
- 46ae618 Revert "Revert "Revert "Unfortunately, the test still hits too many run failures.""" by Ian Rogers · 10 years ago
- 99891d6 Update arm64/optimizing expectations. by Nicolas Geoffray · 10 years ago
- 5680ba9 Fix typo. by Nicolas Geoffray · 10 years ago
- 67555f7 Opt compiler: Add support for more IRs on arm64. by Alexandre Rames · 10 years ago
- 7bfb3f8 Merge "Revert "Revert "Unfortunately, the test still hits too many run failures.""" by Nicolas Geoffray · 10 years ago
- 3cfb0d3 Revert "Revert "Unfortunately, the test still hits too many run failures."" by Nicolas Geoffray · 10 years ago
- bacfec3 [optimizing compiler] Add REM_INT, REM_LONG by Calin Juravle · 10 years ago
- 346bcbd Merge "Revert "Unfortunately, the test still hits too many run failures."" by Ian Rogers · 10 years ago
- f8069a2 Revert "Unfortunately, the test still hits too many run failures." by Ian Rogers · 10 years ago
- 0660157 Merge "[optimizing compiler] Add 014-math3 to the list of arm64 broken tests" by Calin Juravle · 10 years ago
- fcdae6e [optimizing compiler] Add 014-math3 to the list of arm64 broken tests by Calin Juravle · 10 years ago
- 172808c Merge "Use correct register class for refs" by Vladimir Marko · 10 years ago
- 002aaa1 And another failing test on optimizing/armv8. by Nicolas Geoffray · 10 years ago
- 05b6570 Unfortunately, the test still hits too many run failures. by Nicolas Geoffray · 10 years ago
- 2750354 Use correct register class for refs by Serguei Katkov · 10 years ago
- 4ad5cd3 Modify the behavior of thread suspend shootouts. by Ian Rogers · 10 years ago
- 70e59ad Mark test as failing for optimizing/armv8. by Nicolas Geoffray · 10 years ago
- 36cc29b More armv8/optimizing test failures. by Nicolas Geoffray · 10 years ago
- 2a52b33 Update list of armv8/optimizing failing tests. by Nicolas Geoffray · 10 years ago
- 57a88d4 Implement checkcast for optimizing. by Nicolas Geoffray · 10 years ago
- 29b5535 Revert "Use correct register class for refs" by Vladimir Marko · 10 years ago
- 5c25554 Use correct register class for refs by Serguei Katkov · 10 years ago
- 96d9c0d Failing test on armv8/optimizing after interface support. by Nicolas Geoffray · 10 years ago
- 9806199 Merge "Support invoke-interface in optimizing." by Nicolas Geoffray · 10 years ago
- 52839d1 Support invoke-interface in optimizing. by Nicolas Geoffray · 10 years ago
- 6f5c41f Implement instanceof in optimizing. by Nicolas Geoffray · 10 years ago
- 64dea7e The test now uses libarttest.so, so fails in ndebug mode. by Nicolas Geoffray · 10 years ago
- 0deac2f 421-large-frame fails on optimizing/arm64. by Nicolas Geoffray · 10 years ago
- de58ab2 Implement try/catch/throw in optimizing. by Nicolas Geoffray · 10 years ago
- ed9b195 Fix ART build issues. by Roland Levillain · 10 years ago
- 508368c Merge "Support int-to-long conversions in the optimizing compiler." by Roland Levillain · 10 years ago
- 6fb4ef5 Fix typo in test name. by Nicolas Geoffray · 10 years ago
- db3dae9 Mark 703-floating-point-div as failing on optimizing/arm64. by Nicolas Geoffray · 10 years ago
- dff1f28 Support int-to-long conversions in the optimizing compiler. by Roland Levillain · 10 years ago
- 03e68d5 New failure on optimizing/arm64 after CONST_CLASS support. by Nicolas Geoffray · 10 years ago
- 424f676 Implement CONST_CLASS in optimizing compiler. by Nicolas Geoffray · 10 years ago
- 4b420e7 miranda multidex test fails on optimizing/arm64. by Nicolas Geoffray · 10 years ago
- 53c42b6 More armv8 failures now that optimizing supports CONST_STRING. by Nicolas Geoffray · 10 years ago