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
*
gm107/ir: avoid combining geometry shader stores at 0x60
Ilia Mirkin
2020-01-12
1
-0
/
+10
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
1
-1
/
+1
*
nv50/ir: handle insn not being there for definition of CVT arg
Ilia Mirkin
2019-07-27
1
-2
/
+3
*
nv50/ir: disable tryCollapseChainedMULs in ConstantFolding for precise instru...
Karol Herbst
2019-01-18
1
-1
/
+1
*
nv50/ir: fix use-after-free in ConstantFolding::visit
Karol Herbst
2018-12-09
1
-33
/
+49
*
nv50/ir: remove dnz flag when converting MAD to ADD due to optimizations
Ilia Mirkin
2018-11-24
1
-0
/
+3
*
nv50/ir: delete MINMAX instruction that is no longer in the BB
Ilia Mirkin
2018-11-16
1
-1
/
+1
*
nv50/ir: fix ConstantFolding::createMul for 64 bit muls
Karol Herbst
2018-10-20
1
-1
/
+1
*
nvir: Always split 64-bit IMAD/IMUL operations
Pierre Moreau
2018-09-13
1
-1
/
+1
*
nv50/ir: optimize multiplication by 16-bit immediates into two xmads
Rhys Perry
2018-08-27
1
-0
/
+10
*
nv50/ir: optimize near power-of-twos into shladd
Rhys Perry
2018-08-27
1
-0
/
+27
*
nv50/ir: move a * b -> a << log2(b) code into createMul()
Rhys Perry
2018-08-27
1
-15
/
+30
*
nv50/ir: optimize imul/imad to xmads
Rhys Perry
2018-08-27
1
-0
/
+56
*
nv50/ir: add preliminary support for OP_XMAD
Rhys Perry
2018-08-27
1
-2
/
+16
*
gm200/ir: optimize rcp(sqrt) to rsq
Karol Herbst
2018-08-04
1
-1
/
+10
*
nv50/ir: move LateAlgebraicOpt back to right after ConstantFolding
Rhys Perry
2018-07-19
1
-1
/
+1
*
nv50/ir: handle SHLADD in IndirectPropagation
Rhys Perry
2018-07-19
1
-0
/
+12
*
nv50/ir: fix Instruction::isActionEqual for PHI instructions
Karol Herbst
2018-07-07
1
-0
/
+6
*
nvc0/ir: use the combined tid special register
Rhys Perry
2018-07-07
1
-0
/
+40
*
util: Move util_is_power_of_two to bitscan.h and rename to util_is_power_of_t...
Ian Romanick
2018-03-29
1
-2
/
+2
*
nvir: dont optimize mad with subops to shladd
Karol Herbst
2018-02-24
1
-1
/
+2
*
nv50/ir: Fix unused var warnings in release build
Rhys Kidd
2017-12-29
1
-1
/
+3
*
nv50/ir: move LateAlgebraicOpt to the very end
Ilia Mirkin
2017-11-26
1
-1
/
+1
*
nv50/ir: add optimization for modulo by a non-power-of-2 value
Ilia Mirkin
2017-11-26
1
-0
/
+15
*
nv50/ir: optimize signed integer modulo by pow-of-2
Ilia Mirkin
2017-11-25
1
-3
/
+28
*
nv50/ir: clean up saturated values immediately
Ilia Mirkin
2017-08-12
1
-1
/
+6
*
nv50/ir: fix ConstantFolding with saturation
Karol Herbst
2017-08-09
1
-0
/
+8
*
nv50/ir: disable mul+add to mad for precise instructions
Karol Herbst
2017-07-21
1
-2
/
+3
*
nv50/ir: fix combineLd/St to update existing records as necessary
Ilia Mirkin
2017-06-26
1
-0
/
+8
*
nv50/ir: adjust overlapping logic to take fileIndex-relative offsets
Ilia Mirkin
2017-06-26
1
-1
/
+5
*
nv50/ir: VFETCH is also considered a load for MemoryOpt
Ilia Mirkin
2017-06-26
1
-1
/
+1
*
nv50/ir: Properly fold constants in SPLIT operation
Pierre Moreau
2017-06-25
1
-3
/
+4
*
nv50/ir: also do PostRaLoadPropagation for FMA
Karol Herbst
2017-03-31
1
-0
/
+1
*
gm107/ir: add LIMM form of mad
Karol Herbst
2017-03-31
1
-2
/
+1
*
gk110/ir: add LIMM form of mad
Karol Herbst
2017-03-31
1
-1
/
+1
*
nv50/ir: implement mad post ra folding for nvc0+
Karol Herbst
2017-03-31
1
-4
/
+47
*
nv50/ir: restructure and rename postraconstantfolding pass
Karol Herbst
2017-03-31
1
-58
/
+63
*
nvc0/ir: also do ConstantFolding for FMA
Karol Herbst
2017-03-31
1
-0
/
+1
*
nv50/ir: check for origin insn in findOriginForTestWithZero
Pierre Moreau
2017-03-09
1
-0
/
+2
*
nv50/ir: convert an ATOM.EXCH without a destination into a store
Ilia Mirkin
2017-02-11
1
-0
/
+5
*
nvc0/ir: add support for all the new int64 tgsi opcodes
Ilia Mirkin
2017-02-09
1
-1
/
+5
*
nv50/ir: Split 64-bit integer MAD/MUL operations
Pierre Moreau
2017-02-09
1
-0
/
+116
*
nvc0: add support for MUL_ZERO_WINS property
Ilia Mirkin
2017-01-23
1
-0
/
+1
*
nv50/ir: optimize shl + and
Ilia Mirkin
2017-01-16
1
-0
/
+11
*
nv50/ir: start LocalCSE with getFirst to merge PHI instructions
Karol Herbst
2016-10-25
1
-1
/
+1
*
nv50/ir: it appears that OP_DISCARD can't take a join modifier
Ilia Mirkin
2016-10-22
1
-0
/
+1
*
nv50/ir: constant fold OP_SPLIT
Tobias Klausmann
2016-10-14
1
-0
/
+18
*
nvc0/ir: be more careful about preserving modifiers in SHLADD creation
Ilia Mirkin
2016-10-13
1
-7
/
+5
*
nv50/ir: optimize ADD(SHL(a, b), c) to SHLADD(a, b, c)
Samuel Pitoiset
2016-10-12
1
-0
/
+87
*
nv50/ir: fix wrong check when optimizing MAD to SHLADD
Samuel Pitoiset
2016-10-07
1
-1
/
+1
[next]