summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/graph_checker.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "Do not update the type of something we already know.""Nicolas Geoffray2015-06-291-0/+4
* [optimizing] Rename HasArrayAccesses and check itMark Mendell2015-04-241-0/+3
* Ensure inlined static calls perform clinit checks in Optimizing.Roland Levillain2015-04-241-0/+3
* Merge "Remove duplicates phis created during SSA transformation"Calin Juravle2015-04-161-0/+1
|\
| * Remove duplicates phis created during SSA transformationCalin Juravle2015-04-161-0/+1
* | ART: Remove DCHECKs for boolean typeDavid Brazdil2015-04-161-0/+3
|/
* ART: Force constants into the entry blockDavid Brazdil2015-03-261-0/+1
* Improve error messages in art::GraphChecker and art::SSACheckerRoland Levillain2015-01-211-0/+5
* Constant fold after inlining.Nicolas Geoffray2015-01-191-0/+1
* Fix ids and remove invoke when inlining.Nicolas Geoffray2014-12-171-1/+3
* Fix a bug in the type analysis phase of optimizing.Nicolas Geoffray2014-11-251-8/+10
* ART: Use std::vector in GraphCheckerAndreas Gampe2014-11-071-6/+5
* Tidy up logging.Ian Rogers2014-10-221-2/+2
* Revert "Revert "Introduce a class to implement optimization passes.""Roland Levillain2014-10-171-3/+17
* Implement default traversals in CFG & SSA graph checkers.Roland Levillain2014-10-141-0/+11
* Revert "Introduce a class to implement optimization passes."Nicolas Geoffray2014-10-011-17/+3
* Introduce a class to implement optimization passes.Roland Levillain2014-10-011-3/+17
* Add loop- and phi-related checks in the optimizing compiler.Roland Levillain2014-09-221-1/+4
* Add CFG and SSA form checkers in the optimizing compiler.Roland Levillain2014-09-171-0/+80