summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.cc
AgeCommit message (Expand)Author
2015-11-02Fix tests flakiness with jit when using Proxy classes. Nicolas Geoffray
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-21Merge "Use DlMallocSpace for the JIT code cache." Nicolas Geoffray
2015-10-21Use DlMallocSpace for the JIT code cache. Nicolas Geoffray
2015-10-15Allocate dex cache arrays in their class loader's linear alloc Mathieu Chartier
2015-10-07ART: Remove interpreter entrypoints Andreas Gampe
2015-09-16Merge "ART: Skip compiler-driver compile loop for VerifyAtRuntime" Andreas Gampe
2015-09-16ART: Skip compiler-driver compile loop for VerifyAtRuntime Andreas Gampe
2015-09-15Add option to append to the cfg dump. Calin Juravle
2015-09-11Add and use ScopedSuspendAll Mathieu Chartier
2015-09-04Merge "ART: Move DexCache arrays to native." Vladimir Marko
2015-09-03Add ScopedThreadSuspension Mathieu Chartier
2015-09-03Reduce how often we call FindDexCache Mathieu Chartier
2015-09-03ART: Move DexCache arrays to native. Vladimir Marko
2015-08-31Revert "Revert "Change dex caches to be weak roots"" Mathieu Chartier
2015-08-28Revert "Change dex caches to be weak roots" Brian Carlstrom
2015-08-27ART: Balanced locking Andreas Gampe
2015-08-27Merge "ART: Propagate verifier failure types to the compilers" Andreas Gampe
2015-08-26ART: Propagate verifier failure types to the compilers Andreas Gampe
2015-08-25Change dex caches to be weak roots Mathieu Chartier
2015-08-18Always visit object class from VisitReferences Mathieu Chartier
2015-08-12Visit class roots from ClassLoader::VisitReferences Mathieu Chartier
2015-08-05ART: Wire up DexToDexCompiler without extern Andreas Gampe
2015-07-29Clean up class visitors Mathieu Chartier
2015-07-24Visit class native roots from VisitReferences Mathieu Chartier
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-25ART: Set methods to preverified in verify-none Andreas Gampe
2015-06-22ART: Don't do pre-linked calls to the interpreter bridge. Vladimir Marko
2015-06-18ART: Fix reporting initialized classes by CompilerDriver. Vladimir Marko
2015-06-01Merge "Revert "Revert "Switch to using ELF-64 for 64-bit architectures.""" David Srbecky
2015-05-29Move mirror::ArtMethod to native Mathieu Chartier
2015-05-27Revert "Revert "Switch to using ELF-64 for 64-bit architectures."" David Srbecky
2015-05-26Merge "ART: Clean up arm64 kNumberOfXRegisters usage." Vladimir Marko
2015-05-26ART: Clean up arm64 kNumberOfXRegisters usage. Vladimir Marko
2015-05-22Merge "Revert "Switch to using ELF-64 for 64-bit architectures."" Hiroshi Yamauchi
2015-05-22Revert "Switch to using ELF-64 for 64-bit architectures." Hiroshi Yamauchi
2015-05-21Merge "Fix the size of a StackHandleScope in art::CompilerDriver." Roland Levillain
2015-05-19Switch to using ELF-64 for 64-bit architectures. David Srbecky
2015-05-19Fix the size of a StackHandleScope in art::CompilerDriver. Roland Levillain
2015-04-27Replace String CharArray with internal uint16_t array. Jeff Hao
2015-04-22Replace NULL with nullptr Mathieu Chartier
2015-04-21ART: Add compiled-methods Andreas Gampe