summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Restore end of dex2oat loggingBrian Carlstrom2014-02-051-1/+6
* Merge "Support Literal pools for x86"Ian Rogers2014-02-066-6/+241
|\
| * Support Literal pools for x86Mark Mendell2014-02-056-6/+241
|/
* Merge "Redo x86 int arithmetic"Ian Rogers2014-02-067-15/+370
|\
| * Redo x86 int arithmeticMark Mendell2014-02-037-15/+370
* | Merge "Make slow paths easier to write"Ian Rogers2014-02-065-97/+289
|\ \
| * | Make slow paths easier to writeDave Allison2014-02-045-97/+289
* | | Merge "Remove unused code in heap.h"Mathieu Chartier2014-02-061-13/+0
|\ \ \
| * | | Remove unused code in heap.hMathieu Chartier2014-02-051-13/+0
* | | | Merge "Add missing SIRT to FindMethodFromCode."Mathieu Chartier2014-02-051-6/+7
|\ \ \ \ | |/ / /
| * | | Add missing SIRT to FindMethodFromCode.Mathieu Chartier2014-02-051-6/+7
|/ / /
* | | Merge "Change marking objects in to_space DCHECK to CHECK"Mathieu Chartier2014-02-051-1/+1
|\ \ \
| * | | Change marking objects in to_space DCHECK to CHECKMathieu Chartier2014-02-041-1/+1
| |/ /
* | | Merge "Switch art over to a long in DexFile."Elliott Hughes2014-02-051-10/+10
|\ \ \ | |/ / |/| |
| * | Switch art over to a long in DexFile.Elliott Hughes2014-02-041-10/+10
|/ /
* | Merge "Update ART tests to handle new System.gc behavior"Mathieu Chartier2014-02-0412-20/+21
|\ \
| * | Update ART tests to handle new System.gc behaviorMathieu Chartier2014-02-0412-20/+21
|/ /
* | Merge "Make DexCache references const."Vladimir Marko2014-02-042-10/+10
|\ \
| * | Make DexCache references const.Vladimir Marko2014-02-042-10/+10
|/ /
* | Merge "Don't assume resolved type has the same dex cache."Vladimir Marko2014-02-044-26/+68
|\ \
| * | Don't assume resolved type has the same dex cache.Vladimir Marko2014-02-034-26/+68
| |/
* | Merge "Add missing SIRT to CreateArrayClass."Mathieu Chartier2014-02-041-11/+11
|\ \
| * | Add missing SIRT to CreateArrayClass.Mathieu Chartier2014-02-031-11/+11
|/ /
* | Merge "Move SwapBitmaps to ContinuousMemMapAllocSpace."Mathieu Chartier2014-02-049-23/+26
|\ \
| * | Move SwapBitmaps to ContinuousMemMapAllocSpace.Mathieu Chartier2014-02-039-23/+26
| |/
* | Merge "Fix a race condition in RosAlloc."Hiroshi Yamauchi2014-02-042-2/+6
|\ \
| * | Fix a race condition in RosAlloc.Hiroshi Yamauchi2014-02-032-2/+6
| |/
* | Merge "Art Compiler: fix compiler temps"buzbee2014-02-042-3/+4
|\ \ | |/ |/|
| * Art Compiler: fix compiler tempsbuzbee2014-02-032-3/+4
|/
* Merge "Fix lock order checking violation."Mathieu Chartier2014-02-031-10/+18
|\
| * Fix lock order checking violation.Mathieu Chartier2014-02-021-10/+18
|/
* Merge "Fix race conditions caused by StartGC."Mathieu Chartier2014-02-033-39/+54
|\
| * Fix race conditions caused by StartGC.Mathieu Chartier2014-01-313-39/+54
* | Merge "Remove redundant compare for x86 OpDecAndBranch"Ian Rogers2014-02-011-1/+1
|\ \
| * | Remove redundant compare for x86 OpDecAndBranchYixin Shou2014-01-231-1/+1
* | | Merge "Properly tolerate missing declaring source files"Brian Carlstrom2014-02-011-9/+11
|\ \ \
| * | | Properly tolerate missing declaring source filesBrian Carlstrom2014-01-311-9/+11
|/ / /
* | | Merge "Fix dump-oat-boot to work with new build location by supplying explict...Brian Carlstrom2014-02-011-1/+1
|\ \ \
| * | | Fix dump-oat-boot to work with new build location by supplying explict host-p...Brian Carlstrom2014-01-311-1/+1
* | | | Merge "Enable compiler temporaries"Ian Rogers2014-01-3113-87/+339
|\ \ \ \
| * | | | Enable compiler temporariesRazvan A Lupusoru2014-01-3113-87/+339
* | | | | Merge "Address another opportunity for reducing x86 sequence for GP pair to XMM"Ian Rogers2014-01-311-2/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Address another opportunity for reducing x86 sequence for GP pair to XMMRazvan A Lupusoru2014-01-281-2/+1
* | | | | Merge "Improve GenConstString, GenS{get,put} for x86"Ian Rogers2014-01-315-16/+74
|\ \ \ \ \
| * | | | | Improve GenConstString, GenS{get,put} for x86Mark Mendell2014-01-275-16/+74
* | | | | | Merge "Add zygote space as its own space type."Mathieu Chartier2014-01-3122-299/+447
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Add zygote space as its own space type.Mathieu Chartier2014-01-3122-299/+447
* | | | | | Merge "Enable debug build of dex2oatd on host"Brian Carlstrom2014-01-311-1/+1
|\ \ \ \ \ \
| * | | | | | Enable debug build of dex2oatd on hostStuart Monteith2014-01-311-1/+1
* | | | | | | Merge "Remove jdwpspy."Ian Rogers2014-01-315-1014/+0
|\ \ \ \ \ \ \