aco: fix off-by-one error when initializing sgpr_live_in
[mesa.git] / src / amd / compiler / aco_register_allocation.cpp
2020-01-22 Rhys Perryaco: fix off-by-one error when initializing sgpr_live_in
2020-01-16 Daniel Schürmannaco: handle phi affinities transitively through paralle...
2020-01-14 Rhys Perryaco: don't move literal to reg when making an instructi...
2020-01-10 Daniel Schürmannaco: compact various Instruction classes
2019-12-07 Daniel Schürmannaco: split read/writelane opcode into VOP2/VOP3 version...
2019-12-04 Timur Kristófaco/wave32: Use lane mask regclass for exec/vcc.
2019-11-29 Daniel Schürmannaco: don't split live-ranges of linear VGPRs
2019-11-12 Daniel Schürmannaco: preserve kill flag on moved operands during RA
2019-11-12 Daniel Schürmannaco: fix invalid access on Pseudo_instructions
2019-10-30 Daniel Schürmannaco: fix live-range splits of phis
2019-10-28 Timur Kristófaco: Introduce vgpr_limit to keep track of available...
2019-10-23 Rhys Perryaco: increase accuracy of SGPR limits
2019-09-28 Mauro Rossiandroid: aco: fix undefined template 'std::__1::array...
2019-09-19 Daniel Schürmannaco: Initial commit of independent AMD compiler