Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge "Allow preopted apps to have sharpened calls for non-x86 architectures." | Jeff Hao | 2015-01-29 | 3 | -20/+34 |
|\ | |||||
| * | Allow preopted apps to have sharpened calls for non-x86 architectures. | Jeff Hao | 2015-01-27 | 3 | -20/+34 |
* | | Merge "Introduce primitive type helpers." | Andreas Gampe | 2015-01-29 | 3 | -58/+37 |
|\ \ | |||||
| * | | Introduce primitive type helpers. | Alexandre Rames | 2015-01-29 | 3 | -58/+37 |
* | | | Merge "optimizing: NullCheck elimination" | Nicolas Geoffray | 2015-01-29 | 11 | -42/+228 |
|\ \ \ | |||||
| * | | | optimizing: NullCheck elimination | Calin Juravle | 2015-01-29 | 11 | -42/+228 |
* | | | | Fix bad rebase. | Nicolas Geoffray | 2015-01-29 | 1 | -2/+2 |
| |/ / |/| | | |||||
* | | | Merge "[optimizing compiler] Support x86 hard float ABI" | Nicolas Geoffray | 2015-01-29 | 3 | -27/+158 |
|\ \ \ | |||||
| * | | | [optimizing compiler] Support x86 hard float ABI | Mark Mendell | 2015-01-28 | 3 | -27/+158 |
| |/ / | |||||
* | | | Small optimization for recursive calls: avoid dex cache. | Nicolas Geoffray | 2015-01-29 | 12 | -41/+80 |
* | | | Merge "Clean up pass driver" | Mathieu Chartier | 2015-01-29 | 20 | -343/+558 |
|\ \ \ | |||||
| * | | | Clean up pass driver | Mathieu Chartier | 2015-01-28 | 20 | -343/+558 |
| |/ / | |||||
* | | | Merge "ART: Arm64 optimizing compiler intrinsics" | Andreas Gampe | 2015-01-28 | 12 | -247/+1461 |
|\ \ \ | |/ / |/| | | |||||
| * | | ART: Arm64 optimizing compiler intrinsics | Andreas Gampe | 2015-01-28 | 12 | -247/+1461 |
* | | | Merge "ART: Even more Quick cleanup" | Andreas Gampe | 2015-01-28 | 8 | -78/+34 |
|\ \ \ | |||||
| * | | | ART: Even more Quick cleanup | Andreas Gampe | 2015-01-27 | 8 | -78/+34 |
| | |/ | |/| | |||||
* | | | Revert "Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)"" | Mark P Mendell | 2015-01-27 | 8 | -90/+164 |
|/ / | |||||
* | | ART: Further refactor use lists | David Brazdil | 2015-01-27 | 4 | -20/+15 |
* | | Merge "ART: More Quick cleanup" | Andreas Gampe | 2015-01-27 | 5 | -302/+206 |
|\ \ | |||||
| * | | ART: More Quick cleanup | Andreas Gampe | 2015-01-26 | 5 | -302/+206 |
* | | | Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)" | Vladimir Marko | 2015-01-27 | 8 | -164/+90 |
|/ / | |||||
* | | ART: Fix inlining of Mir2Lir | Andreas Gampe | 2015-01-26 | 3 | -3/+3 |
* | | Merge "ART: Some Quick cleanup" | Andreas Gampe | 2015-01-26 | 79 | -277/+366 |
|\ \ | |||||
| * | | ART: Some Quick cleanup | Andreas Gampe | 2015-01-26 | 79 | -277/+366 |
* | | | Add missing EndTiming in CompileMethod | Mathieu Chartier | 2015-01-26 | 1 | -0/+4 |
| |/ |/| | |||||
* | | Merge "Optimizing: Speed up HEnvironment use removal" | David Brazdil | 2015-01-26 | 13 | -151/+213 |
|\ \ | |||||
| * | | Optimizing: Speed up HEnvironment use removal | David Brazdil | 2015-01-26 | 13 | -151/+213 |
* | | | Merge "Move code around and address growable_array comment." | Nicolas Geoffray | 2015-01-26 | 9 | -325/+381 |
|\ \ \ | |||||
| * | | | Move code around and address growable_array comment. | Nicolas Geoffray | 2015-01-26 | 9 | -325/+381 |
| |/ / | |||||
* | | | Merge "Quick: Fix range check for intrinsic String.charAt() on x86." | Vladimir Marko | 2015-01-26 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | Quick: Fix range check for intrinsic String.charAt() on x86. | Vladimir Marko | 2015-01-26 | 1 | -1/+1 |
* | | | Fix build breakage after GVN change. | Nicolas Geoffray | 2015-01-26 | 2 | -44/+62 |
* | | | Merge "Introduce a SideEffectsAnalysis class." | Nicolas Geoffray | 2015-01-26 | 4 | -52/+80 |
|\ \ \ | |||||
| * | | | Introduce a SideEffectsAnalysis class. | Nicolas Geoffray | 2015-01-26 | 4 | -52/+80 |
* | | | | Merge "Fix a bug in the liveness analysis." | Nicolas Geoffray | 2015-01-26 | 2 | -7/+71 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Fix a bug in the liveness analysis. | Nicolas Geoffray | 2015-01-26 | 2 | -7/+71 |
* | | | | Fix lint error and typo. | Nicolas Geoffray | 2015-01-26 | 1 | -2/+2 |
|/ / / | |||||
* | | | Merge "Fix codegen_test." | Nicolas Geoffray | 2015-01-26 | 2 | -6/+31 |
|\ \ \ | |||||
| * | | | Fix codegen_test. | Nicolas Geoffray | 2015-01-26 | 2 | -6/+31 |
| |/ / | |||||
* | | | Merge "ART: Implement X86 hard float (Quick/JNI/Baseline)" | Vladimir Marko | 2015-01-26 | 8 | -90/+164 |
|\ \ \ | |/ / |/| | | |||||
| * | | ART: Implement X86 hard float (Quick/JNI/Baseline) | Mark Mendell | 2015-01-23 | 8 | -90/+164 |
* | | | Support callee-save registers on ARM. | Nicolas Geoffray | 2015-01-24 | 5 | -50/+88 |
* | | | More of the concurrent copying collector. | Hiroshi Yamauchi | 2015-01-23 | 2 | -1/+1 |
* | | | Fix valgrind error. | Nicolas Geoffray | 2015-01-23 | 1 | -7/+7 |
|/ / | |||||
* | | Implicit stack overflow checks and null checks are the norm now. | Nicolas Geoffray | 2015-01-23 | 1 | -2/+2 |
* | | Merge "Support callee save floating point registers on x64." | Nicolas Geoffray | 2015-01-23 | 11 | -188/+109 |
|\ \ | |/ |/| | |||||
| * | Support callee save floating point registers on x64. | Nicolas Geoffray | 2015-01-23 | 11 | -188/+109 |
* | | Merge "Improve error messages in art::GraphChecker and art::SSAChecker" | Roland Levillain | 2015-01-22 | 2 | -189/+157 |
|\ \ | |||||
| * | | Improve error messages in art::GraphChecker and art::SSAChecker | Roland Levillain | 2015-01-21 | 2 | -189/+157 |
* | | | Merge "ART: Fix GenInlined functions" | Vladimir Marko | 2015-01-22 | 3 | -11/+55 |
|\ \ \ | |_|/ |/| | |