summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Re-enable ParallelGC test for gcstress modeMathieu Chartier2015-01-071-2/+1
* Fix signal test to work with gcstressMathieu Chartier2015-01-072-3/+1
* ART: Fix divide-by-zero for ARMAndreas Gampe2015-01-063-0/+31
* Opt Compiler: ARM64: Add support for rem-float, rem-double and volatile.Serban Constantinescu2015-01-055-22/+183
* ART: Fix verification of constructors.Stephen Kyle2014-12-224-0/+22
* Merge "ART: Swap-space in the compiler"Andreas Gampe2014-12-221-0/+4
|\
| * ART: Swap-space in the compilerAndreas Gampe2014-12-221-0/+4
* | Clean up dead loops before suspend check elimination.Vladimir Marko2014-12-193-0/+31
|/
* When inlining, also look whether we can allocate registers.Nicolas Geoffray2014-12-181-0/+17
* Inlining support in optimizing.Nicolas Geoffray2014-12-153-0/+87
* Add regression test for deadlock caused by Thread.getAllStackTracesMathieu Chartier2014-12-123-0/+55
* ARM: Combine multiply accumulate operations.Ningsheng Jian2014-12-113-0/+173
* Merge "ART: Extend run-test 015"Andreas Gampe2014-12-112-0/+447
|\
| * ART: Extend run-test 015Andreas Gampe2014-12-102-0/+447
* | Opt compiler: Add arm64 support for register allocation.Alexandre Rames2014-12-101-27/+3
* | Fix verifier bug caused by confusing ArtMethod::IsDirect vs ArtMethod::IsStat...Brian Carlstrom2014-12-093-0/+43
* | Test now fails on amr64/optimizing after float rem changes.Nicolas Geoffray2014-12-091-0/+1
* | Merge "Quick: Redefine the notion of back-egdes."Vladimir Marko2014-12-092-4/+42
|\ \
| * | Quick: Redefine the notion of back-egdes.Vladimir Marko2014-12-092-4/+42
* | | Explicitly mask constants in shift operations.Nicolas Geoffray2014-12-093-0/+43
* | | Merge "Re-factor Quick ABI support"Vladimir Marko2014-12-083-0/+31
|\ \ \
| * | | Re-factor Quick ABI supportSerguei Katkov2014-12-083-0/+31
| |/ /
* | / [optimizing compiler] Add REM_FLOAT and REM_DOUBLECalin Juravle2014-12-085-52/+205
| |/ |/|
* | Add support for double-to-int & double-to-long in optimizing.Roland Levillain2014-12-051-3/+67
* | Build core.oat without flags.Nicolas Geoffray2014-12-041-0/+8
* | Add support for float-to-double & double-to-float in optimizing.Roland Levillain2014-12-041-26/+102
* | Merge "Add support for float-to-long in the optimizing compiler."Roland Levillain2014-12-041-0/+32
|\ \
| * | Add support for float-to-long in the optimizing compiler.Roland Levillain2014-12-041-0/+32
* | | Merge "Don't re-use arttest when calling loadLibrary."Nicolas Geoffray2014-12-031-10/+10
|\ \ \ | |/ / |/| |
| * | Don't re-use arttest when calling loadLibrary.Nicolas Geoffray2014-12-031-10/+10
* | | Merge "Add support for float-to-int in the optimizing compiler."Roland Levillain2014-12-031-0/+32
|\ \ \ | |/ / |/| |
| * | Add support for float-to-int in the optimizing compiler.Roland Levillain2014-12-031-0/+32
* | | Merge "Fix a compiler bug related to a catch-less try-finally statement."Roland Levillain2014-12-033-0/+70
|\| |
| * | Fix a compiler bug related to a catch-less try-finally statement.Roland Levillain2014-12-033-0/+70
* | | Explicitly give compiler options to test scriptsNicolas Geoffray2014-12-032-0/+5
* | | Merge "Fix new-instance node."Calin Juravle2014-12-037-0/+168
|\ \ \
| * | | Fix new-instance node.Calin Juravle2014-12-027-0/+168
| |/ /
* / / Add a way to pass GDB commandsMathieu Chartier2014-12-022-2/+12
|/ /
* | Merge "Fix OOM throwing if it happens in finalizer reference (take 2)"Nicolas Geoffray2014-12-023-0/+72
|\ \
| * | Fix OOM throwing if it happens in finalizer reference (take 2)Pavel Vyssotski2014-12-023-0/+72
* | | Merge "[optimizing compiler] Fix invoke-direct"Calin Juravle2014-12-025-0/+95
|\ \ \ | |/ / |/| |
| * | [optimizing compiler] Fix invoke-directCalin Juravle2014-12-025-0/+95
* | | Add a branch to ensure the test is compiled.Nicolas Geoffray2014-12-021-1/+6
| |/ |/|
* | Merge "Opt Compiler: Arm64: Add support for more IRs plus various fixes."Nicolas Geoffray2014-12-011-11/+0
|\ \
| * | Opt Compiler: Arm64: Add support for more IRs plus various fixes.Serban Constantinescu2014-11-281-11/+0
| |/
* / Don't use CanHoldArm in the code generator.Nicolas Geoffray2014-11-283-0/+32
|/
* Merge "Fix a bug in GVN."Nicolas Geoffray2014-11-283-0/+42
|\
| * Fix a bug in GVN.Nicolas Geoffray2014-11-283-0/+42
* | Add support for long-to-float in the optimizing compiler.Roland Levillain2014-11-271-0/+26
* | Merge "Fix neg-float & neg-double for null values in opt. compiler."Roland Levillain2014-11-271-2/+16
|\ \