summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_visualizer.cc
AgeCommit message (Expand)Author
2016-09-23Clean-up sharpening and compiler driver. Nicolas Geoffray
2016-08-19ART: Add thread offset printing hook to disassembler Andreas Gampe
2016-08-02Improve the graph visualizer's output for constant locations. Alexandre Rames
2016-07-15Rename current register allocator implementation Matthew Gharrity
2016-07-13X86: Use memory to do array range checks Mark Mendell
2016-07-01Create a typedef for HInstruction::GetInputs() return type. Vladimir Marko
2016-06-21Merge "Replace String.charAt() with HIR." Vladimir Marko
2016-06-21Replace String.charAt() with HIR. Vladimir Marko
2016-06-21Improve HLoadClass code generation. Vladimir Marko
2016-06-02Refactor handling of input records. Vladimir Marko
2016-05-12Merge "Fix oatdump crash on arm64/arm code. Also adds 16 bit literal informat... Aart Bik
2016-05-12Fix oatdump crash on arm64/arm code. Aart Bik
2016-05-12Fix another case of live_in at irreducible loop entry. Nicolas Geoffray
2016-05-09Intrinsify String.length() and String.isEmpty() as HIR. Vladimir Marko
2016-04-19Use iterators "before" the use node in HUserRecord<>. Vladimir Marko
2016-03-30Merge "Optimizing: Improve const-string code generation." Vladimir Marko
2016-03-30ART: Flush ostream less frequently in GraphVisualizer David Brazdil
2016-03-29Optimizing: Improve const-string code generation. Vladimir Marko
2016-03-24ART: Loosen a GraphChecker rule on Boolean inputs David Brazdil
2016-03-23Ensure object ArraySet with null value does not need a type check. Roland Levillain
2016-03-11Integrate BitwiseNegated into shared framework. Artem Serov
2016-02-25Optimizing: ARM64 negated bitwise operations simplification Kevin Brodsky
2016-02-25Revert "Revert "ARM/ARM64: Extend support of instruction combining."" Artem Udovichenko
2016-02-17Extend constant folding to float and double operations. Roland Levillain
2016-02-15ART: Run SsaBuilder from HGraphBuilder David Brazdil
2016-02-11Fix x86-64 Baker's read barrier fast path for CheckCast. Roland Levillain
2016-01-28Revert "Revert "Lift the spill at each irreducible loop block restriction."" Nicolas Geoffray
2016-01-26Some minor simplifications in code and tests. Aart Bik
2016-01-26Revert "Lift the spill at each irreducible loop block restriction." Bart Sears
2016-01-26Lift the spill at each irreducible loop block restriction. Nicolas Geoffray
2016-01-22Revert "Some minor simplifications in code and tests." Nicolas Geoffray
2016-01-20Some minor simplifications in code and tests. Aart Bik
2016-01-14Implement irreducible loop support in optimizing. Nicolas Geoffray
2015-12-31ART: Refactor SsaBuilder for more precise typing info David Brazdil
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-02Merge "Revert "Revert "Don't use the compiler driver for method resolution.""" Nicolas Geoffray
2015-12-02Revert "Revert "Don't use the compiler driver for method resolution."" Nicolas Geoffray
2015-12-02Optimizing: Add checker tests for sharpening. Vladimir Marko
2015-12-01Revert "Don't use the compiler driver for method resolution." Nicolas Geoffray
2015-12-01Don't use the compiler driver for method resolution. Nicolas Geoffray
2015-11-25ARM64: Use the shifter operands. Alexandre Rames
2015-11-20ARM64: Add support for multiply-accumulate. Alexandre Rames
2015-11-19Merge "Allow NullConstant to be untyped in GraphVisualiser." Calin Juravle
2015-11-19Allow NullConstant to be untyped in GraphVisualiser. Mark Mendell
2015-11-19Fix ClinitCheck pruning. Vladimir Marko
2015-11-11Revert "Revert "Run type propagation after inliner only when needed."" Calin Juravle
2015-11-10ART: Refactor iteration over normal/exceptional successors David Brazdil
2015-10-26Revert "Run type propagation after inliner only when needed." Calin Juravle
2015-10-23Run type propagation after inliner only when needed. Calin Juravle