glthread: don't prefix variable_data with const
[mesa.git] / src / amd / compiler / aco_live_var_analysis.cpp
2020-03-05 Rhys Perryaco: only reserve sgprs for vcc if it's used
2020-01-29 Rhys Perryaco: error when block has no logical preds but VGPRs...
2020-01-22 Rhys Perryaco: fix operand kill flags when a temporary is used...
2020-01-10 Rhys Perryaco: limit register usage for large work groups
2019-12-21 Rhys Perryaco: fix vgpr alloc granule with wave32
2019-12-04 Timur Kristófaco/wave32: Use lane mask regclass for exec/vcc.
2019-10-30 Daniel Schürmannaco: improve live variable analysis
2019-10-28 Timur Kristófaco: Introduce vgpr_limit to keep track of available...
2019-10-23 Rhys Perryaco: take LDS into account when calculating num_waves
2019-10-23 Rhys Perryaco: increase accuracy of SGPR limits
2019-09-19 Daniel Schürmannaco: Initial commit of independent AMD compiler