nv50/ir/opt: silence warning (int < Elements() signedness)
[mesa.git] / src / gallium / drivers / nv50 / codegen / nv50_ir_peephole.cpp
2012-04-14 Christoph Bumillernv50/ir/opt: silence warning (int < Elements() signedness)
2012-04-14 Christoph Bumillernv50/ir/opt: fix combineSt access to wrong instruction
2012-04-14 Christoph Bumillernv50/ir/opt: another insn NULL check in phi elimination
2012-04-14 Christoph Bumillernv50/ir/opt: don't delete instruction in removeFlow...
2012-04-14 Christoph Bumillernv50/ir/opt: check BB equality before instruction order...
2012-04-14 Christoph Bumillernv50/ir/opt: don't copy-propagate cond MOVs or MOVs...
2012-04-14 Christoph Bumillernv50/ir/opt: don't replace conditional definitions...
2012-04-14 Francisco Jereznv50/ir/opt: Update the symbol size when combining...
2012-04-14 Francisco Jereznv50/ir/opt: Fix for function calls.
2012-04-14 Francisco Jereznv50/ir/opt: Don't lose modifiers during constant folding.
2012-04-14 Francisco Jereznv50/ir/opt: Improve modifier handling.
2012-04-14 Francisco Jereznv50/ir: Decouple object cloning logic from the sub...
2012-04-14 Christoph Bumillernv50/ir: make Instruction::src/def container private
2012-04-14 Francisco Jereznv50/ir: Add support for unlimited instruction arguments.
2012-04-14 Christoph Bumillernv50/ir/opt: improve post-multiply and check target...
2012-04-14 Christoph Bumillernv50/ir: add isAccessSupported check for memory access...
2012-02-01 Brian Paulnv50: add assertions missed in earlier nv50 commit
2012-02-01 Brian Paulnv50: use larger arrays to silence warnings and fix...
2012-01-09 Christoph Bumillernv50/ir/opt: optimize u32 MOD by power of 2 into AND
2012-01-09 Christoph Bumillernv50/ir/opt: s/SHL/SHR in optimization of u32 DIV
2011-09-14 Christoph Bumillernv50/ir: add missing license headers
2011-09-14 Christoph Bumillernv50/ir: import new shader backend code