nv50/ir: fix off-by-ones in CSE and nvc0 insnCanLoad
[mesa.git] / src / gallium / drivers / nv50 / codegen / nv50_ir_bb.cpp
2012-04-14 Christoph Bumillernv50/ir: rewrite the register allocator as GCRA, with...
2012-04-14 Francisco Jereznv50/ir: Clean up before calculating instruction orderi...
2012-04-14 Francisco Jereznv50/ir: Build a "symbol" table with the binary offsets...
2012-04-14 Francisco Jereznv50/ir: Add support for removing functions from a...
2012-04-14 Francisco Jereznv50/ir: Scan program functions in DFS-postorder.
2012-04-14 Francisco Jereznv50/ir: Deal with graph iterators using RAII.
2012-04-14 Francisco Jereznv50/ir: Add convenience method for calculating the...
2012-04-14 Francisco Jereznv50/ir: Add support code for calculating the clobber...
2012-04-14 Francisco Jereznv50/ir: Add support for cloning FlowInsns, ImmediateVa...
2012-04-14 Francisco Jereznv50/ir: Make sure that several IR objects are destroye...
2012-04-14 Christoph Bumillernv50/ir: add function for splitting a BasicBlock
2012-04-14 Francisco Jereznv50/ir: Fix memory corruption in Function::orderInstru...
2012-04-14 Francisco Jereznv50/ir: Fix up insertion of PHI instructions using...
2012-04-14 Christoph Bumillernv50/ir: fix insertHead and remove for BBs with PHI...
2011-09-14 Christoph Bumillernv50/ir: add missing license headers
2011-09-14 Christoph Bumillernv50/ir: import new shader backend code