summaryrefslogtreecommitdiffstats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'android-6.0.1_r3' of https://android.googlesource.com/platform/art...Steve Kondik2015-12-082-2/+35
|\
| * Fix in reference type propagationCalin Juravle2015-10-161-1/+3
| * Parse runtime compiler options for JITMathieu Chartier2015-10-151-1/+32
* | art: allow devices to disable CAF bailout patchesSimon Shields2015-12-064-0/+31
* | art: Fix whitespace errors added by cafChristopher R. Palmer2015-11-0915-45/+29
* | Merge tag 'android-6.0.0_r26' into cm-13.0Ricardo Cerqueira2015-11-051-0/+9
|\ \ | |/
| * Revert "Fix another source of undeterministic inlining." DO NOT MERGEBrian Carlstrom2015-09-291-0/+9
* | art: Set check_bail_out to false by defaultSteve Kondik2015-11-041-0/+3
* | art: Build compiler with GCC if QC extension is usedSteve Kondik2015-11-011-0/+2
* | Merge branch 'm' of git://codeaurora.org/platform/art into cm-13.0Steve Kondik2015-10-212-8/+5
|\ \
| * | ART: move the check bail flag out of classWei Wang2015-10-062-8/+5
* | | art: Update QC-PERF board flag to TARGET_HAVE_QC_PERFSteve Kondik2015-10-121-1/+1
|/ /
* | ART: bring original constructor backWei Wang2015-10-063-0/+66
* | ART: extensionWei Wang2015-10-0639-109/+628
* | Optimizing: Move optimization objects to Arena.Vladimir Marko2015-10-063-36/+46
|/
* [MIPS] Avoid using odd numbered fp registersGoran Jakovljevic2015-08-111-22/+27
* ART: Fix Quick's DCE+GVNSerguei Katkov2015-08-112-2/+121
* ART: Change UnresolvedMergedType internal representationAndreas Gampe2015-08-101-1/+1
* Fix a bug in the register allocator around pair allocation.Nicolas Geoffray2015-08-081-1/+4
* Tighten default inlining settings when using the space filter.Roland Levillain2015-08-071-0/+4
* ART: Fix the simplifier for add/subSerguei Katkov2015-08-061-8/+16
* ART: x86_64 RoundDouble/Float intrinsics should initialize out value.Pavel Vyssotski2015-08-051-1/+7
* Allow for fine tuning the inliner.Calin Juravle2015-07-306-5/+35
* HDeoptimize should hold values live in env.Mingyao Yang2015-07-282-2/+8
* ART: Fix Quick/Optimizing suspend check assumption mismatch.Vladimir Marko2015-07-233-3/+23
* Reduce space filter threshold to 128.Nicolas Geoffray2015-07-171-2/+2
* Merge "ART: Boolean simplifier fix" into mnc-devNicolas Geoffray2015-07-171-5/+0
|\
| * ART: Boolean simplifier fixSerguei Katkov2015-07-161-5/+0
* | ART: DCE should know that array-length can throw NPESerguei Katkov2015-07-162-1/+34
|/
* Merge "ART: Release inputs in Long.reverse intrinsic in x86" into mnc-devAndreas Gampe2015-07-081-0/+15
|\
| * ART: Release inputs in Long.reverse intrinsic in x86Andreas Gampe2015-07-081-0/+15
* | ART: Fix opsize in LoadArgDirectAndreas Gampe2015-07-071-1/+2
|/
* Add implicit null pointer and stack overflow checks for Mips.Douglas Leung2015-07-035-5/+48
* Do not create a HBoundType when the instruction is non-null.Nicolas Geoffray2015-07-022-0/+8
* 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-011-1/+7
|\ \
| * | Do not replace a live phi with a dead phi.Nicolas Geoffray2015-06-291-1/+7
| |/
* | Revert "Revert "Do not update the type of something we already know.""Nicolas Geoffray2015-06-293-0/+37
|/
* Merge "MIPS: Initial version of optimizing compiler for MIPS64R6." into mnc-devRoland Levillain2015-06-2913-254/+4415
|\
| * MIPS: Initial version of optimizing compiler for MIPS64R6.Roland Levillain2015-06-2613-254/+4415
* | Quick: Disable GVN, DCE and LVN for type conflicts.Vladimir Marko2015-06-271-5/+11
* | 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: Set methods to preverified in verify-noneAndreas Gampe2015-06-251-0/+6
* | 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-242-4/+50
|/
* Use a flag from the verifier to know if we should compile.Nicolas Geoffray2015-06-244-1/+13
* BCE: don't assume a bounds check always gets a HArrayLength.Nicolas Geoffray2015-06-241-2/+8