summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Intercept JNI invocation of String.<init> methods.Jeff Hao2015-05-202-13/+86
* Test and fix bug checking status of secondary multidex files.Richard Uhler2015-05-185-0/+55
* Also print class for NoSuchFieldExceptionMathieu Chartier2015-05-131-1/+15
* ART: Rediscover loops after deleting blocks in DCEDavid Brazdil2015-05-134-0/+304
* ART: arm indexOf intrinsics for the optimizing compilerAndreas Gampe2015-05-121-0/+3
* Add test for String init called from unresolvable class.Jeff Hao2015-05-123-0/+13
* Merge "ART: x86 indexOf intrinsics for the optimizing compiler"Andreas Gampe2015-05-111-0/+71
|\
| * ART: x86 indexOf intrinsics for the optimizing compilerAndreas Gampe2015-05-111-0/+71
* | Merge "Add a flag to StackVisitor for inlining."Nicolas Geoffray2015-05-115-5/+10
|\ \
| * | Add a flag to StackVisitor for inlining.Nicolas Geoffray2015-05-115-5/+10
| |/
* / [optimizing] Improve 32 bit long shift by 1.Mark Mendell2015-05-112-2/+48
|/
* Merge "Skip compilation when falling-through out of method code."Calin Juravle2015-05-081-1/+0
|\
| * Skip compilation when falling-through out of method code.Calin Juravle2015-05-011-1/+0
* | ART: Refactor 082-inline-executeAndreas Gampe2015-05-071-12/+28
* | Support multiple instrumentation clientsSebastien Hertz2015-05-071-0/+22
* | Temporarily suppress 098-ddmc for the read barrier config.Hiroshi Yamauchi2015-05-051-0/+11
* | Find better split positions in the register allocator.Nicolas Geoffray2015-05-053-0/+142
* | Update the remaining input index of phis after deleting an input.Nicolas Geoffray2015-05-013-0/+61
|/
* Merge "Revert "GVN final fields even with side effects.""Nicolas Geoffray2015-04-303-63/+0
|\
| * Revert "GVN final fields even with side effects."Nicolas Geoffray2015-04-303-63/+0
* | Merge "GVN final fields even with side effects."Nicolas Geoffray2015-04-303-0/+63
|\|
| * GVN final fields even with side effects.Nicolas Geoffray2015-04-303-0/+63
* | ART: Allow oat files with duplicates classes in corner caseAndreas Gampe2015-04-291-31/+0
* | Merge "Add synthesize uses at back edge."Nicolas Geoffray2015-04-293-0/+133
|\ \
| * | Add synthesize uses at back edge.Nicolas Geoffray2015-04-293-0/+133
* | | ART: Fix loop information after dead code eliminationDavid Brazdil2015-04-291-1/+48
| |/ |/|
* | Bugs have been fixed, so run the tests.Nicolas Geoffray2015-04-291-2/+0
* | Merge "Change ddmc run-test to make new objects instead of strings."Jeff Hao2015-04-281-1/+1
|\ \
| * | Change ddmc run-test to make new objects instead of strings.Jeff Hao2015-04-281-1/+1
* | | Merge "Quick: Fix crash on fall-through out of method code."Vladimir Marko2015-04-285-0/+90
|\ \ \ | |/ / |/| |
| * | Quick: Fix crash on fall-through out of method code.Calin Juravle2015-04-285-0/+90
* | | Fix constructor access check through reflectionSebastien Hertz2015-04-281-2/+15
|/ /
* | Merge "Revert "Revert "[optimizing] Replace FP divide by power of 2"""Nicolas Geoffray2015-04-281-1/+90
|\ \
| * | Revert "Revert "[optimizing] Replace FP divide by power of 2""Nicolas Geoffray2015-04-271-1/+90
| |/
* | Merge "ART: Fix constructor access checking"Andreas Gampe2015-04-282-0/+38
|\ \
| * | ART: Fix constructor access checkingAndreas Gampe2015-04-272-0/+38
| |/
* / Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-279-9/+60
|/
* ART: Simplify Ifs with BooleanNot conditionDavid Brazdil2015-04-272-1/+43
* ART: Fix removing a Phi with RemoveInstructionDavid Brazdil2015-04-273-0/+53
* BCE: don't add deoptimization if the loop has early exit.Mingyao Yang2015-04-261-0/+31
* Merge "Deoptimization-based BCE for unknown loop bounds."Mingyao Yang2015-04-262-2/+348
|\
| * Deoptimization-based BCE for unknown loop bounds.Mingyao Yang2015-04-262-2/+348
* | Merge "Revert "[optimizing] Replace FP divide by power of 2""Nicolas Geoffray2015-04-261-51/+1
|\ \
| * | Revert "[optimizing] Replace FP divide by power of 2"Nicolas Geoffray2015-04-261-51/+1
* | | Merge "[optimizing] Replace FP divide by power of 2"Nicolas Geoffray2015-04-261-1/+51
|\| |
| * | [optimizing] Replace FP divide by power of 2Mark Mendell2015-04-201-1/+51
* | | ART: Test for GVN skippingAndreas Gampe2015-04-252-0/+27
* | | ART: Duplicate-classes cleanupAndreas Gampe2015-04-241-0/+6
* | | Merge "ART: Check for duplicate classes when loading oat files"Andreas Gampe2015-04-2518-2/+787
|\ \ \ | |_|/ |/| |
| * | ART: Check for duplicate classes when loading oat filesAndreas Gampe2015-04-2418-2/+787