Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i965: Do better fake context setup in unit tests | Jason Ekstrand | 2015-04-22 | 1 | -1/+5 |
* | i965/fs: Use correct null destination register in cmod tests | Ian Romanick | 2015-03-20 | 1 | -3/+3 |
* | i965/fs: Handle CMP.nz ... 0 and AND.nz ... 1 similarly in cmod propagation | Ian Romanick | 2015-03-17 | 1 | -0/+105 |
* | i965/fs: Don't propagate cmod to inst with different type. | Matt Turner | 2015-03-04 | 1 | -0/+34 |
* | i965/fs: Add support for removing MOV.NZ instructions. | Matt Turner | 2015-01-23 | 1 | -0/+32 |
* | i965/fs: Allow flipping cond mod for negated arguments. | Matt Turner | 2015-01-23 | 1 | -0/+33 |
* | i965/fs: Propagate cmod across flag read if it contains the same value. | Matt Turner | 2015-01-23 | 1 | -0/+41 |
* | i965/fs: Add unit tests for cmod propagation pass. | Matt Turner | 2015-01-23 | 1 | -0/+311 |