summaryrefslogtreecommitdiff
path: root/compiler/optimizing/optimizing_compiler.cc
AgeCommit message (Expand)Author
2016-11-21ART: Add dex::TypeIndex Andreas Gampe
2016-11-21Merge "Revert "Revert "Revert "Revert "JIT root tables.""""" Nicolas Geoffray
2016-11-18Revert "Revert "Revert "Revert "JIT root tables."""" Nicolas Geoffray
2016-11-16ARM: VIXL32: Arch specific operations. Artem Serov
2016-11-14Merge "Revert "Revert "Revert "JIT root tables."""" Nicolas Geoffray
2016-11-14Revert "Revert "Revert "JIT root tables.""" Nicolas Geoffray
2016-11-14Merge "Revert "Revert "JIT root tables.""" Nicolas Geoffray
2016-11-11Revert "Revert "JIT root tables."" Nicolas Geoffray
2016-11-10Dump c1visualizer output before and after each pass. Nicolas Geoffray
2016-11-09Merge "Revert "JIT root tables."" Nicolas Geoffray
2016-11-09Revert "JIT root tables." Nicolas Geoffray
2016-11-09Merge "JIT root tables." Nicolas Geoffray
2016-11-08ART: Fix tidy warnings Andreas Gampe
2016-11-08JIT root tables. Nicolas Geoffray
2016-11-02New instruction simplifications. Extra dce pass. Allow more per block repeats. Aart Bik
2016-11-01Flush the CFG visualizer output after writing to it. Roland Levillain
2016-10-28ART: Make graph visualizer thread-safe Andreas Gampe
2016-10-20Merge "Improve recognition of select-based period induction." Treehugger Robot
2016-10-20Improve recognition of select-based period induction. Aart Bik
2016-10-20Merge "ARM: VIXL32: Pass initial ART tests with new code generator." Roland Levillain
2016-10-18Remove mirror:: and ArtMethod deps in utils.{h,cc} David Sehr
2016-10-17ARM: VIXL32: Pass initial ART tests with new code generator. Scott Wakeling
2016-10-12Replace StackHandleScopeCollection with VariableSizedHandleScope Mathieu Chartier
2016-10-05Merge "Remove #include "oat_file.h" from class_linker.h ." Vladimir Marko
2016-10-05Remove #include "oat_file.h" from class_linker.h . Vladimir Marko
2016-10-05Properly scope HLoopOptimization's allocator. Nicolas Geoffray
2016-10-03A first implementation of a loop optimization framework. Aart Bik
2016-09-30Simplify our intrinsic recognizer. Nicolas Geoffray
2016-09-29Clean up ScopedThreadStateChange to use ObjPtr Mathieu Chartier
2016-08-30ART: SHARED_REQUIRES to REQUIRES_SHARED Andreas Gampe
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