summaryrefslogtreecommitdiffstats
path: root/src/compiler/driver/compiler_driver.cc
Commit message (Expand)AuthorAgeFilesLines
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-2404/+0
* libart-compiler cleanupBrian Carlstrom2013-07-111-144/+87
* Update class_initializer_black_list for masterBrian Carlstrom2013-07-101-0/+131
* Add StandardCharsets to the class_initializer_black_listBrian Carlstrom2013-07-011-0/+1
* Added support for SEA IR.Dragos Sbirlea2013-06-251-2/+19
* Quickening support.Sebastien Hertz2013-06-241-10/+58
* GC clean up.Ian Rogers2013-06-211-9/+11
* Don't always slow-path array casts/instance-of.Ian Rogers2013-06-201-1/+1
* Move image class computation to the CompilerDriverBrian Carlstrom2013-06-141-12/+255
* Merge "Simplify CanAssumeTypeIsPresentInDexCache." into dalvik-devIan Rogers2013-06-071-14/+9
|\
| * Simplify CanAssumeTypeIsPresentInDexCache.Ian Rogers2013-06-071-14/+9
* | Created compiled stubs in image.Jeff Hao2013-06-071-0/+61
|/
* Faster instance-of for final classes.Ian Rogers2013-06-051-1/+21
* Don't apply instance-of peephole when vDest == vSrc.Ian Rogers2013-06-051-3/+36
* Allow type based sharpening for imprecise references.Ian Rogers2013-06-011-0/+2
* Verifier improvements.Ian Rogers2013-05-311-2/+1
* More profiler driven tweaks.Ian Rogers2013-05-311-1/+1
* Profiler directed clean-up of dex2oat.Ian Rogers2013-05-301-5/+16
* Build fix.Ian Rogers2013-05-291-0/+1
* Enable devirtualization for abstract and sub-class methods.Ian Rogers2013-05-241-63/+154
* Rename abstract method code_ to entry_point_from_compiled_code_.Jeff Hao2013-05-131-1/+1
* Improve interpreter to interpreter invokes.Jeff Hao2013-05-101-2/+1
* Fixed Android.common.mk #define setting for small artAnwar Ghuloum2013-05-101-1/+2
* Tracking merge of JWR32E (#656244) to dalvik-devBrian Carlstrom2013-05-041-5/+45
* Supporting de-virtualization for precise types.Sameer Abu Asal2013-05-021-4/+39
* Merge "Compile filter for small applications and methods" into dalvik-devAnwar Ghuloum2013-05-011-4/+6
|\
| * Compile filter for small applications and methodsAnwar Ghuloum2013-04-301-4/+6
* | Track rename of JSSEKenny Root2013-04-301-6/+6
* | Revert "Supporting de-virtualization for precise types."Brian Carlstrom2013-04-301-47/+4
* | Supporting de-virtualization for precise types.Sameer Abu Asal2013-04-291-4/+47
|/
* Merge "Revert "Supporting de-virtualization for precise types."" into dalvik-devIan Rogers2013-04-261-47/+4
|\
| * Revert "Supporting de-virtualization for precise types."Ian Rogers2013-04-261-47/+4
* | Merge "Supporting de-virtualization for precise types." into dalvik-devIan Rogers2013-04-261-4/+47
|\|
| * Supporting de-virtualization for precise types.Sameer Abu Asal2013-04-261-4/+47
* | Removing remaining compiled stubs from image.Jeff Hao2013-04-261-31/+0
|/
* Removed compiled resolution trampoline.Jeff Hao2013-04-231-16/+0
* minor cleanupAnwar Ghuloum2013-04-171-2/+1
* Add bool to verifier to allow soft failures.Jeff Hao2013-04-161-1/+1
* Compile less stuffAnwar Ghuloum2013-04-161-7/+13
* Remove SLOW_ART output spam in compiler driver.Jeff Hao2013-04-111-3/+0
* Fix abort regression.Ian Rogers2013-04-091-1/+1
* Build fix.Ian Rogers2013-04-091-0/+1
* Interpreter entries and instrumentation as a listener.Ian Rogers2013-04-081-12/+10
* Remove remaining code related to compiled invoke and proxy stubs.Jeff Hao2013-04-081-45/+0
* Merge branch 'dalvik-dev' of https://googleplex-android.googlesource.com/a/pl...Brian Carlstrom2013-03-301-73/+7
|\
| * Merge "Remove code related to compiled invoke stubs." into dalvik-devJeff Hao2013-03-271-73/+1
| |\
| | * Remove code related to compiled invoke stubs.Jeff Hao2013-03-271-73/+1
| * | Disable close of compiler_library_ to workaround mclinker bug affecting gtest...Brian Carlstrom2013-03-271-0/+6
| |/
* / Update class_initializer_black_list for jb-mr2Brian Carlstrom2013-03-241-1/+1
|/
* Slow ART.Ian Rogers2013-03-201-3/+12