aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/compiler/brw_fs_register_coalesce.cpp
Commit message (Expand)AuthorAgeFilesLines
* intel/fs: Don't delete coalesced MOVs if they have a cmodJason Ekstrand2020-04-291-2/+15
* intel/fs: Coalesce when the src live range is contained in the dstJason Ekstrand2020-04-211-7/+43
* intel/fs: Rename block to scan_block in can_coalesce_varsJason Ekstrand2020-04-211-4/+4
* intel/compiler/fs: Switch liveness analysis to IR analysis frameworkFrancisco Jerez2020-03-061-19/+14
* intel/compiler: Pass detailed dependency classes to invalidate_analysis()Francisco Jerez2020-03-061-1/+1
* intel/compiler: Introduce backend_shader method to propagate IR changes to an...Francisco Jerez2020-03-061-1/+3
* intel/fs: Rework fs_inst::is_copy_payload() into multiple classification help...Francisco Jerez2020-01-171-1/+1
* Revert "intel/compiler: split is_partial_write() into two variants"Juan A. Suarez Romero2019-04-251-1/+1
* intel/compiler: split is_partial_write() into two variantsIago Toral Quiroga2019-04-181-1/+1
* intel/compiler: Prevent warnings in the following patchMatt Turner2019-01-091-4/+4
* i965: Move the back-end compiler to src/intel/compilerJason Ekstrand2017-03-131-0/+295