summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ART: Release inputs in Long.reverse intrinsic in x86Andreas Gampe2015-07-082-0/+54
* Add implicit null pointer and stack overflow checks for Mips.Douglas Leung2015-07-0310-42/+242
* Do not create a HBoundType when the instruction is non-null.Nicolas Geoffray2015-07-023-0/+23
* Merge "ART: Symbolize all oat files in /data folder." into mnc-devAndreas Gampe2015-07-011-19/+12
|\
| * ART: Symbolize all oat files in /data folder.Zheng Xu2015-07-011-19/+12
* | Merge "ART: Fix data loss when symbolizing oat files." into mnc-devAndreas Gampe2015-07-012-6/+10
|\ \ | |/
| * ART: Fix data loss when symbolizing oat files.Zheng Xu2015-07-012-6/+10
* | Merge "Do not replace a live phi with a dead phi." into mnc-devNicolas Geoffray2015-07-015-1/+74
|\ \
| * | Do not replace a live phi with a dead phi.Nicolas Geoffray2015-06-295-1/+74
* | | Merge "Revert "Revert "Do not update the type of something we already know.""...Nicolas Geoffray2015-07-016-0/+64
|\ \ \
| * | | Revert "Revert "Do not update the type of something we already know.""Nicolas Geoffray2015-06-296-0/+64
| |/ /
* | | ART: Remove bad FindSymbol callAndreas Gampe2015-06-301-3/+2
| |/ |/|
* | Merge "ART: Unlink target oat file before compiling" into mnc-devAndreas Gampe2015-06-301-0/+4
|\ \
| * | ART: Unlink target oat file before compilingAndreas Gampe2015-06-301-0/+4
| |/
* | ART: Fix CFI annotation for art_quick_aput_objMathieu Chartier2015-06-293-2/+5
|/
* Merge "MIPS: Initial version of optimizing compiler for MIPS64R6." into mnc-devRoland Levillain2015-06-2916-256/+4589
|\
| * MIPS: Initial version of optimizing compiler for MIPS64R6.Roland Levillain2015-06-2616-256/+4589
* | Quick: Disable GVN, DCE and LVN for type conflicts.Vladimir Marko2015-06-271-5/+11
* | ART: Fix invalid access and DCHECK in verifierAndreas Gampe2015-06-265-8/+48
* | Merge "Require mutator lock for DeleteLocalRef" into mnc-devMathieu Chartier2015-06-261-6/+7
|\ \
| * | Require mutator lock for DeleteLocalRefMathieu Chartier2015-06-261-6/+7
* | | ART: Fix streaming tracing issuesAndreas Gampe2015-06-266-23/+61
* | | ART: Bail out immediately on try/catchDavid Brazdil2015-06-261-6/+11
| |/ |/|
* | Merge "ART: Fix kEverything compiler filter" into mnc-devAndreas Gampe2015-06-262-3/+4
|\ \
| * | ART: Fix kEverything compiler filterbuzbee2015-06-252-3/+4
* | | ART: Only print stripped dex2oat command lineAndreas Gampe2015-06-251-1/+68
| |/ |/|
* | ART: Reset runtime_throw_failure flagAndreas Gampe2015-06-256-5/+45
* | ART: Set methods to preverified in verify-noneAndreas Gampe2015-06-251-0/+6
* | Merge "Do not try to compile resource-only dex files." into mnc-devRichard Uhler2015-06-254-44/+109
|\ \
| * | Do not try to compile resource-only dex files.Richard Uhler2015-06-244-44/+109
* | | Hard-fail get-/put-object to a non-reference field.Vladimir Marko2015-06-254-8/+36
* | | Only do some checks when compiling against the core image.Nicolas Geoffray2015-06-253-2/+14
* | | [MIPS64] JNI Compiler: Sign-extend int function argumentsLazar Trsic2015-06-243-4/+53
| |/ |/|
* | Merge "ART: Fix arm32 instrumentation exit stub" into mnc-devAndreas Gampe2015-06-251-2/+7
|\ \
| * | ART: Fix arm32 instrumentation exit stubAndreas Gampe2015-06-241-2/+7
* | | Fix force copyMathieu Chartier2015-06-242-44/+42
* | | Merge "Fix imt conflict trampoline for mips64" into mnc-devMathieu Chartier2015-06-241-1/+1
|\ \ \
| * | | Fix imt conflict trampoline for mips64Mathieu Chartier2015-06-241-1/+1
| |/ /
* | | Increase alt signal stack to 32K on host.Christopher Ferris2015-06-241-3/+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-2410-1/+84
* | | | BCE: don't assume a bounds check always gets a HArrayLength.Nicolas Geoffray2015-06-242-2/+30
* | | | Fix codegen_test after DCE fix.Nicolas Geoffray2015-06-241-1/+4
* | | | Recompute dominator tree after DCE.Nicolas Geoffray2015-06-248-21/+108
* | | | BCE: Narrow instead of unconditionnaly overwrite the range.Nicolas Geoffray2015-06-242-9/+28
* | | | Fix another case of un-verified dead code.Nicolas Geoffray2015-06-245-2/+64
| |/ / |/| |
* | | Merge "ART: Follow-up to 507cc6f83bf6379728f2dd20391f2ed5fbfe6371" into mnc-devAndreas Gampe2015-06-232-22/+41
|\ \ \ | |/ / |/| |
| * | ART: Follow-up to 507cc6f83bf6379728f2dd20391f2ed5fbfe6371Andreas Gampe2015-06-232-22/+41
* | | Merge "Fix field ordering for String in hprof" into mnc-devMathieu Chartier2015-06-231-23/+25
|\ \ \