summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50/nv50_pc_print.c
AgeCommit message (Collapse)Author
2010-07-31nv50: insert MOVs also for PHI sources from dominating blockChristoph Bumiller
Otherwise we get live range conflicts for operands that are written only in e.g. an ELSE block but not the IF block.
2010-07-31nv50: fix for empty BBsChristoph Bumiller
2010-07-26nv50: simple reload elimination and local CSEChristoph Bumiller
2010-07-24nv50: add/fix some license headersChristoph Bumiller
2010-07-23nv50: import new compilerChristoph Bumiller