aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/compiler/brw_fs_live_variables.cpp
Commit message (Expand)AuthorAgeFilesLines
* intel/compiler: Silence unused parameter warning in fs_live_variables::setup_...Ian Romanick2020-04-171-2/+2
* intel/compiler: Drop invalidate_live_intervals()Francisco Jerez2020-03-061-8/+0
* intel/compiler/fs: Switch liveness analysis to IR analysis frameworkFrancisco Jerez2020-03-061-17/+3
* intel/compiler/fs: Add live interval validation passFrancisco Jerez2020-03-061-0/+41
* intel/compiler: Pass single backend_shader argument to the fs_live_variables ...Francisco Jerez2020-03-061-7/+7
* intel/compiler: Move all live interval analysis results into fs_live_variablesFrancisco Jerez2020-03-061-23/+17
* intel/compiler: Mark virtual_grf_interferes and vars_interfere as constFrancisco Jerez2020-03-061-2/+2
* intel/compiler: Reverse inclusion dependency between brw_fs_live_variables.h ...Francisco Jerez2020-03-061-1/+1
* intel/compiler: Nest definition of live variables block_data structuresFrancisco Jerez2020-03-061-9/+9
* intel/compiler: Fix C++ one definition rule violationsDanylo Piliaiev2019-10-281-9/+9
* intel/fs/live_variables: Do compute_start_end in BITSET_WORD chunksJason Ekstrand2019-05-161-9/+15
* 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/fs: Restrict live intervals to the subset possibly reachable from any d...Francisco Jerez2017-12-071-4/+30
* i965: Move the back-end compiler to src/intel/compilerJason Ekstrand2017-03-131-0/+334