summaryrefslogtreecommitdiff
path: root/compiler/optimizing/optimizing_compiler.cc
AgeCommit message (Expand)Author
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
2016-02-25Revert "Revert "ARM/ARM64: Extend support of instruction combining."" Artem Udovichenko
2016-02-19Merge "The JIT does not need VerifedMethod nor CompilerCallbacks." Nicolas Geoffray
2016-02-18Add statistics support for some optimizations Jean-Philippe Halimi
2016-02-18The JIT does not need VerifedMethod nor CompilerCallbacks. Nicolas Geoffray
2016-02-15ART: Run SsaBuilder from HGraphBuilder David Brazdil
2016-02-08Split elf_writer_debug.cc to several files. David Srbecky
2016-02-08Merge "Move code related to debug info generation to its own directory." David Srbecky
2016-02-08Move code related to debug info generation to its own directory. David Srbecky
2016-02-05Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64."" Nicolas Geoffray
2016-01-28ART: Implement HSelect David Brazdil
2016-01-26Revert "Revert "Add option to generate compressed backtrace info."" David Srbecky
2016-01-25Revert "Add option to generate compressed backtrace info." David Srbecky
2016-01-22Add option to generate compressed backtrace info. David Srbecky
2016-01-22Revert "ARM/ARM64: Extend support of instruction combining." Nicolas Geoffray
2016-01-21ARM/ARM64: Extend support of instruction combining. Ilmir Usmanov
2016-01-18Merge "ART: Remove Baseline compiler" David Brazdil
2016-01-18ART: Remove Baseline compiler David Brazdil
2016-01-18Move --dump-cfg and dump-cfg-append to CompilerOptions. Nicolas Geoffray
2016-01-14Merge "Implement irreducible loop support in optimizing." Nicolas Geoffray
2016-01-14Implement irreducible loop support in optimizing. Nicolas Geoffray
2016-01-13Add DWARF type information generation. Tamas Berghammer
2016-01-13Report DWARF debug information for JITed code. David Srbecky
2016-01-06ART: Resolve ambiguous ArraySets David Brazdil