summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.h
AgeCommit message (Expand)Author
2015-10-30Keep list of dex files for oat file in CompilerDriver. Vladimir Marko
2015-10-29Revert "Enable store elimination for singleton objects." Andreas Gampe
2015-10-27Enable store elimination for singleton objects. Mingyao Yang
2015-10-27Reduce memory used by CompiledMethods. Vladimir Marko
2015-10-07ART: Remove interpreter entrypoints Andreas Gampe
2015-09-15Add option to append to the cfg dump. Calin Juravle
2015-09-03Reduce how often we call FindDexCache Mathieu Chartier
2015-08-12Remove unnecessary `explicit` qualifiers on constructors. Roland Levillain
2015-08-05ART: Wire up DexToDexCompiler without extern Andreas Gampe
2015-07-22Move to newer clang annotations Mathieu Chartier
2015-07-15Revert "Revert "Revert "Revert "Make dex2dex return a CompiledMethod after qu... Nicolas Geoffray
2015-07-13Revert "Revert "Revert "Make dex2dex return a CompiledMethod after quickening... Nicolas Geoffray
2015-07-13Revert "Revert "Make dex2dex return a CompiledMethod after quickening."" Nicolas Geoffray
2015-07-13Revert "Make dex2dex return a CompiledMethod after quickening." Nicolas Geoffray
2015-07-10Make dex2dex return a CompiledMethod after quickening. Nicolas Geoffray
2015-06-30Make compiler-related gtests honor ART_USE_OPTIMIZING_COMPILER. Roland Levillain
2015-06-18ART: Fix reporting initialized classes by CompilerDriver. Vladimir Marko
2015-05-29Move mirror::ArtMethod to native Mathieu Chartier
2015-05-26ART: Clean up arm64 kNumberOfXRegisters usage. Vladimir Marko
2015-04-27Replace String CharArray with internal uint16_t array. Jeff Hao
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-21ART: Add compiled-methods Andreas Gampe
2015-04-21Merge "Use --dump-stats to dump optimizing compiler stats." Calin Juravle
2015-04-21Use --dump-stats to dump optimizing compiler stats. Calin Juravle
2015-04-20ART: Change image_classes and compiled_classes to unordered set Andreas Gampe
2015-04-20[optimizing] Add memory barriers in constructors when needed Calin Juravle
2015-04-16Fallback to quick in case of soft verification errors Calin Juravle
2015-04-13Merge "Revert "Fallback to quick in case of soft verification errors"" Calin Juravle
2015-04-13Revert "Fallback to quick in case of soft verification errors" Calin Juravle
2015-04-13Merge "Fallback to quick in case of soft verification errors" Calin Juravle
2015-04-10Move ArtField to native Mathieu Chartier
2015-04-10Fallback to quick in case of soft verification errors Calin Juravle
2015-04-07ART: Remove LLVM cruft Andreas Gampe
2015-04-06Prevent verified method from being deleted by compiler driver. Jeff Hao
2015-03-31Fixed layout for dex caches in boot image. Vladimir Marko
2015-03-25Revert "Revert "Inline across dex files."" Nicolas Geoffray
2015-03-20Add verify-at-runtime compiler filter Mathieu Chartier
2015-03-09Trim arenas for JIT Mathieu Chartier
2015-03-05ART: Add option to abort dex2oat on hard failure Andreas Gampe
2015-02-24Revert "Revert "Add JIT"" Mathieu Chartier
2015-02-24Revert "Add JIT" Nicolas Geoffray
2015-02-23Add JIT Mathieu Chartier
2015-02-19Move arenas into runtime Mathieu Chartier
2015-01-26ART: Some Quick cleanup Andreas Gampe
2015-01-20ART: Curb dex2oat verbosity Andreas Gampe
2015-01-13ART: dex2oat flag for HGraphVisualizer dump file David Brazdil
2015-01-13Revert "ART: dex2oat flag for HGraphVisualizer dump file" Andreas Gampe
2015-01-13ART: dex2oat flag for HGraphVisualizer dump file David Brazdil