summaryrefslogtreecommitdiffstats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge "Allow preopted apps to have sharpened calls for non-x86 architectures."Jeff Hao2015-01-293-20/+34
|\
| * Allow preopted apps to have sharpened calls for non-x86 architectures.Jeff Hao2015-01-273-20/+34
* | Merge "Introduce primitive type helpers."Andreas Gampe2015-01-293-58/+37
|\ \
| * | Introduce primitive type helpers.Alexandre Rames2015-01-293-58/+37
* | | Merge "optimizing: NullCheck elimination"Nicolas Geoffray2015-01-2911-42/+228
|\ \ \
| * | | optimizing: NullCheck eliminationCalin Juravle2015-01-2911-42/+228
* | | | Fix bad rebase.Nicolas Geoffray2015-01-291-2/+2
| |/ / |/| |
* | | Merge "[optimizing compiler] Support x86 hard float ABI"Nicolas Geoffray2015-01-293-27/+158
|\ \ \
| * | | [optimizing compiler] Support x86 hard float ABIMark Mendell2015-01-283-27/+158
| |/ /
* | | Small optimization for recursive calls: avoid dex cache.Nicolas Geoffray2015-01-2912-41/+80
* | | Merge "Clean up pass driver"Mathieu Chartier2015-01-2920-343/+558
|\ \ \
| * | | Clean up pass driverMathieu Chartier2015-01-2820-343/+558
| |/ /
* | | Merge "ART: Arm64 optimizing compiler intrinsics"Andreas Gampe2015-01-2812-247/+1461
|\ \ \ | |/ / |/| |
| * | ART: Arm64 optimizing compiler intrinsicsAndreas Gampe2015-01-2812-247/+1461
* | | Merge "ART: Even more Quick cleanup"Andreas Gampe2015-01-288-78/+34
|\ \ \
| * | | ART: Even more Quick cleanupAndreas Gampe2015-01-278-78/+34
| | |/ | |/|
* | | Revert "Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)""Mark P Mendell2015-01-278-90/+164
|/ /
* | ART: Further refactor use listsDavid Brazdil2015-01-274-20/+15
* | Merge "ART: More Quick cleanup"Andreas Gampe2015-01-275-302/+206
|\ \
| * | ART: More Quick cleanupAndreas Gampe2015-01-265-302/+206
* | | Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)"Vladimir Marko2015-01-278-164/+90
|/ /
* | ART: Fix inlining of Mir2LirAndreas Gampe2015-01-263-3/+3
* | Merge "ART: Some Quick cleanup"Andreas Gampe2015-01-2679-277/+366
|\ \
| * | ART: Some Quick cleanupAndreas Gampe2015-01-2679-277/+366
* | | Add missing EndTiming in CompileMethodMathieu Chartier2015-01-261-0/+4
| |/ |/|
* | Merge "Optimizing: Speed up HEnvironment use removal"David Brazdil2015-01-2613-151/+213
|\ \
| * | Optimizing: Speed up HEnvironment use removalDavid Brazdil2015-01-2613-151/+213
* | | Merge "Move code around and address growable_array comment."Nicolas Geoffray2015-01-269-325/+381
|\ \ \
| * | | Move code around and address growable_array comment.Nicolas Geoffray2015-01-269-325/+381
| |/ /
* | | Merge "Quick: Fix range check for intrinsic String.charAt() on x86."Vladimir Marko2015-01-261-1/+1
|\ \ \ | |/ / |/| |
| * | Quick: Fix range check for intrinsic String.charAt() on x86.Vladimir Marko2015-01-261-1/+1
* | | Fix build breakage after GVN change.Nicolas Geoffray2015-01-262-44/+62
* | | Merge "Introduce a SideEffectsAnalysis class."Nicolas Geoffray2015-01-264-52/+80
|\ \ \
| * | | Introduce a SideEffectsAnalysis class.Nicolas Geoffray2015-01-264-52/+80
* | | | Merge "Fix a bug in the liveness analysis."Nicolas Geoffray2015-01-262-7/+71
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix a bug in the liveness analysis.Nicolas Geoffray2015-01-262-7/+71
* | | | Fix lint error and typo.Nicolas Geoffray2015-01-261-2/+2
|/ / /
* | | Merge "Fix codegen_test."Nicolas Geoffray2015-01-262-6/+31
|\ \ \
| * | | Fix codegen_test.Nicolas Geoffray2015-01-262-6/+31
| |/ /
* | | Merge "ART: Implement X86 hard float (Quick/JNI/Baseline)"Vladimir Marko2015-01-268-90/+164
|\ \ \ | |/ / |/| |
| * | ART: Implement X86 hard float (Quick/JNI/Baseline)Mark Mendell2015-01-238-90/+164
* | | Support callee-save registers on ARM.Nicolas Geoffray2015-01-245-50/+88
* | | More of the concurrent copying collector.Hiroshi Yamauchi2015-01-232-1/+1
* | | Fix valgrind error.Nicolas Geoffray2015-01-231-7/+7
|/ /
* | Implicit stack overflow checks and null checks are the norm now.Nicolas Geoffray2015-01-231-2/+2
* | Merge "Support callee save floating point registers on x64."Nicolas Geoffray2015-01-2311-188/+109
|\ \ | |/ |/|
| * Support callee save floating point registers on x64.Nicolas Geoffray2015-01-2311-188/+109
* | Merge "Improve error messages in art::GraphChecker and art::SSAChecker"Roland Levillain2015-01-222-189/+157
|\ \
| * | Improve error messages in art::GraphChecker and art::SSACheckerRoland Levillain2015-01-212-189/+157
* | | Merge "ART: Fix GenInlined functions"Vladimir Marko2015-01-223-11/+55
|\ \ \ | |_|/ |/| |