Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i965: Update if_block/else_block in the dead control flow pass. | Matt Turner | 2014-09-05 | 1 | -0/+7 |
* | i965: Preserve CFG when deleting dead control flow. | Matt Turner | 2014-08-22 | 1 | -9/+45 |
* | i965: Add and use foreach_block macro. | Matt Turner | 2014-08-18 | 1 | -2/+1 |
* | i965: Improve dead control flow elimination. | Matt Turner | 2014-07-24 | 1 | -10/+15 |
* | i965: Add cfg to backend_visitor. | Matt Turner | 2014-07-21 | 1 | -3/+3 |
* | i965/cfg: Clean up cfg_t constructors. | Matt Turner | 2013-12-04 | 1 | -1/+1 |
* | i965/cfg: Rework to make IF & ELSE blocks flow into ENDIF. | Matt Turner | 2013-12-04 | 1 | -2/+2 |
* | i965: Add a pass to remove dead control flow. | Matt Turner | 2013-11-20 | 1 | -0/+83 |