summaryrefslogtreecommitdiff
path: root/compiler/optimizing/optimizing_compiler.cc
AgeCommit message (Expand)Author
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
2016-01-04Revert "Revert "Tweak inlining heuristics."" Nicolas Geoffray
2015-12-31ART: Refactor SsaBuilder for more precise typing info David 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 info David Brazdil
2015-12-10Get source mapping table from stack maps. David Srbecky
2015-12-08ART: Enable all optimizations except LSE under try/catch David Brazdil
2015-12-04Inline monomorphic calls. Nicolas Geoffray
2015-12-02Merge "Clean up optimizing compiler stats" Calin Juravle
2015-12-01Dynamic BCE (based on induction range analysis) Aart Bik
2015-12-01Clean up optimizing compiler stats Calin Juravle
2015-12-01Merge "Optimizing/ARM: Implement kDexCachePcRelative dispatch." Vladimir Marko
2015-12-01Optimizing/ARM: Implement kDexCachePcRelative dispatch. Vladimir Marko
2015-11-24ARM64 read barrier support for concurrent GC in Optimizing. Roland Levillain
2015-11-23Optimizing: Avoid a PrettyMethod() call per compiled method. Vladimir Marko
2015-11-23Revert "Add stats support for existing optimizations" Nicolas Geoffray
2015-11-22Add stats support for existing optimizations Jean-Philippe Halimi
2015-11-21Revert "Dynamic BCE (based on induction range analysis)" Aart Bik
2015-11-20Dynamic BCE (based on induction range analysis) Aart Bik
2015-11-17ARM read barrier support for concurrent GC in Optimizing. Roland Levillain
2015-11-15x86/x86-64 read barrier support for concurrent GC in Optimizing. Roland Levillain
2015-11-12Merge "Optimizing/X86: PC-relative dex cache array addressing." Vladimir Marko
2015-11-12Optimizing/X86: PC-relative dex cache array addressing. Vladimir Marko
2015-11-11Revert "Revert "Run type propagation after inliner only when needed."" Calin Juravle
2015-11-10Revert "Revert "ART: Update DCE to work with try/catch"" David Brazdil
2015-11-05Code cleanup to avoid CompilerDriver abstractions in JIT. Nicolas Geoffray
2015-10-30ART: Enable inlining under try/catch David Brazdil
2015-10-29Revert "ART: Enable more passes under try/catch" David Brazdil
2015-10-29ART: Enable more passes under try/catch David Brazdil
2015-10-27Merge "Reduce memory used by CompiledMethods." Vladimir Marko
2015-10-27Reduce memory used by CompiledMethods. Vladimir Marko
2015-10-27Merge "Optimizing: Determine invoke-static/-direct dispatch early." Vladimir Marko