summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_visualizer.cc
AgeCommit message (Expand)Author
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
2015-05-29Support for inlining methods that call/throw. Nicolas Geoffray
2015-05-20Add tests for InstanceOf's and CheckCast's MustDoNullCheck Guillaume "Vermeille" Sanchez
2015-05-20Remove unnecessary clinit checks Calin Juravle
2015-05-20Merge "Revert "Add test for Change-Id: Ied0412a01922b40a3f5d89bed49707498582a... Calin Juravle
2015-05-20Revert "Add test for Change-Id: Ied0412a01922b40a3f5d89bed49707498582abc1" Calin Juravle
2015-05-20Merge "Add test for Change-Id: Ied0412a01922b40a3f5d89bed49707498582abc1" Calin Juravle
2015-05-20Add test for Change-Id: Ied0412a01922b40a3f5d89bed49707498582abc1 Guillaume "Vermeille" Sanchez
2015-05-18ART: Mark constructor 'explicit' David Brazdil
2015-05-18ART: Revert change to LiveRange::Dump David Brazdil
2015-05-18Revert "ART: Revert change to LiveRange::Dump" David Brazdil
2015-05-18ART: Revert change to LiveRange::Dump David Brazdil
2015-05-15ART: Print C1vis lists as [v1,...,vN] David Brazdil
2015-05-15ART: Fix a minor lint error David Brazdil
2015-05-15ART: Refactor GraphVisualizer attribute printing David Brazdil
2015-05-12ART: Rediscover loops after deleting blocks in DCE David Brazdil
2015-05-11Add a parent environment to HEnvironment. Nicolas Geoffray
2015-04-20[optimizing] Add memory barriers in constructors when needed Calin Juravle
2015-04-07ART: Print C1vis header only if visualizer enabled David Brazdil
2015-03-26[optimizing] Implement X86 intrinsic support Mark Mendell
2015-02-24ART: Add -Wunused Andreas Gampe
2015-02-19Ensure the graph is correctly typed. Nicolas Geoffray
2015-02-04ART: Dump environment to cfg file. Zheng Xu
2015-02-04Create HGraph outside Builder, print timings David Brazdil
2015-01-30Implement LICM in optimizing compiler. Nicolas Geoffray
2015-01-27ART: Further refactor use lists David Brazdil
2015-01-26Optimizing: Speed up HEnvironment use removal David Brazdil
2015-01-21Merge "ART: Replace NULL to nullptr in the optimizing compiler" Roland Levillain
2015-01-21ART: Replace NULL to nullptr in the optimizing compiler Jean Christophe Beyler
2015-01-21Revert "Revert "Fully support pairs in the register allocator."" Nicolas Geoffray
2015-01-21Revert "Fully support pairs in the register allocator." Nicolas Geoffray
2015-01-21Fully support pairs in the register allocator. Nicolas Geoffray
2015-01-08Merge "ART: Fixed formatting in HGraphVisualizerPrinter" David Brazdil
2015-01-08ART: Fixed formatting in HGraphVisualizerPrinter David Brazdil
2015-01-08Implement double and float support for arm in register allocator. Nicolas Geoffray
2014-12-29ART: Refactored VisualizerPrinter visitor pattern David Brazdil
2014-12-17ART: Added Checker, a pattern matching test engine David Brazdil