index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
nouveau
/
codegen
/
nv50_ir_peephole.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
nv50/ir: allow to swap sources for OP_SUB
Samuel Pitoiset
2016-07-22
1
-1
/
+6
*
nv50: fix alphatest for non-blendable formats
Ilia Mirkin
2016-07-16
1
-0
/
+4
*
nvc0/ir: handle a load's reg result not being used for locked variants
Ilia Mirkin
2016-05-26
1
-2
/
+8
*
Treewide: Remove Elements() macro
Jan Vesely
2016-05-17
1
-1
/
+1
*
nouveau: codegen: combineLd/St do not combine indirect loads
Hans de Goede
2016-04-25
1
-0
/
+7
*
nv50/ir: do not try to attach JOIN ops to ATOM
Samuel Pitoiset
2016-04-07
1
-1
/
+1
*
nv50/ir: avoid folding mul + add if the mul has a dnz
Ilia Mirkin
2016-03-13
1
-3
/
+2
*
nv50/ir: we can't do the add to mad conversion when the mul saturates
Karol Herbst
2016-02-16
1
-0
/
+3
*
nv50/ir: optimize neg(and(set, 1)) to set
Karol Herbst
2016-02-16
1
-0
/
+32
*
nv50/ir: get rid of memory stores with nop values
Ilia Mirkin
2016-01-30
1
-0
/
+6
*
nv50/ir: fix false global CSE on instructions with multiple defs
Ilia Mirkin
2016-01-30
1
-0
/
+2
*
nv50/ir: add support for BUFFER accesses
Ilia Mirkin
2016-01-29
1
-1
/
+1
*
nv50/ir: optimize mad/fma with third argument 0 to mul
Karol Herbst
2016-01-28
1
-0
/
+21
*
nv50/ir: run DCE backwards
Karol Herbst
2016-01-28
1
-3
/
+3
*
nv50/ir: optimize shl(shr(a, c), c) to and(a, ~((1 << c) - 1))
Karol Herbst
2016-01-28
1
-0
/
+8
*
nv50/ir: don't flip SHL(ADD) into ADD(SHL) if ADD sources have modifiers
Ilia Mirkin
2016-01-20
1
-0
/
+2
*
nv50/ir: swap the least-ref'd source into src1 when both const/imm
Ilia Mirkin
2016-01-18
1
-10
/
+15
*
nv50/ir: attempt to do more constant folding on mad -> add conversion
Ilia Mirkin
2015-12-30
1
-11
/
+10
*
nv50/ir: float(s32 & 0xff) = float(u8), not s8
Ilia Mirkin
2015-12-29
1
-0
/
+3
*
nv50/ir: combine sequences of conversions
Ilia Mirkin
2015-12-12
1
-0
/
+43
*
nv50/ir: teach post-ra immediate folding into mad about integers
Ilia Mirkin
2015-12-12
1
-3
/
+31
*
nv50/ir: add short imad support
Ilia Mirkin
2015-12-12
1
-2
/
+4
*
nv50/ir: can't have predication and immediates
Ilia Mirkin
2015-12-12
1
-0
/
+3
*
nv50/ir: fix assumption that prog->maxGPR is in 32-bit reg units
Ilia Mirkin
2015-12-12
1
-3
/
+20
*
nv50/ir: check if the target supports the new offset before inlining
Ilia Mirkin
2015-12-08
1
-3
/
+6
*
nvc0/ir: fix up mul+add -> mad algebraic opt, enable for integers
Ilia Mirkin
2015-12-07
1
-5
/
+11
*
nv50/ir: fold shl + mul with immediates
Ilia Mirkin
2015-12-05
1
-0
/
+16
*
nv50/ir: propagate indirect loads into instructions
Ilia Mirkin
2015-12-05
1
-0
/
+52
*
nv50/ir: flip shl(add, imm) into add(shl, imm)
Ilia Mirkin
2015-12-05
1
-4
/
+34
*
nv50/ir: fold fma/mad when all 3 args are immediates
Ilia Mirkin
2015-12-03
1
-0
/
+30
*
nv50/ir: fix DCE to not generate 96-bit loads
Ilia Mirkin
2015-12-03
1
-1
/
+31
*
nv50/ir: the mad source might not have a defining instruction
Ilia Mirkin
2015-12-02
1
-1
/
+1
*
nvc0/ir: fold postfactor into immediate
Ilia Mirkin
2015-12-02
1
-0
/
+6
*
nv50/ir: properly set the type of the constant folding result
Ilia Mirkin
2015-11-06
1
-4
/
+4
*
nv50/ir: add support for const-folding OP_CVT with F64 source/dest
Ilia Mirkin
2015-11-06
1
-0
/
+31
*
nv50/ir: Add support for 64bit immediates to checkSwapSrc01
Hans de Goede
2015-11-06
1
-5
/
+6
*
nv50/ir: Add support for merge-s to the ConstantFolding pass
Hans de Goede
2015-11-06
1
-0
/
+15
*
nv50/ir: don't fold immediate into mad if registers are too high
Ilia Mirkin
2015-09-10
1
-0
/
+4
*
nv50/ir: Handle OP_CVT when folding constant expressions
Tobias Klausmann
2015-08-20
1
-0
/
+78
*
nvc0/ir: undo more shifts still by allowing a pre-SHL to occur
Ilia Mirkin
2015-08-20
1
-15
/
+33
*
nvc0/ir: don't require AND when the high byte is being addressed
Ilia Mirkin
2015-08-20
1
-0
/
+12
*
nvc0/ir: detect i2f/i2i which operate on specific bytes/words
Ilia Mirkin
2015-08-20
1
-4
/
+75
*
nvc0/ir: detect AND/SHR pairs and convert into EXTBF
Ilia Mirkin
2015-08-20
1
-20
/
+46
*
nvc0/ir: per-patch vars are in a separate address space
Ilia Mirkin
2015-07-24
1
-0
/
+2
*
nvc0/ir: allow tess eval output loads to be CSE'd
Ilia Mirkin
2015-07-23
1
-0
/
+2
*
nv50/ir: propagate modifier to right arg when const-folding mad
Ilia Mirkin
2015-06-26
1
-1
/
+4
*
nvc0/ir: can't have a join on a load with an indirect source
Ilia Mirkin
2015-06-17
1
-1
/
+1
*
nv50/ir: avoid messing up arg1 of PFETCH
Ilia Mirkin
2015-05-23
1
-2
/
+18
*
nv50/ir: allow OP_SET to merge with OP_SET_AND/etc as well as a neg
Ilia Mirkin
2015-05-22
1
-26
/
+55
*
nvc0/ir: optimize set & 1.0 to produce boolean-float sets
Ilia Mirkin
2015-05-22
1
-0
/
+27
[next]