ac: declare an enum for the OOB select field on GFX10
[mesa.git] / src / amd / compiler / aco_spill.cpp
2019-12-19 Samuel Pitoisetac: declare an enum for the OOB select field on GFX10
2019-12-04 Timur Kristófaco/wave32: Replace hardcoded numbers in spiller with...
2019-11-12 Daniel Schürmannaco: rematerialize s_movk instructions
2019-11-12 Daniel Schürmannaco: fix invalid access on Pseudo_instructions
2019-11-04 Daniel Schürmannaco: only use single-dword loads/stores for spilling
2019-11-04 Daniel Schürmannaco: fix immediate offset for spills if scratch is...
2019-10-30 Daniel Schürmannaco: implement VGPR spilling
2019-10-30 Daniel Schürmannaco: omit linear VGPRs as spill variables
2019-10-30 Daniel Schürmannaco: ensure that spilled VGPR reloads are done after...
2019-10-30 Daniel Schürmannaco: simplify calculation of target register pressure...
2019-10-30 Rhys Perryaco: fix new_demand calculation for first instructions
2019-10-30 Daniel Schürmannaco: don't add interferences between spilled phi operands
2019-10-30 Daniel Schürmannaco: consider loop_exit blocks like merge blocks, even...
2019-10-30 Daniel Schürmannaco: don't insert the exec mask into set of live-out...
2019-10-30 Daniel Schürmannaco: fix transitive affinities of spilled variables
2019-10-30 Daniel Schürmannaco: Lower to CSSA
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