aboutsummaryrefslogtreecommitdiffstats
path: root/src/amd/compiler/aco_register_allocation.cpp
Commit message (Expand)AuthorAgeFilesLines
* aco: don't split live-ranges of linear VGPRsDaniel Schürmann2019-12-031-4/+11
* aco: preserve kill flag on moved operands during RADaniel Schürmann2019-11-131-1/+1
* aco: fix invalid access on Pseudo_instructionsDaniel Schürmann2019-11-131-1/+9
* aco: fix live-range splits of phisDaniel Schürmann2019-10-301-14/+23
* aco: Introduce vgpr_limit to keep track of available VGPRs.Timur Kristóf2019-10-281-1/+2
* aco: increase accuracy of SGPR limitsRhys Perry2019-10-231-6/+6
* android: aco: fix undefined template 'std::__1::array' build errorsMauro Rossi2019-09-281-0/+1
* aco: Initial commit of independent AMD compilerDaniel Schürmann2019-09-191-0/+1924