summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.cc
AgeCommit message (Expand)Author
2016-03-18Add verify-profile compiler filter Mathieu Chartier
2016-03-16Improve compiler stats Calin Juravle
2016-03-04Add more systracing everywhere Mathieu Chartier
2016-02-26Add and use loaded class profiling Mathieu Chartier
2016-02-24Merge "ART: Allow method references across oat files for multi-image, 2nd att... Vladimir Marko
2016-02-24ART: Allow method references across oat files for multi-image, 2nd attempt. Vladimir Marko
2016-02-23Merge "Make JNI work correctly with default methods." Alex Light
2016-02-23Make JNI work correctly with default methods. Alex Light
2016-02-23Merge "Dex-wide ArenaPool scoping for AOT compilation" Vladimir Marko
2016-02-19Dex-wide ArenaPool scoping for AOT compilation Jean-Philippe Halimi
2016-02-18The JIT does not need VerifedMethod nor CompilerCallbacks. Nicolas Geoffray
2016-02-17Revert "Allow method references across oat files for multi-image." Vladimir Marko
2016-02-17Allow method references across oat files for multi-image. Vladimir Marko
2016-02-15dex2oat: Show memory usage values in bytes Anton Kirilov
2016-02-04Merge "runtime: Don't skip verification for -Xverify:soft-fail" Igor Murashkin
2016-02-03runtime: Don't skip verification for -Xverify:soft-fail Igor Murashkin
2016-02-01Fix up dex cache strings stored in classes Mathieu Chartier
2016-01-28Merge "ART: Add option to ensure deterministic compilation" Andreas Gampe
2016-01-27ART: Add option to ensure deterministic compilation Andreas Gampe
2016-01-27ART: Allow --no-inline-from to specify multiple dex files. Vladimir Marko
2016-01-25Revert "Revert "Load app images"" Mathieu Chartier
2016-01-23Revert "Load app images" Nicolas Geoffray
2016-01-22Load app images Mathieu Chartier
2016-01-19Merge "ART: Public classes never require access checks" David Brazdil
2016-01-18ART: Public classes never require access checks David Brazdil
2016-01-18Move --dump-cfg and dump-cfg-append to CompilerOptions. Nicolas Geoffray
2016-01-07Perform profile file analysis in dex2oat Calin Juravle
2015-12-23Dex2oat support for multiple oat file and image file outputs. Jeff Hao
2015-12-21Rename NullHandle to ScopedNullHandle Mathieu Chartier
2015-12-16Revert "Revert "Combine direct_methods_ and virtual_methods_ fields of mirror... Alex Light
2015-12-15Revert "Combine direct_methods_ and virtual_methods_ fields of mirror::Class" Alex Light
2015-12-14Combine direct_methods_ and virtual_methods_ fields of mirror::Class Alex Light
2015-12-11Revert "Revert "Enable profiled guided compilation in dex2oat"" Calin Juravle
2015-12-11Merge "Revert "Enable profiled guided compilation in dex2oat"" Calin Juravle
2015-12-11Revert "Enable profiled guided compilation in dex2oat" Calin Juravle
2015-12-11Merge "Enable profiled guided compilation in dex2oat" Calin Juravle
2015-12-11Merge "Don't generate a slow path for strings in the dex cache." Nicolas Geoffray
2015-12-10ART: Stash a resolved method late in the verifier Andreas Gampe
2015-12-10Revert "ART: Check invoke-interface earlier in verifier" Andreas Gampe
2015-12-10Enable profiled guided compilation in dex2oat Calin Juravle
2015-12-10Don't generate a slow path for strings in the dex cache. Nicolas Geoffray
2015-12-09ART: Refactor verifier callbacks Andreas Gampe
2015-12-08ART: Check invoke-interface earlier in verifier Andreas Gampe
2015-12-02Revert "Enable profiled guided compilation in dex2oat" Nicolas Geoffray
2015-12-02Enable profiled guided compilation in dex2oat Calin Juravle
2015-11-30Refactor oat file writing to give Dex2Oat more control. Vladimir Marko
2015-11-24Optimize HLoadClass when we know the class is in the cache. Nicolas Geoffray
2015-11-18Revert "Revert "Enable store elimination for singleton objects."" Mingyao Yang
2015-11-11Image space cleanup for app images Mathieu Chartier
2015-11-09ART: Rerun the verifier for compile-time failures Andreas Gampe