nv50: fix potential null deref in insn modifer optimization pass
[profile/ivi/mesa.git] / src / gallium / drivers / nv50 / nv50_pc_optimize.c
2011-08-19 Christoph Bumillernv50: fix potential null deref in insn modifer optimiza...
2011-08-17 Christoph Bumillernv50: don't drop flags definition when merging SAT...
2011-04-23 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-04-10 Christoph Bumillernv50,nvc0: silence shader debug output
2011-03-04 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-03-04 Christoph BumillerMerge remote branch 'origin/nvc0'
2011-02-28 Christoph Bumillernv50: replace most of it with nvc0 driver ported to...
2011-02-24 Christian KönigMerge remote branch 'origin/master' into pipe-video
2011-02-09 Christoph Bumillernv50,nvc0: fix condition code change when commuting...
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-18 Keith WhitwellMerge remote branch 'origin/master' into lp-setup-llvm
2010-10-12 Christian KönigMerge branch 'master' of ssh://git.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge branch 'master' of ssh://cgit.freedesktop.org...
2010-10-05 Thomas Balling Sør... Merge remote branch 'origin/master' into pipe-video
2010-10-05 Nicolas Kaisernv50: fix always true conditional in shader optimization
2010-10-05 Thomas Balling Sør... Merge branch 'master' into pipe-video
2010-09-15 Christoph BumillerMerge remote branch 'origin/nv50-compiler'
2010-09-15 Christoph Bumillernv50: improve and fix modifier folding optimization
2010-09-15 Christoph Bumillernv50: consider address register in reload elimination
2010-09-13 Christoph Bumillernv50: check for immediates when turning MUL ADD into MAD
2010-09-13 Christoph Bumillernv50: handle TGSI EXP and LOG again
2010-09-12 Christoph Bumillernv50: cannot move from local mem to output reg directly
2010-09-11 Christoph Bumillernv50: reduce bb_reachable_by runtime from pot to linear
2010-09-09 Christoph Bumillernv50: use actual loads/stores if TEMPs are accessed...
2010-09-09 Christoph Bumillernv50: prepare for having multiple functions
2010-09-02 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
2010-09-02 Christoph Bumillernv50: fix build-predicate function
2010-09-01 Christoph Bumillernv50: re-add proper TEXBIAS sequence
2010-09-01 Christoph Bumillernv50: SSG
2010-09-01 Christoph Bumillernv50: attempt at making more complicated loops work
2010-09-01 Christoph Bumillernv50: turn off verbose debug output by default
2010-08-18 Christoph BumillerMerge remote branch 'origin/master' into nv50-compiler
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