summaryrefslogtreecommitdiff
path: root/compiler/optimizing/optimizing_compiler.cc
AgeCommit message (Expand)Author
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 PrepareForRegisterAllocationMingyao 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 optimizationsJean-Philippe Halimi
2016-02-18The JIT does not need VerifedMethod nor CompilerCallbacks.Nicolas Geoffray
2016-02-15ART: Run SsaBuilder from HGraphBuilderDavid 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 HSelectDavid 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 compilerDavid 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 ArraySetsDavid Brazdil
2016-01-04Revert "Revert "Tweak inlining heuristics.""Nicolas Geoffray
2015-12-31ART: Refactor SsaBuilder for more precise typing infoDavid Brazdil
2015-12-23Dex2oat support for multiple oat file and image file outputs.Jeff Hao
2015-12-17Merge "Revert "Tweak inlining heuristics.""Nicolas Geoffray
2015-12-17Revert "Tweak inlining heuristics."Nicolas Geoffray
2015-12-17Merge "Tweak inlining heuristics."Nicolas Geoffray
2015-12-17Tweak inlining heuristics.Nicolas Geoffray
2015-12-15Revert "ART: Refactor SsaBuilder for more precise typing info"Alex Light
2015-12-14ART: Refactor SsaBuilder for more precise typing infoDavid Brazdil
2015-12-10Get source mapping table from stack maps.David Srbecky