aco: set tcs_in_out_eq=false if float controls of VS and TCS stages differ
[mesa.git] / src / amd / compiler / aco_live_var_analysis.cpp
2020-04-09 Daniel Schürmannaco: change live_out variables to std::unordered_set
2020-04-09 Daniel Schürmannaco: improve speed of live_var_analysis
2020-04-01 Samuel Pitoisetaco: only break SMEM clauses if XNACK is enabled (mostl...
2020-03-30 Timur Kristófaco: Fix workgroup size calculation.
2020-03-16 Rhys Perryaco: add a late kill flag
2020-03-16 Rhys Perryaco: move some register demand helpers into aco_live_va...
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