summaryrefslogtreecommitdiff
path: root/compiler/optimizing/optimizing_compiler.cc
AgeCommit message (Expand)Author
2016-08-26ARM/MIPS: Avoid dead dex cache arrays base for intrinsics. Vladimir Marko
2016-08-25Merge "ARM: Purge Arm32Assembler." Roland Levillain
2016-08-23Use full pass name when building optimizations Wojciech Staszkiewicz
2016-08-19ARM: Purge Arm32Assembler. Artem Serov
2016-08-18Merge "Log optimization passes in verbose mode" Aart Bik
2016-08-18Fix optimizing compiler not building for svelte Wojciech Staszkiewicz
2016-08-18Log optimization passes in verbose mode Wojciech Staszkiewicz
2016-08-16jni: Fast path for @FastNative annotated java methods Igor Murashkin
2016-08-08Implement running user defined list of passes Wojciech Staszkiewicz
2016-08-06Add a register allocation strategy compiler option Matthew Gharrity
2016-07-27MIPS32: Improve string and class loads Alexey Frunze
2016-07-25Merge "Make static helper methods member functions of OptimizingCompiler class" Aart Bik
2016-07-22Make static helper methods member functions of OptimizingCompiler class Wojciech Staszkiewicz
2016-07-21Merge "ARM: Port instr simplification of array accesses." Vladimir Marko
2016-07-21ARM: Port instr simplification of array accesses. Artem Serov
2016-07-20Refactor register allocation to be pluggable Matthew Gharrity
2016-07-15Rename current register allocator implementation Matthew Gharrity
2016-07-13X86: Use memory to do array range checks Mark Mendell
2016-07-01MIPS32: Improve method invocation Alexey Frunze
2016-06-07Revert "Revert "Fix ArtMethod::GetInvokeType for static methods on interfaces."" Nicolas Geoffray
2016-06-06Revert "Fix ArtMethod::GetInvokeType for static methods on interfaces." Nicolas Geoffray
2016-06-06Fix ArtMethod::GetInvokeType for static methods on interfaces. Nicolas Geoffray
2016-04-25Add flag to ArtMethod to skip compilation. Nicolas Geoffray
2016-04-13Move Assemblers to the Arena. Vladimir Marko
2016-04-07Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"" David Brazdil
2016-04-05Merge "Clean up OatQuickMethodHeader after Quick removal." Vladimir Marko
2016-04-04Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals" David Brazdil
2016-04-04Clean up OatQuickMethodHeader after Quick removal. Vladimir Marko
2016-04-04Refactor HGraphBuilder and SsaBuilder to remove HLocals David Brazdil
2016-04-04Build dominator tree before generating HInstructions David Brazdil
2016-03-24Merge "Post-Quick cleanup: Remove CompilationUnit." Vladimir Marko
2016-03-24Post-Quick cleanup: Remove CompilationUnit. Vladimir Marko
2016-03-23Revert "Revert "Use compiler filter to determine oat file status."" Andreas Gampe
2016-03-23Revert "Use compiler filter to determine oat file status." Nicolas Geoffray
2016-03-22Use compiler filter to determine oat file status. Richard Uhler
2016-03-22ART: Clean up arena allocation memory tracking. Vladimir Marko
2016-03-16Merge "Clean up NullCheck generation and record stats about it." Calin Juravle
2016-03-16Add more statistics for memory use of the JIT. Nicolas Geoffray
2016-03-16Clean up NullCheck generation and record stats about it. Calin Juravle
2016-03-16Collect memory use for the JIT. Nicolas Geoffray
2016-03-11Add trampoline symbols to native debug info. David Srbecky
2016-03-11Merge "Allow generation of native debug info for multiple methods." David Srbecky
2016-03-11Merge "Refactor MethodDebugInfo (input of DWARF writer)." David Srbecky
2016-03-10Avoid generating dead code on frame enter/exit. Aart Bik
2016-03-10Allow generation of native debug info for multiple methods. David Srbecky
2016-03-10Refactor MethodDebugInfo (input of DWARF writer). David Srbecky
2016-03-08Mark DWARF lines in non-debuggable methods as "not a statement". David Srbecky
2016-03-08Propagate InstructionSetFeatures to ElfBuilder. David Srbecky
2016-03-02Add a PassScope for PrepareForRegisterAllocation Mingyao Yang
2016-03-01Give the JIT its own arena pool to avoid lock contentions. Nicolas Geoffray