aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/compiler/brw_fs_combine_constants.cpp
Commit message (Expand)AuthorAgeFilesLines
* intel/compiler: Move idom tree calculation and related logic into analysis ob...Francisco Jerez2020-03-061-2/+2
* 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/+1
* intel/fs: Don't count integer instructions as being possibly coissueIan Romanick2020-02-051-1/+8
* intel/compiler: Don't move immediate in registerSagar Ghuge2019-10-211-0/+38
* intel/compiler: avoid truncating int64_t to intMaya Rashish2019-09-261-1/+1
* i965/fs: Add a shader_stats struct.Matt Turner2019-07-301-1/+1
* intel/compiler: don't use a keyword struct for a class fs_regAndrii Simiklit2019-07-241-1/+1
* intel/fs: Fix D to W conversion in opt_combine_constantsIan Romanick2019-04-231-1/+1
* intel/compiler: generalize the combine constants passIago Toral Quiroga2019-04-181-22/+212
* intel/compiler: Rearrange code to avoid future problemsMatt Turner2019-01-091-3/+4
* i965: Move the back-end compiler to src/intel/compilerJason Ekstrand2017-03-131-0/+329