summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "optimizing: NullCheck elimination"Nicolas Geoffray2015-01-2914-42/+458
|\
| * optimizing: NullCheck eliminationCalin Juravle2015-01-2914-42/+458
* | Merge "Fix bad rebase."Nicolas Geoffray2015-01-291-2/+2
|\ \
| * | 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
* | | Merge "Small optimization for recursive calls: avoid dex cache."Nicolas Geoffray2015-01-2912-41/+80
|\ \ \
| * | | Small optimization for recursive calls: avoid dex cache.Nicolas Geoffray2015-01-2912-41/+80
|/ / /
* | | Merge "Clean up pass driver"Mathieu Chartier2015-01-2921-360/+573
|\ \ \
| * | | Clean up pass driverMathieu Chartier2015-01-2821-360/+573
* | | | Merge "ART: Arm64 optimizing compiler intrinsics"Andreas Gampe2015-01-2813-268/+1503
|\ \ \ \ | |/ / / |/| | |
| * | | ART: Arm64 optimizing compiler intrinsicsAndreas Gampe2015-01-2813-268/+1503
* | | | Merge "Force set resolved method for static invokes"Mathieu Chartier2015-01-286-1/+98
|\ \ \ \ | |_|_|/ |/| | |
| * | | Force set resolved method for static invokesMathieu Chartier2015-01-286-1/+98
|/ / /
* | | Merge "Print lock level in ExclusiveUnlock"Mathieu Chartier2015-01-281-1/+2
|\ \ \ | |_|/ |/| |
| * | Print lock level in ExclusiveUnlockMathieu Chartier2015-01-271-1/+2
|/ /
* | Merge "ART: Even more Quick cleanup"Andreas Gampe2015-01-288-78/+34
|\ \
| * | ART: Even more Quick cleanupAndreas Gampe2015-01-278-78/+34
* | | Merge "Revert "Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)"""Andreas Gampe2015-01-2718-167/+601
|\ \ \
| * | | Revert "Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)""Mark P Mendell2015-01-2718-167/+601
* | | | Merge "ART: Clean up some build flags"Andreas Gampe2015-01-271-4/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | ART: Clean up some build flagsAndreas Gampe2015-01-271-4/+1
|/ / /
* | | Merge "ART: reduce UpdateModUnionTable time for partial GC"Hiroshi Yamauchi2015-01-271-6/+12
|\ \ \ | |/ / |/| |
| * | ART: reduce UpdateModUnionTable time for partial GCLei Li2015-01-231-6/+12
* | | Merge "ART: clear dirty cards of alloc space for MS/CMS partial and full GCs"Hiroshi Yamauchi2015-01-277-17/+47
|\ \ \
| * | | ART: clear dirty cards of alloc space for MS/CMS partial and full GCsLei Li2015-01-267-17/+47
* | | | Merge "Checker: Allow don't-care output on a line"David Brazdil2015-01-272-47/+65
|\ \ \ \
| * | | | Checker: Allow don't-care output on a lineDavid Brazdil2015-01-272-47/+65
* | | | | Merge "ART: Further refactor use lists"David Brazdil2015-01-274-20/+15
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ART: Further refactor use listsDavid Brazdil2015-01-274-20/+15
|/ / / /
* | | | Merge "run-test: enable checker in dev mode"Calin Juravle2015-01-272-4/+15
|\ \ \ \
| * | | | run-test: enable checker in dev modeCalin Juravle2015-01-272-4/+15
* | | | | Merge "ART: More Quick cleanup"Andreas Gampe2015-01-276-302/+208
|\ \ \ \ \
| * | | | | ART: More Quick cleanupAndreas Gampe2015-01-266-302/+208
* | | | | | Merge "Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)""Vladimir Marko2015-01-2717-593/+167
|\ \ \ \ \ \
| * | | | | | Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)"Vladimir Marko2015-01-2717-593/+167
|/ / / / / /
* | | | | | Merge "Refactor register access from StackVisitor"Sebastien Hertz2015-01-2715-269/+253
|\ \ \ \ \ \
| * | | | | | Refactor register access from StackVisitorSebastien Hertz2015-01-2615-269/+253
* | | | | | | Merge "JDWP: allocate single step control only when active"Sebastien Hertz2015-01-274-90/+115
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | JDWP: allocate single step control only when activeSebastien Hertz2015-01-264-90/+115
| |/ / / / /
* | | | | | Merge "ART: Fix inlining of Mir2Lir"Andreas Gampe2015-01-273-3/+3
|\ \ \ \ \ \
| * | | | | | ART: Fix inlining of Mir2LirAndreas Gampe2015-01-263-3/+3
* | | | | | | Merge "Fix 114-ParallelGC."Hiroshi Yamauchi2015-01-271-1/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix 114-ParallelGC.Hiroshi Yamauchi2015-01-261-1/+5
* | | | | | | Merge "ART: Some Quick cleanup"Andreas Gampe2015-01-2679-277/+366
|\ \ \ \ \ \ \
| * | | | | | | ART: Some Quick cleanupAndreas Gampe2015-01-2679-277/+366
* | | | | | | | Merge "Add missing EndTiming in CompileMethod"Mathieu Chartier2015-01-261-0/+4
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Add missing EndTiming in CompileMethodMathieu Chartier2015-01-261-0/+4
| | |/ / / / / | |/| | | | |
* | | | | | | Merge "ART: Take apart stream output"Andreas Gampe2015-01-261-2/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | ART: Take apart stream outputAndreas Gampe2015-01-261-2/+3