summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_visualizer.cc
AgeCommit message (Expand)Author
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
2015-10-08Merge "Add DCHECKs to ArenaVector and ScopedArenaVector." Vladimir Marko
2015-10-08Make sure classes with different access checks are not GVN-ed Calin Juravle
2015-10-08Add DCHECKs to ArenaVector and ScopedArenaVector. Vladimir Marko
2015-10-06Add support for unresolved classes in optimizing. Calin Juravle
2015-10-02Revert "Revert "Support unresolved fields in optimizing" Calin Juravle
2015-09-29Use dominance information for null optimization in write barrier. Nicolas Geoffray
2015-09-17Revert "Support unresolved fields in optimizing" Calin Juravle
2015-09-17Support unresolved fields in optimizing Calin Juravle
2015-09-17Support unresolved methods in Optimizing Calin Juravle
2015-09-16Optimizing: Tag arena allocations in HGraph. Vladimir Marko
2015-09-08Optimizing: Tag basic block allocations with their source. Vladimir Marko
2015-09-03Revert "Optimizing: Tag basic block allocations with their source." Vladimir Marko
2015-09-03Optimizing: Tag basic block allocations with their source. Vladimir Marko
2015-07-29Merge "Revert "Revert "Revert "Revert "Use the object class as top in referen... Calin Juravle
2015-07-29Merge "Revert "Revert "Revert "Revert "Fixes and improvements in ReferenceTyp... Calin Juravle
2015-07-29Revert "Revert "Revert "Revert "Use the object class as top in reference type... Calin Juravle
2015-07-29Run intrinsics on inlined code. Scott Wakeling
2015-07-28Revert "Revert "Revert "Revert "Fixes and improvements in ReferenceTypePropag... Calin Juravle
2015-07-28Revert "Revert "Revert "Fixes and improvements in ReferenceTypePropagation""" Calin Juravle
2015-07-27Revert "Revert "Fixes and improvements in ReferenceTypePropagation"" Calin Juravle
2015-07-22Merge "Revert "Fixes and improvements in ReferenceTypePropagation"" Calin Juravle
2015-07-22Merge "Revert "Use the object class as top in reference type propagation"" Calin Juravle
2015-07-22Revert "Use the object class as top in reference type propagation" Calin Juravle
2015-07-22Revert "Fixes and improvements in ReferenceTypePropagation" Calin Juravle
2015-07-22Merge "Use the object class as top in reference type propagation" Calin Juravle
2015-07-22Merge "Fixes and improvements in ReferenceTypePropagation" Calin Juravle
2015-07-21Use the object class as top in reference type propagation Calin Juravle
2015-07-21Fixes and improvements in ReferenceTypePropagation Calin Juravle
2015-07-15ART: Build SSA form when try/catch is present David Brazdil
2015-07-08Revert "Revert "ART: Ignore try blocks with no throwing instructions"" David Brazdil
2015-07-08Revert "ART: Ignore try blocks with no throwing instructions" David Brazdil
2015-07-08ART: Ignore try blocks with no throwing instructions David Brazdil
2015-07-01Don't print signatures to avoid spaces. Nicolas Geoffray
2015-07-01Merge "ART: Changes to try-catch in GraphBuilder" David Brazdil
2015-07-01ART: Changes to try-catch in GraphBuilder David Brazdil
2015-07-01Emit method name at invokes in the graph visualizer. Nicolas Geoffray
2015-06-29Revert "Revert "Do not update the type of something we already know."" Nicolas Geoffray
2015-06-29Revert "Do not update the type of something we already know." Calin Juravle
2015-06-29Do not update the type of something we already know. Nicolas Geoffray
2015-06-26Revert "Revert "ART: Implement try/catch blocks in Builder"" David Brazdil
2015-06-26Revert "ART: Implement try/catch blocks in Builder" David Brazdil
2015-06-25ART: Implement try/catch blocks in Builder David Brazdil
2015-06-23ART: Fix GraphVisualizer dlopen crash David Brazdil
2015-06-22Opt compiler: Add disassembly to the '.cfg' output. Alexandre Rames
2015-06-19Verifier: check an aput, even if we know it will fail. Nicolas Geoffray
2015-06-17Fix bug in optimizing around instanceof. Nicolas Geoffray