summaryrefslogtreecommitdiff
path: root/compiler/optimizing/optimizing_compiler.cc
AgeCommit message (Expand)Author
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
2015-03-17Fall back to Quick when Optimizing cannot compile. Nicolas Geoffray
2015-03-16[optimizing] Use baseline when debuggable is set. Nicolas Geoffray
2015-03-11Revert "Revert "[optimizing] Enable x86 long support."" Nicolas Geoffray
2015-03-10Make the SSA builder honor the debuggable flag. Nicolas Geoffray
2015-03-06Revert "[optimizing] Enable x86 long support." Nicolas Geoffray
2015-03-06[optimizing] Enable x86 long support. Nicolas Geoffray
2015-02-24ART: Add -Wunused Andreas Gampe
2015-02-20Merge "Reference type propagation" Calin Juravle
2015-02-19Move arenas into runtime Mathieu Chartier
2015-02-19Reference type propagation Calin Juravle
2015-02-19Have the opt. compiler set the size of "empty" frames to zero. Roland Levillain
2015-02-05ART: Fix crash when timing method failing to build David Brazdil
2015-02-04Create HGraph outside Builder, print timings David Brazdil
2015-01-30Implement LICM in optimizing compiler. Nicolas Geoffray
2015-01-29optimizing: NullCheck elimination Calin Juravle
2015-01-27ART: Even more Quick cleanup Andreas Gampe
2015-01-26Move code around and address growable_array comment. Nicolas Geoffray
2015-01-26Introduce a SideEffectsAnalysis class. Nicolas Geoffray
2015-01-23Support callee save floating point registers on x64. Nicolas Geoffray
2015-01-20Merge "Add implicit null checks for the optimizing compiler" Calin Juravle
2015-01-19Constant fold after inlining. Nicolas Geoffray
2015-01-16Add implicit null checks for the optimizing compiler Calin Juravle
2015-01-15ART: Optimizing compiler intrinsics 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
2015-01-12Move code around in OptimizingCompiler::Compile to reduce stack space. Nicolas Geoffray
2015-01-05Look at instruction set features when generating volatiles code Calin Juravle
2014-12-22ART: Swap-space in the compiler Andreas Gampe