Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | i965/vec4: Compare full register offsets in cmod propagation. | Francisco Jerez | 2016-09-14 | 1 | -1/+1 |
* | i965/vec4: Drop backend_reg::in_range() in favor of regions_overlap(). | Francisco Jerez | 2016-09-14 | 1 | -2/+2 |
* | i965/vec4: Replace vec4_instruction::regs_written with ::size_written field i... | Francisco Jerez | 2016-09-14 | 1 | -1/+1 |
* | i965/vec4: Replace dst/src_reg::reg_offset with dst/src_reg::offset expressed... | Francisco Jerez | 2016-09-14 | 1 | -1/+1 |
* | i965/vec4: Fix cmod propagation not to propagate non-identity cmod into CMP(N). | Francisco Jerez | 2016-06-03 | 1 | -0/+12 |
* | i965: Clean up #includes in the compiler. | Matt Turner | 2015-11-24 | 1 | -0/+1 |
* | i965: Rename GRF to VGRF. | Matt Turner | 2015-11-13 | 1 | -1/+1 |
* | i965/vec4: adding vec4_cmod_propagation optimization | Alejandro PiƱeiro | 2015-10-22 | 1 | -0/+157 |