summaryrefslogtreecommitdiff
path: root/compiler/optimizing/optimizing_compiler.cc
AgeCommit message (Expand)Author
2015-11-12Merge "Optimizing/X86: PC-relative dex cache array addressing." Vladimir Marko
2015-11-12Optimizing/X86: PC-relative dex cache array addressing. Vladimir Marko
2015-11-11Revert "Revert "Run type propagation after inliner only when needed."" Calin Juravle
2015-11-10Revert "Revert "ART: Update DCE to work with try/catch"" David Brazdil
2015-11-05Code cleanup to avoid CompilerDriver abstractions in JIT. Nicolas Geoffray
2015-10-30ART: Enable inlining under try/catch David Brazdil
2015-10-29Revert "ART: Enable more passes under try/catch" David Brazdil
2015-10-29ART: Enable more passes under try/catch David Brazdil
2015-10-27Merge "Reduce memory used by CompiledMethods." Vladimir Marko
2015-10-27Reduce memory used by CompiledMethods. Vladimir Marko
2015-10-27Merge "Optimizing: Determine invoke-static/-direct dispatch early." Vladimir Marko
2015-10-26Merge "Revert "Run type propagation after inliner only when needed."" Calin Juravle
2015-10-26Revert "Run type propagation after inliner only when needed." Calin Juravle
2015-10-26Merge "Run type propagation after inliner only when needed." Calin Juravle
2015-10-23Run type propagation after inliner only when needed. Calin Juravle
2015-10-23Optimizing: Determine invoke-static/-direct dispatch early. Vladimir Marko
2015-10-22Revert "Revert "load store elimination."" Mingyao Yang
2015-10-22MIPS: Initial version of optimizing compiler for MIPS32 Goran Jakovljevic
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-15Use ATTRIBUTE_UNUSED more. Roland Levillain
2015-10-15Revert "load store elimination." Nicolas Geoffray
2015-10-15load store elimination. Mingyao Yang
2015-10-12Optimizing: Move GraphChecker memory allocations to arena. Vladimir Marko
2015-10-09Don't check for optimizing test marker on unsupported ISAs. Calin Juravle
2015-10-07Enforce optimizing test marker for verification errors. Calin Juravle
2015-10-06Revert "Optimizing: Disable -Wframe-larger-than= for CompileOptimized()." Vladimir Marko
2015-10-06Optimizing: Disable -Wframe-larger-than= for CompileOptimized(). Vladimir Marko
2015-10-02Don't delegate to Quick anymore. Nicolas Geoffray
2015-10-02Enable compilation of members with access check failures. Calin Juravle
2015-09-30Revert "Revert "Enable optimizations with --debuggable."" Nicolas Geoffray
2015-09-29Revert "Enable optimizations with --debuggable." Nicolas Geoffray
2015-09-29Enable optimizations with --debuggable. Nicolas Geoffray
2015-09-17Support unresolved methods in Optimizing Calin Juravle
2015-09-16Merge "Add option to append to the cfg dump." Calin Juravle
2015-09-15Use induction variable range analysis in BCE (statically). Aart Bik
2015-09-15Add option to append to the cfg dump. Calin Juravle
2015-09-15Merge "Revert "Revert "ART: Register allocation and runtime support for try/c... David Brazdil
2015-09-15Revert "Revert "ART: Register allocation and runtime support for try/catch"" David Brazdil
2015-09-15Temporarly disable SSA creation in try/catch/debuggable. Nicolas Geoffray
2015-09-14Revert "ART: Register allocation and runtime support for try/catch" David Brazdil
2015-09-14ART: Register allocation and runtime support for try/catch David Brazdil
2015-09-08[optimizing] Add support for x86 constant area Mark Mendell
2015-09-03Merge "Reduce how often we call FindDexCache" Mathieu Chartier
2015-09-03Reduce how often we call FindDexCache Mathieu Chartier
2015-09-03Add more dwarf debug line info for Optimized methods. Yevgeny Rouban
2015-09-02Optimizing: Tag Arena allocations with their source. Vladimir Marko
2015-08-31Revert "Revert "Change dex caches to be weak roots"" Mathieu Chartier
2015-08-28Fix some HandleScope bugs and add corresponding checks Mathieu Chartier
2015-08-26ART: Propagate verifier failure types to the compilers Andreas Gampe