summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix in reference type propagationCalin Juravle2015-10-163-0/+49
* ART: Add missing GetInterfaceMethodIfProxyAndreas Gampe2015-10-125-0/+97
* ART: Relax verifier aput checkingAndreas Gampe2015-08-143-0/+29
* ART: Change UninitializedThis tracking in the verifierAndreas Gampe2015-08-123-0/+36
* ART: Change UnresolvedMergedType mergeAndreas Gampe2015-08-101-0/+4
* ART: Change UnresolvedMergedType internal representationAndreas Gampe2015-08-104-0/+307
* Fix a bug in the register allocator around pair allocation.Nicolas Geoffray2015-08-083-0/+47
* ART: Fix the simplifier for add/subSerguei Katkov2015-08-063-0/+14
* HDeoptimize should hold values live in env.Mingyao Yang2015-07-282-0/+24
* Bugfix: Java char is 16 bits, can not be treated as boolean.Fredrik Roubert2015-07-274-6/+6
* ART: Fix Quick/Optimizing suspend check assumption mismatch.Vladimir Marko2015-07-231-0/+17
* Merge "ART: Boolean simplifier fix" into mnc-devNicolas Geoffray2015-07-174-3/+39
|\
| * ART: Boolean simplifier fixSerguei Katkov2015-07-164-3/+39
* | ART: DCE should know that array-length can throw NPESerguei Katkov2015-07-163-0/+35
|/
* Re-enable run-test 449-checker-bce on MIPS64.Roland Levillain2015-07-131-14/+0
* Fix proxy handling in FindDeclaredVirtualMethodMathieu Chartier2015-07-112-0/+32
* ART: Change merges with Undefined to UndefinedAndreas Gampe2015-07-094-0/+48
* ART: Fix testAndreas Gampe2015-07-091-0/+3
* Support compiling run-tests with jackSebastien Hertz2015-07-0925-109/+475
* ART: Allow to set and copy conflicts in the verifierAndreas Gampe2015-07-083-0/+38
* Merge "ART: Release inputs in Long.reverse intrinsic in x86" into mnc-devAndreas Gampe2015-07-081-0/+39
|\
| * ART: Release inputs in Long.reverse intrinsic in x86Andreas Gampe2015-07-081-0/+39
* | ART: Fix opsize in LoadArgDirectAndreas Gampe2015-07-073-0/+10
|/
* Add implicit null pointer and stack overflow checks for Mips.Douglas Leung2015-07-031-17/+0
* Do not create a HBoundType when the instruction is non-null.Nicolas Geoffray2015-07-021-0/+15
* Merge "Do not replace a live phi with a dead phi." into mnc-devNicolas Geoffray2015-07-014-0/+67
|\
| * Do not replace a live phi with a dead phi.Nicolas Geoffray2015-06-294-0/+67
* | Revert "Revert "Do not update the type of something we already know.""Nicolas Geoffray2015-06-293-0/+27
|/
* Merge "MIPS: Initial version of optimizing compiler for MIPS64R6." into mnc-devRoland Levillain2015-06-291-0/+31
|\
| * MIPS: Initial version of optimizing compiler for MIPS64R6.Roland Levillain2015-06-261-0/+31
* | ART: Fix invalid access and DCHECK in verifierAndreas Gampe2015-06-264-0/+32
* | ART: Fix streaming tracing issuesAndreas Gampe2015-06-262-4/+30
|/
* ART: Reset runtime_throw_failure flagAndreas Gampe2015-06-254-4/+34
* Hard-fail get-/put-object to a non-reference field.Vladimir Marko2015-06-253-0/+18
* [MIPS64] JNI Compiler: Sign-extend int function argumentsLazar Trsic2015-06-241-0/+3
* Merge "Adding optimizing compiler test case for String.<init>." into mnc-devJeff Hao2015-06-241-0/+9
|\
| * Adding optimizing compiler test case for String.<init>.Jeff Hao2015-06-231-0/+9
* | Use a flag from the verifier to know if we should compile.Nicolas Geoffray2015-06-244-0/+66
* | BCE: don't assume a bounds check always gets a HArrayLength.Nicolas Geoffray2015-06-241-0/+22
* | Recompute dominator tree after DCE.Nicolas Geoffray2015-06-244-0/+69
* | BCE: Narrow instead of unconditionnaly overwrite the range.Nicolas Geoffray2015-06-241-6/+23
* | Fix another case of un-verified dead code.Nicolas Geoffray2015-06-244-0/+57
|/
* Do not overwrite an input register in shift operations.Nicolas Geoffray2015-06-233-0/+108
* Revert "Revert "Add support for inlining already sharpened interface calls.""Nicolas Geoffray2015-06-223-0/+30
* Revert "Add support for inlining already sharpened interface calls. DO NOT ME...Nicolas Geoffray2015-06-223-30/+0
* Revert "Revert "Use IsAssignableFrom instead of IsSubclass for robustness.""Nicolas Geoffray2015-06-224-0/+54
* Use compiling class instead of outer class for access checks.Nicolas Geoffray2015-06-227-0/+117
* Use compiling class instead of referrer for access checks.Nicolas Geoffray2015-06-224-0/+53
* Be careful with predecessor/successor index.Nicolas Geoffray2015-06-225-2/+73
* Merge "Don't check the return type in the builder." into mnc-devNicolas Geoffray2015-06-223-0/+32
|\