summaryrefslogtreecommitdiffstats
path: root/src/compiler/driver/compiler_driver.h
Commit message (Expand)AuthorAgeFilesLines
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-413/+0
* libart-compiler cleanupBrian Carlstrom2013-07-111-35/+4
* Added support for SEA IR.Dragos Sbirlea2013-06-251-0/+1
* Quickening support.Sebastien Hertz2013-06-241-1/+4
* Move image class computation to the CompilerDriverBrian Carlstrom2013-06-141-5/+32
* Created compiled stubs in image.Jeff Hao2013-06-071-0/+10
* Faster instance-of for final classes.Ian Rogers2013-06-051-1/+3
* Don't apply instance-of peephole when vDest == vSrc.Ian Rogers2013-06-051-0/+2
* Profiler directed clean-up of dex2oat.Ian Rogers2013-05-301-1/+1
* Enable devirtualization for abstract and sub-class methods.Ian Rogers2013-05-241-7/+22
* Supporting de-virtualization for precise types.Sameer Abu Asal2013-05-021-2/+4
* Compile filter for small applications and methodsAnwar Ghuloum2013-04-301-6/+1
* Merge "Revert "Supporting de-virtualization for precise types."" into dalvik-devIan Rogers2013-04-261-5/+2
|\
| * Revert "Supporting de-virtualization for precise types."Ian Rogers2013-04-261-5/+2
* | Merge "Supporting de-virtualization for precise types." into dalvik-devIan Rogers2013-04-261-2/+5
|\|
| * Supporting de-virtualization for precise types.Sameer Abu Asal2013-04-261-2/+5
* | Removing remaining compiled stubs from image.Jeff Hao2013-04-261-7/+0
|/
* Removed compiled resolution trampoline.Jeff Hao2013-04-231-6/+0
* Compile less stuffAnwar Ghuloum2013-04-161-3/+8
* Remove remaining code related to compiled invoke and proxy stubs.Jeff Hao2013-04-081-14/+0
* Compiler: LIR restructuringbuzbee2013-04-011-1/+2
* Remove code related to compiled invoke stubs.Jeff Hao2013-03-271-19/+0
* Compiler: Spring cleaningbuzbee2013-03-191-1/+0
* Various performance improvements.Ian Rogers2013-03-181-0/+1
* Fix portable build on build server by removing depenency on ANDROID_HOST_OUTBrian Carlstrom2013-03-071-1/+1
* Remove ExtractCodeAndPrelink and switch Portable to MCLinkerBrian Carlstrom2013-03-061-9/+14
* Rename OatCompilationUnit to Dex.. move to compiler.Ian Rogers2013-03-041-7/+7
* Rename CompilationContext to ParallelCompilationManager.Ian Rogers2013-03-041-2/+2
* Move the Compiler to CompilerDriver.Ian Rogers2013-03-041-0/+422