summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/codegen/nv50_ir_ssa.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-552/+0
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-4/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* nv50/ir/ssa: add a few comments regarding RenamePassChristoph Bumiller2013-03-121-0/+19
* nv50/ir: fix reg file conflicts with undefined-value placeholdersChristoph Bumiller2012-04-141-10/+19
* nv50/ir/ssa: Take into account function inputs and outputs.Francisco Jerez2012-04-141-2/+30
* nv50/ir: Take into account function args in the live range calculation code.Francisco Jerez2012-04-141-0/+9
* nv50/ir: Deal with graph iterators using RAII.Francisco Jerez2012-04-141-17/+13
* nv50/ir: Add convenience method for calculating the live sets of a function.Francisco Jerez2012-04-141-7/+1
* nv50/ir: Add support code for calculating the clobber set of a BB or function.Francisco Jerez2012-04-141-0/+21
* nv50/ir: make Instruction::src/def container privateChristoph Bumiller2012-04-141-6/+6
* nv50/ir: Add support for unlimited instruction arguments.Francisco Jerez2012-04-141-13/+4
* nv50/ir: copy value size in SSA-rename passChristoph Bumiller2012-04-141-0/+1
* nv50/ir: add missing license headersChristoph Bumiller2011-09-141-0/+21
* nv50/ir: import new shader backend codeChristoph Bumiller2011-09-141-0/+463