nv50/ir: Rename "mkLoad" to "mkLoadv" for consistency.
[mesa.git] / src / gallium / drivers / nv50 / codegen / nv50_ir_ra.cpp
2013-03-12 Christoph Bumillernv50/ir/ra: make sure all used function inputs get...
2013-03-12 Christoph Bumillernv50/ir/ra: also add pre-existing MERGE,SPLIT to constr...
2013-03-12 Christoph Bumillernv50/ir/ra: fix confusion with conditional RegisterSet...
2013-03-12 Christoph Bumillernv50/ir/ra: swap copyCompound args if src is compound...
2013-03-12 Francisco Jereznv50/ir/ra: Fix maxGPR calculation for programs with...
2013-03-12 Francisco Jereznv50/ir/ra: Fix traversal before the beginning of the...
2013-03-12 Francisco Jereznv50/ir/ra: Fix RegisterSet::occupy(const Value *v).
2013-03-12 Francisco Jereznv50/ir/ra: Fix argument const-ness in RegisterSet...
2013-01-19 Christoph Bumillernv50/ir: fix a couple of warnings
2012-09-25 Jay Cornwallnv50/ir/ra: Fix register interference tracking.
2012-09-07 Christoph Bumillernvc0/ir: add initial code to support GK110 ISA encoding
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-06 Christoph Bumillernvc0/ir: fix lowering of textureGrad
2012-04-29 Christoph Bumillernvc0/ir: implement better placement of texture barriers
2012-04-14 Francisco Jereznv50/ir/ra: Fix live set propagation in the secondary...
2012-04-14 Christoph Bumillernv50/ir: rewrite the register allocator as GCRA, with...
2012-04-14 Francisco Jereznv50/ir/ra: Allocate registers for function arguments.
2012-04-14 Francisco Jereznv50/ir: Take into account function args in the live...
2012-04-14 Francisco Jereznv50/ir/ra: Use matching physical regs for function...
2012-04-14 Francisco Jereznv50/ir: Scan program functions in DFS-postorder.
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-01-09 Christoph Bumillernv50/ir/ra: don't coalesce contraint-moves
2011-10-21 Christoph Bumillernv50/ir: fix textureGrad with offsets and in non-FPs
2011-09-14 Christoph Bumillernv50/ir: add missing license headers
2011-09-14 Christoph Bumillernv50/ir: import new shader backend code