summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver-inl.h
AgeCommit message (Expand)Author
2015-04-24Merge "Ensure inlined static calls perform clinit checks in Optimizing." Roland Levillain
2015-04-24Ensure inlined static calls perform clinit checks in Optimizing. Roland Levillain
2015-04-22Replace NULL with nullptr Mathieu Chartier
2015-04-10Move ArtField to native Mathieu Chartier
2015-03-25Revert "Revert "Inline across dex files."" Nicolas Geoffray
2015-02-24Revert "Revert "Add JIT"" Mathieu Chartier
2015-02-24Revert "Add JIT" Nicolas Geoffray
2015-02-23Add JIT Mathieu Chartier
2015-01-26ART: Some Quick cleanup Andreas Gampe
2014-12-02Remove FieldHelper. Ian Rogers
2014-11-18Do not try to sharpen super calls to abstract methods. Vladimir Marko
2014-10-27Rewrite class initialization check elimination. Vladimir Marko
2014-10-16dex2oat: Add a --compile-pic option Igor Murashkin
2014-08-22ART: Clean up compiler Andreas Gampe
2014-07-22Set vtable in class object to null after linking. Mingyao Yang
2014-07-16Remove object_utils.h. Ian Rogers
2014-07-14Support fields in optimizing compiler. Nicolas Geoffray
2014-07-11Improve performance of invokevirtual/invokeinterface with embedded imt/vtable Mingyao Yang
2014-06-06Change FieldHelper to use a handle. Mathieu Chartier
2014-05-23Revert "Revert "Fix an outstanding compaction bug in interpreter."" Mathieu Chartier
2014-05-22Revert "Fix an outstanding compaction bug in interpreter." Mathieu Chartier
2014-05-22Fix an outstanding compaction bug in interpreter. Mathieu Chartier
2014-05-13Add Handle/HandleScope and delete SirtRef. Mathieu Chartier
2014-03-18Early inlining of simple methods. Vladimir Marko
2014-03-10Cache method lowering info in mir graph. Vladimir Marko
2014-03-07Add more VerifyObject calls. Mathieu Chartier
2014-03-03Cache field lowering info in mir_graph. Vladimir Marko