summaryrefslogtreecommitdiff
path: root/src/compiler/driver/compiler_driver.cc
AgeCommit message (Expand)Author
2013-07-12Create separate Android.mk for main build targets Brian Carlstrom
2013-07-11libart-compiler cleanup Brian Carlstrom
2013-07-10Update class_initializer_black_list for master Brian Carlstrom
2013-07-01Add StandardCharsets to the class_initializer_black_list Brian Carlstrom
2013-06-25Added support for SEA IR. Dragos Sbirlea
2013-06-24Quickening support. Sebastien Hertz
2013-06-21GC clean up. Ian Rogers
2013-06-20Don't always slow-path array casts/instance-of. Ian Rogers
2013-06-14Move image class computation to the CompilerDriver Brian Carlstrom
2013-06-07Merge "Simplify CanAssumeTypeIsPresentInDexCache." into dalvik-dev Ian Rogers
2013-06-07Simplify CanAssumeTypeIsPresentInDexCache. Ian Rogers
2013-06-07Created compiled stubs in image. Jeff Hao
2013-06-05Faster instance-of for final classes. Ian Rogers
2013-06-05Don't apply instance-of peephole when vDest == vSrc. Ian Rogers
2013-06-01Allow type based sharpening for imprecise references. Ian Rogers
2013-05-31Verifier improvements. Ian Rogers
2013-05-31More profiler driven tweaks. Ian Rogers
2013-05-30Profiler directed clean-up of dex2oat. Ian Rogers
2013-05-29Build fix. Ian Rogers
2013-05-24Enable devirtualization for abstract and sub-class methods. Ian Rogers
2013-05-13Rename abstract method code_ to entry_point_from_compiled_code_. Jeff Hao
2013-05-10Improve interpreter to interpreter invokes. Jeff Hao
2013-05-10Fixed Android.common.mk #define setting for small art Anwar Ghuloum
2013-05-04Tracking merge of JWR32E (#656244) to dalvik-dev Brian Carlstrom
2013-05-02Supporting de-virtualization for precise types. Sameer Abu Asal
2013-05-01Merge "Compile filter for small applications and methods" into dalvik-dev Anwar Ghuloum
2013-04-30Compile filter for small applications and methods Anwar Ghuloum
2013-04-30Track rename of JSSE Kenny Root
2013-04-30Revert "Supporting de-virtualization for precise types." Brian Carlstrom
2013-04-29Supporting de-virtualization for precise types. Sameer Abu Asal
2013-04-26Merge "Revert "Supporting de-virtualization for precise types."" into dalvik-dev Ian Rogers
2013-04-26Revert "Supporting de-virtualization for precise types." Ian Rogers
2013-04-26Merge "Supporting de-virtualization for precise types." into dalvik-dev Ian Rogers
2013-04-26Removing remaining compiled stubs from image. Jeff Hao
2013-04-26Supporting de-virtualization for precise types. Sameer Abu Asal
2013-04-23Removed compiled resolution trampoline. Jeff Hao
2013-04-17minor cleanup Anwar Ghuloum
2013-04-16Add bool to verifier to allow soft failures. Jeff Hao
2013-04-16Compile less stuff Anwar Ghuloum
2013-04-11Remove SLOW_ART output spam in compiler driver. Jeff Hao
2013-04-09Fix abort regression. Ian Rogers
2013-04-09Build fix. Ian Rogers
2013-04-08Interpreter entries and instrumentation as a listener. Ian Rogers
2013-04-08Remove remaining code related to compiled invoke and proxy stubs. Jeff Hao
2013-03-30Merge branch 'dalvik-dev' of https://googleplex-android.googlesource.com/a/pl... Brian Carlstrom
2013-03-27Merge "Remove code related to compiled invoke stubs." into dalvik-dev Jeff Hao
2013-03-27Remove code related to compiled invoke stubs. Jeff Hao
2013-03-27Disable close of compiler_library_ to workaround mclinker bug affecting gtest... Brian Carlstrom
2013-03-24Update class_initializer_black_list for jb-mr2 Brian Carlstrom
2013-03-20Slow ART. Ian Rogers