summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/optimizing_compiler.cc
Commit message (Expand)AuthorAgeFilesLines
* art: Fix whitespace errors added by cafChristopher R. Palmer2015-11-091-3/+1
* ART: extensionWei Wang2015-10-061-0/+54
* Optimizing: Move optimization objects to Arena.Vladimir Marko2015-10-061-35/+41
* Reduce space filter threshold to 128.Nicolas Geoffray2015-07-171-2/+2
* Merge "MIPS: Initial version of optimizing compiler for MIPS64R6." into mnc-devRoland Levillain2015-06-291-0/+1
|\
| * MIPS: Initial version of optimizing compiler for MIPS64R6.Roland Levillain2015-06-261-0/+1
* | ART: Bail out immediately on try/catchDavid Brazdil2015-06-261-6/+11
|/
* Only do some checks when compiling against the core image.Nicolas Geoffray2015-06-251-1/+7
* Use a flag from the verifier to know if we should compile.Nicolas Geoffray2015-06-241-1/+2
* Run a simplification pass before code generation.Nicolas Geoffray2015-06-221-0/+5
* Fix a bug in optimizing when the null constant has been DCE.Nicolas Geoffray2015-06-221-1/+1
* ART stack unwinding fixes for libunwind/gdb/lldb.David Srbecky2015-06-191-3/+3
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-3/+4
* ART: Rediscover loops after deleting blocks in DCEDavid Brazdil2015-05-131-2/+4
* Add a parent environment to HEnvironment.Nicolas Geoffray2015-05-111-1/+1
* Merge "Minor improvements to 458-checker-instruction-simplification."Roland Levillain2015-04-241-1/+1
|\
| * Minor improvements to 458-checker-instruction-simplification.Alexandre Rames2015-04-201-1/+1
* | ART: Run BooleanSimplifier after inliningDavid Brazdil2015-04-231-3/+3
* | [optimizing] Name the last DCE pass.Calin Juravle2015-04-221-1/+1
* | Run DCE again after all the other optimizations have run.Calin Juravle2015-04-221-3/+5
* | Revert "Run DCE again after all the other optimizations have run."Nicolas Geoffray2015-04-211-5/+3
* | Run DCE again after all the other optimizations have run.Calin Juravle2015-04-211-3/+5
* | Use --dump-stats to dump optimizing compiler stats.Calin Juravle2015-04-211-19/+29
|/
* Merge "Fallback to quick in case of soft verification errors"Calin Juravle2015-04-161-5/+18
|\
| * Fallback to quick in case of soft verification errorsCalin Juravle2015-04-161-5/+18
* | Move the linear order to the HGraph.Nicolas Geoffray2015-04-151-1/+1
|/
* Add --include-cfi compiler option.David Srbecky2015-04-131-1/+1
* Merge "Revert "Fallback to quick in case of soft verification errors""Calin Juravle2015-04-131-18/+5
|\
| * Revert "Fallback to quick in case of soft verification errors"Calin Juravle2015-04-131-18/+5
* | Merge "Fallback to quick in case of soft verification errors"Calin Juravle2015-04-131-5/+18
|\ \ | |/
| * Fallback to quick in case of soft verification errorsCalin Juravle2015-04-101-5/+18
* | Merge "ART: Refactor CompileOptimized"Andreas Gampe2015-04-101-15/+15
|\ \
| * | ART: Refactor CompileOptimizedAndreas Gampe2015-04-101-15/+15
| |/
* | ART: Remove WriteElf from CompilerAndreas Gampe2015-04-101-14/+0
|/
* Fix build - the stack frame is too large.David Srbecky2015-04-091-0/+4
* Implement CFI for Optimizing.David Srbecky2015-04-091-5/+21
* Merge "ART: Fix 64-bit ELF file support"Andreas Gampe2015-04-081-2/+7
|\
| * ART: Fix 64-bit ELF file supportAndreas Gampe2015-04-071-2/+7
* | ART: Print C1vis header only if visualizer enabledDavid Brazdil2015-04-071-1/+4
|/
* Merge "Fixed layout for dex caches in boot image."Vladimir Marko2015-03-311-0/+2
|\
| * Fixed layout for dex caches in boot image.Vladimir Marko2015-03-311-0/+2
* | [optimizing] Only print full stats in VLOG(compiler)Nicolas Geoffray2015-03-301-2/+7
|/
* Revert "Revert "Inline across dex files.""Nicolas Geoffray2015-03-251-1/+1
* Merge "Share the runtime arena for faster compile times."Nicolas Geoffray2015-03-241-2/+1
|\
| * Share the runtime arena for faster compile times.Nicolas Geoffray2015-03-241-2/+1
* | ART: Boolean simplifierDavid Brazdil2015-03-241-0/+5
|/
* Implement a space filter for optimizing.Nicolas Geoffray2015-03-231-0/+10
* Fall back to Quick when Optimizing cannot compile.Nicolas Geoffray2015-03-171-32/+66
* [optimizing] Use baseline when debuggable is set.Nicolas Geoffray2015-03-161-2/+3
* Revert "Revert "[optimizing] Enable x86 long support.""Nicolas Geoffray2015-03-111-1/+1