summaryrefslogtreecommitdiffstats
path: root/compiler/driver/compiler_driver-inl.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Use IsAssignableFrom instead of IsSubclass for robustness.""Nicolas Geoffray2015-06-221-2/+4
* ART: Fix reporting initialized classes by CompilerDriver.Vladimir Marko2015-06-181-2/+23
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-26/+26
* Merge "Ensure inlined static calls perform clinit checks in Optimizing."Roland Levillain2015-04-241-16/+66
|\
| * Ensure inlined static calls perform clinit checks in Optimizing.Roland Levillain2015-04-241-16/+66
* | Replace NULL with nullptrMathieu Chartier2015-04-221-3/+3
|/
* Move ArtField to nativeMathieu Chartier2015-04-101-12/+11
* Revert "Revert "Inline across dex files.""Nicolas Geoffray2015-03-251-8/+17
* Revert "Revert "Add JIT""Mathieu Chartier2015-02-241-15/+28
* Revert "Add JIT"Nicolas Geoffray2015-02-241-28/+15
* Add JITMathieu Chartier2015-02-231-15/+28
* ART: Some Quick cleanupAndreas Gampe2015-01-261-1/+0
* Remove FieldHelper.Ian Rogers2014-12-021-4/+2
* Do not try to sharpen super calls to abstract methods.Vladimir Marko2014-11-181-1/+2
* Rewrite class initialization check elimination.Vladimir Marko2014-10-271-17/+23
* dex2oat: Add a --compile-pic optionIgor Murashkin2014-10-161-6/+24
* ART: Clean up compilerAndreas Gampe2014-08-221-0/+1
* Set vtable in class object to null after linking.Mingyao Yang2014-07-221-2/+2
* Remove object_utils.h.Ian Rogers2014-07-161-3/+1
* Support fields in optimizing compiler.Nicolas Geoffray2014-07-141-4/+3
* Improve performance of invokevirtual/invokeinterface with embedded imt/vtableMingyao Yang2014-07-111-0/+1
* Change FieldHelper to use a handle.Mathieu Chartier2014-06-061-1/+3
* Revert "Revert "Fix an outstanding compaction bug in interpreter.""Mathieu Chartier2014-05-231-14/+17
* Revert "Fix an outstanding compaction bug in interpreter."Mathieu Chartier2014-05-221-17/+14
* Fix an outstanding compaction bug in interpreter.Mathieu Chartier2014-05-221-14/+17
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-18/+19
* Early inlining of simple methods.Vladimir Marko2014-03-181-0/+10
* Cache method lowering info in mir graph.Vladimir Marko2014-03-101-0/+128
* Add more VerifyObject calls.Mathieu Chartier2014-03-071-0/+1
* Cache field lowering info in mir_graph.Vladimir Marko2014-03-031-0/+165