Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i965/fs: Relax type check in cmod propagation. | Matt Turner | 2015-04-01 | 1 | -1/+3 |
* | i965/fs: Ignore type in cmod prop if scan_inst is CMP. | Matt Turner | 2015-03-18 | 1 | -12/+13 |
* | i965/fs: Handle CMP.nz ... 0 and AND.nz ... 1 similarly in cmod propagation | Ian Romanick | 2015-03-17 | 1 | -1/+30 |
* | i965/fs: Silence unused parameter warning | Ian Romanick | 2015-03-09 | 1 | -2/+2 |
* | i965/fs: Don't propagate cmod to inst with different type. | Matt Turner | 2015-03-04 | 1 | -0/+4 |
* | i965: Handle CMP.nz ... 0 and MOV.nz similarly in cmod propagation. | Kenneth Graunke | 2015-01-26 | 1 | -6/+10 |
* | i965/fs: Add support for removing MOV.NZ instructions. | Matt Turner | 2015-01-23 | 1 | -3/+20 |
* | i965/fs: Allow flipping cond mod for negated arguments. | Matt Turner | 2015-01-23 | 1 | -3/+6 |
* | i965/fs: Propagate cmod across flag read if it contains the same value. | Matt Turner | 2015-01-23 | 1 | -2/+14 |
* | i965/fs: Add pass to propagate conditional modifiers. | Matt Turner | 2015-01-23 | 1 | -0/+98 |