summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
* | [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
* | | Reduce the number of explicit clinit checks for static invokes.Roland Levillain2015-04-242-0/+78
* | | Merge "Ensure inlined static calls perform clinit checks in Optimizing."Roland Levillain2015-04-246-0/+259
|\ \ \
| * | | Ensure inlined static calls perform clinit checks in Optimizing.Roland Levillain2015-04-246-0/+259
* | | | Merge "Minor improvements to 458-checker-instruction-simplification."Roland Levillain2015-04-241-0/+15
|\ \ \ \
| * | | | Minor improvements to 458-checker-instruction-simplification.Alexandre Rames2015-04-201-0/+15
* | | | | Merge "ART: Dead block removal"David Brazdil2015-04-243-0/+148
|\ \ \ \ \
| * | | | | ART: Dead block removalDavid Brazdil2015-04-243-0/+148
* | | | | | Make tests assume ANDROID_ROOT is not /system.Nicolas Geoffray2015-04-241-0/+1
|/ / / / /
* | | | | Merge "Fix reflection handling and test flakiness"Mathieu Chartier2015-04-244-3/+56
|\ \ \ \ \
| * | | | | Fix reflection handling and test flakinessMathieu Chartier2015-04-234-3/+56