summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/graph_checker.cc
Commit message (Expand)AuthorAgeFilesLines
* Optimizing: Speed up HEnvironment use removalDavid Brazdil2015-01-261-2/+2
* Improve error messages in art::GraphChecker and art::SSACheckerRoland Levillain2015-01-211-189/+152
* Ensure HCondition nodes on objects are either HEqual or HNotEqualRoland Levillain2015-01-191-4/+16
* Constant fold after inlining.Nicolas Geoffray2015-01-191-1/+49
* Fix ids and remove invoke when inlining.Nicolas Geoffray2014-12-171-1/+9
* Fix a bug in the type analysis phase of optimizing.Nicolas Geoffray2014-11-251-0/+68
* ART: Use std::vector in GraphCheckerAndreas Gampe2014-11-071-21/+21
* Have HInstruction::StrictlyDominates compute strict dominance.Roland Levillain2014-10-171-2/+2
* Improve art::SSAChecker::VisitInstruction.Roland Levillain2014-10-141-11/+28
* Optimizing compiler: check inputs & uses definitions in CFG.Roland Levillain2014-09-251-0/+32
* Optimizing compiler: ensure loop header dominates loop's blocks.Roland Levillain2014-09-231-0/+15
* Add loop- and phi-related checks in the optimizing compiler.Roland Levillain2014-09-221-0/+98
* Add CFG and SSA form checkers in the optimizing compiler.Roland Levillain2014-09-171-0/+183