summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/codegen/nv50_ir_peephole.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-2464/+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: add CCTL (cache control) opChristoph Bumiller2013-03-121-1/+1
* nv50/ir: implement splitting of 64 bit ops after RAChristoph Bumiller2013-03-121-0/+2
* nv50/ir/opt: try to make use of SUCLAMP addendChristoph Bumiller2013-03-121-0/+45
* nv50/ir: don't assert on type in Modifier.applyTo if it is 0Christoph Bumiller2013-03-121-0/+2
* nv50/ir/opt: CALLs cannot loadChristoph Bumiller2013-03-121-0/+3
* nv50/ir/opt: make optimization aware of atomics, barriers, surface opsChristoph Bumiller2013-03-121-1/+23
* nv50/ir: add various new OPs that will be needed for computeChristoph Bumiller2013-03-121-3/+3
* nv50/ir/opt: Fix tryPropagateBranch for BBs with several exit branches.Francisco Jerez2013-03-121-28/+32
* nvc0/ir: allow 64-bit constant loads on nve4Christoph Bumiller2012-05-291-0/+2
* nvc0/ir: TEX doesn't support JOIN modifier eitherChristoph Bumiller2012-05-291-0/+1
* nv50/ir/opt: don't lose saturation in tryCollapseChainedMULsChristoph Bumiller2012-05-061-2/+3
* nvc0/ir/opt: INTERP does not support JOINChristoph Bumiller2012-04-291-0/+2
* nv50/ir/opt: try to convert ABS(SUB) to SADChristoph Bumiller2012-04-291-15/+92
* nvc0/ir: implement better placement of texture barriersChristoph Bumiller2012-04-291-2/+5
* nv50/ir/opt: swap VP inputs to first source where possibleChristoph Bumiller2012-04-191-0/+17
* nv50/ir/opt: extend handleCVT for nv50's SET u32 to f32 chainChristoph Bumiller2012-04-141-1/+17
* nv50/ir: fix off-by-ones in CSE and nvc0 insnCanLoadChristoph Bumiller2012-04-141-1/+1
* nv50/ir/opt: Add isOptSupported() check in logical arith optimization.Francisco Jerez2012-04-141-8/+5
* nv50/ir/opt: don't regard OP_WRSV as dead codeChristoph Bumiller2012-04-141-1/+2
* nv50/ir: rewrite the register allocator as GCRA, with spillingChristoph Bumiller2012-04-141-1/+1
* nv50/ir/opt: silence warning (int < Elements() signedness)Christoph Bumiller2012-04-141-1/+1
* nv50/ir/opt: fix combineSt access to wrong instructionChristoph Bumiller2012-04-141-1/+1
* nv50/ir/opt: another insn NULL check in phi eliminationChristoph Bumiller2012-04-141-0/+2
* nv50/ir/opt: don't delete instruction in removeFlow before its last useChristoph Bumiller2012-04-141-2/+2
* nv50/ir/opt: check BB equality before instruction ordering in CSEChristoph Bumiller2012-04-141-1/+1
* nv50/ir/opt: don't copy-propagate cond MOVs or MOVs to other reg filesChristoph Bumiller2012-04-141-0/+4
* nv50/ir/opt: don't replace conditional definitions in CSEChristoph Bumiller2012-04-141-0/+9
* nv50/ir/opt: Update the symbol size when combining loads and stores.Francisco Jerez2012-04-141-0/+2
* nv50/ir/opt: Fix for function calls.Francisco Jerez2012-04-141-2/+3
* nv50/ir/opt: Don't lose modifiers during constant folding.Francisco Jerez2012-04-141-63/+54
* nv50/ir/opt: Improve modifier handling.Francisco Jerez2012-04-141-12/+10
* nv50/ir: Decouple object cloning logic from the sub-object recursion policy.Francisco Jerez2012-04-141-6/+6
* nv50/ir: make Instruction::src/def container privateChristoph Bumiller2012-04-141-80/+79
* nv50/ir: Add support for unlimited instruction arguments.Francisco Jerez2012-04-141-8/+8
* nv50/ir/opt: improve post-multiply and check target for supportChristoph Bumiller2012-04-141-35/+75
* nv50/ir: add isAccessSupported check for memory access coalescingChristoph Bumiller2012-04-141-3/+4
* nv50: add assertions missed in earlier nv50 commitBrian Paul2012-02-011-0/+1
* nv50: use larger arrays to silence warnings and fix buffer overflowsBrian Paul2012-02-011-1/+1
* nv50/ir/opt: optimize u32 MOD by power of 2 into ANDChristoph Bumiller2012-01-101-0/+8
* nv50/ir/opt: s/SHL/SHR in optimization of u32 DIVChristoph Bumiller2012-01-101-1/+1
* nv50/ir: add missing license headersChristoph Bumiller2011-09-141-0/+21
* nv50/ir: import new shader backend codeChristoph Bumiller2011-09-141-0/+2192