summaryrefslogtreecommitdiffstats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Clean up pass driverMathieu Chartier2015-01-2820-343/+558
* 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
|\ \ \ | |_|/ |/| |
| * | ART: Fix GenInlined functionsChao-ying Fu2015-01-213-11/+55
* | | Fix lint error.Nicolas Geoffray2015-01-221-1/+1
* | | Enable core callee-save on x64.Nicolas Geoffray2015-01-2113-59/+156
|/ /
* | Merge "ART: Replace NULL to nullptr in the optimizing compiler"Roland Levillain2015-01-213-3/+3
|\ \
| * | ART: Replace NULL to nullptr in the optimizing compilerJean Christophe Beyler2015-01-213-3/+3
* | | Merge "Do not use HNot for creating !bool."Nicolas Geoffray2015-01-215-19/+2
|\ \ \
| * | | Do not use HNot for creating !bool.Nicolas Geoffray2015-01-215-19/+2
* | | | Merge "ART: Create a RemoveBlock method"Roland Levillain2015-01-212-10/+14
|\ \ \ \
| * | | | ART: Create a RemoveBlock methodJean Christophe Beyler2014-12-162-10/+14
| | |/ / | |/| |
* | | | Revert "Revert "Fully support pairs in the register allocator.""Nicolas Geoffray2015-01-2110-87/+251
* | | | Record implicit null checks at the actual invoke time.Calin Juravle2015-01-2110-60/+246
| |/ / |/| |
* | | Merge "Revert "Fully support pairs in the register allocator.""Nicolas Geoffray2015-01-2110-247/+87
|\ \ \
| * | | Revert "Fully support pairs in the register allocator."Nicolas Geoffray2015-01-2110-247/+87