nv50: check dst compatibility in CSE
[mesa.git] / src / gallium / drivers / nv50 / nv50_pc_optimize.c
2010-08-17 Christoph Bumillernv50: check dst compatibility in CSE
2010-08-17 Christoph Bumillernv50: more TGSI opcodes (SIN, SCS, ARL, RET, KILP)
2010-08-16 Christoph Bumillernv50: generate JOINs for outermost IF clauses
2010-08-16 Christoph Bumillernv50: fix thinko in store to output reg possible check
2010-08-16 Christoph Bumillernv50: flatten simple IF/ELSE/ENDIF constructs
2010-08-15 Christoph Bumillernv50: loops part 2
2010-08-15 Christoph Bumillernv50: more constant folding
2010-08-10 Christoph Bumillernv50: begin implementing loops
2010-08-04 Christoph Bumillernv50: build proper phi functions in the first place
2010-08-04 Christoph Bumillernv50: don't eliminate loads to dedicated values
2010-07-31 Christoph Bumillernv50: fixes for nested IFs
2010-07-31 Christoph Bumillernv50: fix for empty BBs
2010-07-26 Christoph Bumillernv50: fix constant_operand opt mul by 2 case
2010-07-26 Christoph Bumillernv50: simple reload elimination and local CSE
2010-07-24 Christoph Bumillernv50: add/fix some license headers
2010-07-24 Christoph Bumillernv50: don't produce MOV immediate to output reg in...
2010-07-23 Christoph Bumillernv50: import new compiler