summaryrefslogtreecommitdiff
path: root/compiler/optimizing/optimizing_compiler.cc
AgeCommit message (Expand)Author
2015-06-25Only do some checks when compiling against the core image. Nicolas Geoffray
2015-06-24Use a flag from the verifier to know if we should compile. Nicolas Geoffray
2015-06-24ART: Run GraphChecker after Builder and SsaBuilder David Brazdil
2015-06-22Opt compiler: Add disassembly to the '.cfg' output. Alexandre Rames
2015-06-19MIPS: Initial version of optimizing compiler for MIPS64R6. Alexey Frunze
2015-06-18Run a simplification pass before code generation. Nicolas Geoffray
2015-06-17Fix a bug in optimizing when the null constant has been DCE. Nicolas Geoffray
2015-06-12Optimizing: Move optimization objects to Arena. Vladimir Marko
2015-06-10Revert "Revert "Support for inlining virtual and interface calls."" Nicolas Geoffray
2015-06-08Revert "Support for inlining virtual and interface calls." Nicolas Geoffray
2015-06-04Support for inlining virtual and interface calls. Nicolas Geoffray
2015-05-29Move mirror::ArtMethod to native Mathieu Chartier
2015-05-28Add --generate-debug-info flag and remove the other two flags. David Srbecky
2015-05-22Do not use dex_compilation_unit after inlining. Nicolas Geoffray
2015-05-21Also encode the InvokeType in an InlineInfo. Nicolas Geoffray
2015-05-19Eliminate redundant constructor barriers when inlining. Calin Juravle
2015-05-12ART: Rediscover loops after deleting blocks in DCE David Brazdil
2015-05-11Add a parent environment to HEnvironment. Nicolas Geoffray
2015-04-24Merge "Minor improvements to 458-checker-instruction-simplification." Roland Levillain
2015-04-23ART: Run BooleanSimplifier after inlining David Brazdil
2015-04-22[optimizing] Name the last DCE pass. Calin Juravle
2015-04-22Run DCE again after all the other optimizations have run. Calin Juravle
2015-04-21Revert "Run DCE again after all the other optimizations have run." Nicolas Geoffray
2015-04-21Run DCE again after all the other optimizations have run. Calin Juravle
2015-04-21Use --dump-stats to dump optimizing compiler stats. Calin Juravle
2015-04-20Minor improvements to 458-checker-instruction-simplification. Alexandre Rames
2015-04-16Merge "Fallback to quick in case of soft verification errors" Calin Juravle
2015-04-16Fallback to quick in case of soft verification errors Calin Juravle
2015-04-15Move the linear order to the HGraph. Nicolas Geoffray
2015-04-13Add --include-cfi compiler option. David Srbecky
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-10Merge "ART: Refactor CompileOptimized" Andreas Gampe
2015-04-10ART: Refactor CompileOptimized Andreas Gampe
2015-04-10Fallback to quick in case of soft verification errors Calin Juravle
2015-04-10ART: Remove WriteElf from Compiler Andreas Gampe
2015-04-09Fix build - the stack frame is too large. David Srbecky
2015-04-09Implement CFI for Optimizing. David Srbecky
2015-04-08Merge "ART: Fix 64-bit ELF file support" Andreas Gampe
2015-04-07ART: Fix 64-bit ELF file support Andreas Gampe
2015-04-07ART: Print C1vis header only if visualizer enabled David Brazdil
2015-03-31Merge "Fixed layout for dex caches in boot image." Vladimir Marko
2015-03-31Fixed layout for dex caches in boot image. Vladimir Marko
2015-03-30[optimizing] Only print full stats in VLOG(compiler) Nicolas Geoffray
2015-03-25Revert "Revert "Inline across dex files."" Nicolas Geoffray
2015-03-24Merge "Share the runtime arena for faster compile times." Nicolas Geoffray
2015-03-24Share the runtime arena for faster compile times. Nicolas Geoffray
2015-03-24ART: Boolean simplifier David Brazdil
2015-03-23Implement a space filter for optimizing. Nicolas Geoffray