summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge "ART: Update loop info of all nested loops when inlining"David Brazdil2015-04-213-0/+59
|\
| * ART: Update loop info of all nested loops when inliningDavid Brazdil2015-04-213-0/+59
* | Merge "Revert "Revert "Optimizing: Fix long-to-fp conversion on x86."""Roland Levillain2015-04-214-0/+55
|\ \ | |/ |/|
| * Revert "Revert "Optimizing: Fix long-to-fp conversion on x86.""Roland Levillain2015-04-204-0/+55
* | Merge "Incorrect transformation of (sub,neg) to (sub) for fp"Roland Levillain2015-04-213-0/+52
|\ \
| * | Incorrect transformation of (sub,neg) to (sub) for fpSerguei Katkov2015-04-203-0/+52
| |/
* | [optimzing] Fix codegen bug and improve type propagationCalin Juravle2015-04-213-0/+64
* | ART: Simplify more bool operationsDavid Brazdil2015-04-202-8/+167
* | Merge "[optimizing] Add memory barriers in constructors when needed"Calin Juravle2015-04-203-0/+149
|\ \
| * | [optimizing] Add memory barriers in constructors when neededCalin Juravle2015-04-203-0/+149
| |/
* | ART: Extend list of instructions accepted as boolean inputsDavid Brazdil2015-04-201-6/+76
|/
* Merge "Remove duplicates phis created during SSA transformation"Calin Juravle2015-04-161-0/+24
|\
| * Remove duplicates phis created during SSA transformationCalin Juravle2015-04-161-0/+24
* | Merge "ART: Fix whitespace in test"David Brazdil2015-04-161-2/+2
|\ \
| * | ART: Fix whitespace in testDavid Brazdil2015-04-161-2/+2
* | | Merge "Fallback to quick in case of soft verification errors"Calin Juravle2015-04-164-0/+62
|\ \ \ | |/ / |/| |
| * | Fallback to quick in case of soft verification errorsCalin Juravle2015-04-164-0/+62
| |/
* | ART: Adds a regression test for an inliner issueDavid Brazdil2015-04-164-0/+111
* | ART: Remove DCHECKs for boolean typeDavid Brazdil2015-04-163-0/+76
* | Merge "ART: Don't duplicate null/int/long constants when inlining"David Brazdil2015-04-163-0/+77
|\ \
| * | ART: Don't duplicate null/int/long constants when inliningDavid Brazdil2015-04-163-0/+77
* | | Remove dead blocks for the blocks_ array.Nicolas Geoffray2015-04-153-0/+46
|/ /
* | ART: Implement HBooleanNot instructionDavid Brazdil2015-04-154-0/+14
* | Fix test 104 for --relocate --no-patchoatMathieu Chartier2015-04-141-7/+7
* | Merge "getRuntimeStat() support (ART)."Hiroshi Yamauchi2015-04-141-0/+108
|\ \
| * | getRuntimeStat() support (ART).Hiroshi Yamauchi2015-04-131-0/+108
| |/
* | Fix a bug in type propagation.Nicolas Geoffray2015-04-143-0/+38
|/
* Merge "Revert "Fallback to quick in case of soft verification errors""Calin Juravle2015-04-134-61/+0
|\
| * Revert "Fallback to quick in case of soft verification errors"Calin Juravle2015-04-134-61/+0
* | Merge "Fallback to quick in case of soft verification errors"Calin Juravle2015-04-134-0/+61
|\ \ | |/
| * Fallback to quick in case of soft verification errorsCalin Juravle2015-04-104-0/+61
* | Merge "Revert "Optimizing: Fix long-to-fp conversion on x86.""Nicolas Geoffray2015-04-131-1/+0
|\ \
| * | Revert "Optimizing: Fix long-to-fp conversion on x86."Nicolas Geoffray2015-04-131-1/+0
* | | Merge "Optimizing: Fix long-to-fp conversion on x86."Roland Levillain2015-04-131-0/+1
|\ \ \ | |/ /
| * | Optimizing: Fix long-to-fp conversion on x86.Serguei Katkov2015-04-131-0/+1
* | | ART: Ignore result for exception-case JNIEndWithReferenceAndreas Gampe2015-04-101-0/+1
| |/ |/|
* | Opt compiler: Instruction simplification for HAdd, HNeg, HNot, HSub.Alexandre Rames2015-04-101-0/+466
* | Merge "Optimizing x86: Fix VisitArraySet for FP value"Roland Levillain2015-04-101-4/+24
|\ \
| * | Optimizing x86: Fix VisitArraySet for FP valueSerguei Katkov2015-04-101-4/+24
| |/
* | Fix checker tests in 458-checker-instruction-simplification.Alexandre Rames2015-04-101-16/+48
* | Add test cases to make sure GenDivRemLit() handles 16-bitDouglas Leung2015-04-091-1/+6
|/
* [optimizing] Implement more x86/x86_64 intrinsicsMark Mendell2015-04-061-0/+10
* Merge "Store OatDexFile instead of OatFile in DexFile."Richard Uhler2015-04-033-9/+3
|\
| * Store OatDexFile instead of OatFile in DexFile.Richard Uhler2015-04-023-9/+3
* | Fix a bug when creating a HDeoptimization instruction.Nicolas Geoffray2015-04-033-0/+50
* | Move the "huge method" test into its own test case.Roland Levillain2015-04-024-2011/+2034
* | Switch to shared libcutils on host to fix odr-violationBrian Carlstrom2015-04-021-1/+1
* | Merge "Revert "Revert "Deoptimization-based bce."""Mingyao Yang2015-04-012-5/+144
|\ \
| * | Revert "Revert "Deoptimization-based bce.""Mingyao Yang2015-04-012-5/+144
* | | Merge "CanThrow() of HNewArray should return true."Mingyao Yang2015-04-011-0/+16
|\ \ \