aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/compiler/brw_vec4_live_variables.cpp
Commit message (Expand)AuthorAgeFilesLines
* intel/compiler: Drop invalidate_live_intervals()Francisco Jerez2020-03-061-8/+0
* intel/compiler/vec4: Switch liveness analysis to IR analysis frameworkFrancisco Jerez2020-03-061-32/+3
* intel/compiler/vec4: Add live interval validation passFrancisco Jerez2020-03-061-0/+43
* intel/compiler: Pass single backend_shader argument to the vec4_live_variable...Francisco Jerez2020-03-061-4/+3
* intel/compiler: Restructure live intervals computation codeFrancisco Jerez2020-03-061-78/+53
* intel/compiler: Move all live interval analysis results into vec4_live_variablesFrancisco Jerez2020-03-061-15/+20
* intel/compiler: Mark virtual_grf_interferes and vars_interfere as constFrancisco Jerez2020-03-061-1/+1
* intel/compiler: Reverse inclusion dependency between brw_vec4_live_variables....Francisco Jerez2020-03-061-1/+1
* intel/compiler: Nest definition of live variables block_data structuresFrancisco Jerez2020-03-061-5/+6
* intel/compiler: Fix C++ one definition rule violationsDanylo Piliaiev2019-10-281-5/+5
* i965: Move the back-end compiler to src/intel/compilerJason Ekstrand2017-03-131-0/+343