summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge "Disable inlining in Optimizing when --debuggable is set."Nicolas Geoffray2015-03-131-0/+14
|\
| * Disable inlining in Optimizing when --debuggable is set.Nicolas Geoffray2015-03-131-0/+14
* | Merge "art/test/100-reflect2: change incorrect expectations."Sergio Giro2015-03-131-1/+1
|\ \
| * | art/test/100-reflect2: change incorrect expectations.Sergio Giro2015-03-111-1/+1
* | | Merge "Tweak liveness when instructions are used in environments."Nicolas Geoffray2015-03-136-1/+157
|\ \ \
| * | | Tweak liveness when instructions are used in environments.Nicolas Geoffray2015-03-126-1/+157
| | |/ | |/|
* | | Merge "Improve 080-oom-throw-with-finalizer."Hiroshi Yamauchi2015-03-121-0/+9
|\ \ \
| * | | Improve 080-oom-throw-with-finalizer.Hiroshi Yamauchi2015-03-121-0/+9
| |/ /
* | | Merge "Opt compiler: Basic simplification for arithmetic operations."Roland Levillain2015-03-124-28/+503
|\ \ \ | |/ / |/| |
| * | Opt compiler: Basic simplification for arithmetic operations.Alexandre Rames2015-03-114-28/+503
* | | Give an expected type to phis created for multiple returns.Nicolas Geoffray2015-03-124-0/+74
* | | Merge "Properly compile multidex for tests when using Jack."Richard Uhler2015-03-111-0/+3
|\ \ \
| * | | Properly compile multidex for tests when using Jack.Richard Uhler2015-03-111-0/+3
| |/ /
* | | Merge "Fix incompatible class change error for JIT stress mode"Mathieu Chartier2015-03-113-0/+58
|\ \ \
| * | | Fix incompatible class change error for JIT stress modeMathieu Chartier2015-03-113-0/+58
| |/ /
* | | Fix a bug in the SSA builder.Nicolas Geoffray2015-03-114-0/+72
|/ /
* | Revert "Revert "[optimizing] Enable x86 long support.""Nicolas Geoffray2015-03-114-14/+50
* | Test uses libart.so, so can't be run NDEBUG.Nicolas Geoffray2015-03-101-0/+1
* | Merge "ART: Relax test 703"Andreas Gampe2015-03-101-4/+10
|\ \
| * | ART: Relax test 703Andreas Gampe2015-03-101-4/+10
* | | Merge "Make the SSA builder honor the debuggable flag."Nicolas Geoffray2015-03-107-2/+294
|\ \ \
| * | | Make the SSA builder honor the debuggable flag.Nicolas Geoffray2015-03-107-2/+294
* | | | Create OatFileAssistant class for assisting with oat files.Richard Uhler2015-03-093-0/+44
| |/ / |/| |
* | | Merge "Fix run-test with JIT enabled"Sebastien Hertz2015-03-091-1/+1
|\ \ \
| * | | Fix run-test with JIT enabledSebastien Hertz2015-03-091-1/+1
| |/ /
* | | Revert "Revert "More Makefile fun for --debuggable.""Nicolas Geoffray2015-03-092-39/+71
* | | Revert "More Makefile fun for --debuggable."Nicolas Geoffray2015-03-092-63/+32
|/ /
* | More Makefile fun for --debuggable.Nicolas Geoffray2015-03-062-32/+63
|/
* Merge "Follow up 137982"Sebastien Hertz2015-03-061-2/+3
|\
| * Follow up 137982Sebastien Hertz2015-03-051-2/+3
* | [optimizing] Use callee-save registers for x86Mark Mendell2015-03-053-0/+36
|/
* Update run-test 031-class-attributesSebastien Hertz2015-03-042-4/+15
* Opt compiler: enhance gvn for commutative ops.Mingyao Yang2015-03-033-0/+43
* Merge "bce: add support to narrow two MonotonicValueRange's at the same time."Mingyao Yang2015-03-031-1/+12
|\
| * bce: add support to narrow two MonotonicValueRange's at the same time.Mingyao Yang2015-02-241-1/+12
* | Tests use libarttest.so, so does not work on ndebug.Nicolas Geoffray2015-03-031-0/+2
* | Stack support for Optimizing compilerSebastien Hertz2015-03-0310-2/+349
* | bce: handle a pattern for circular bufferMingyao Yang2015-03-021-0/+23
* | Fix bad variable expansionMathieu Chartier2015-03-021-6/+6
* | Merge "Change JIT tests to use interpreter image"Mathieu Chartier2015-02-272-7/+13
|\ \
| * | Change JIT tests to use interpreter imageMathieu Chartier2015-02-272-7/+13
* | | Merge "Handle another untyped dex CONST issue"buzbee2015-02-274-0/+84
|\ \ \ | |/ / |/| |
| * | Handle another untyped dex CONST issuebuzbee2015-02-224-0/+84
* | | Fix jit testsMathieu Chartier2015-02-271-0/+1
* | | Add missing JIT stuff in make filesMathieu Chartier2015-02-261-2/+2
* | | Merge "Revert "Revert "Add JIT"""Mathieu Chartier2015-02-254-2/+31
|\ \ \
| * | | Revert "Revert "Add JIT""Mathieu Chartier2015-02-244-2/+31
| | |/ | |/|
* | | ART: Add -WunusedAndreas Gampe2015-02-241-0/+2
|/ /
* | Merge "not-int can also take non-int (byte and short) instructions."Nicolas Geoffray2015-02-244-0/+57
|\ \
| * | not-int can also take non-int (byte and short) instructions.Nicolas Geoffray2015-02-244-0/+57