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
/
mesa
/
drivers
/
dri
/
i965
/
brw_vec4_copy_propagation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965/vec4: Silence unused parameter warnings
Ian Romanick
2015-02-17
1
-2
/
+2
*
i965: Handle negated unsigned immediate values in constant propagation.
Francisco Jerez
2015-02-10
1
-11
/
+13
*
i965: Factor out virtual GRF allocation to a separate object.
Francisco Jerez
2015-02-10
1
-4
/
+4
*
i965/vec4: Use abs/negate functions in const propagation.
Matt Turner
2015-02-03
1
-13
/
+5
*
i965: Fix negate with unsigned integers
Iago Toral Quiroga
2015-02-03
1
-5
/
+4
*
i965: Add is_3src() to backend_instruction.
Matt Turner
2015-01-23
1
-5
/
+1
*
i965/vec4: Allow constant propagation of VF immediates.
Matt Turner
2014-12-29
1
-1
/
+27
*
i965/vec4: Add parameter to skip doing constant propagation.
Matt Turner
2014-12-29
1
-2
/
+2
*
i965/vec4: Don't use instruction list after calculating the cfg.
Matt Turner
2014-09-24
1
-1
/
+2
*
i965: Remove cfg-invalidating parameter from invalidate_live_intervals.
Matt Turner
2014-09-24
1
-1
/
+1
*
i965/vec4: Allow propagation of instructions with saturate flag to sel
Abdiel Janulgue
2014-08-31
1
-27
/
+58
*
i965: Use basic-block aware insertion/removal functions.
Matt Turner
2014-08-22
1
-1
/
+1
*
i965: Bail on vec4 copy propagation for scratch writes with source modifiers
Anuj Phogat
2014-08-14
1
-0
/
+4
*
i965: Return NONE from brw_swap_cmod on unknown input.
Matt Turner
2014-08-12
1
-1
/
+1
*
i965: Don't copy propagate abs into Broadwell logic instructions.
Kenneth Graunke
2014-07-15
1
-6
/
+3
*
i965: Make a brw_conditional_mod enum.
Matt Turner
2014-07-05
1
-1
/
+1
*
i965: Use immediate storage in brw_reg for visitor regs.
Matt Turner
2014-07-05
1
-5
/
+5
*
i965: Use typed foreach_in_list instead of foreach_list.
Matt Turner
2014-07-01
1
-3
/
+1
*
i965/vec4: Try constant propagate after copy propagate made progress.
Matt Turner
2014-06-25
1
-2
/
+4
*
i965/vec4: Make try_copy_propagate() static.
Matt Turner
2014-06-25
1
-4
/
+4
*
i965/vec4: Rename try_copy/constant_propagat{ion,e} to match the fs.
Matt Turner
2014-06-25
1
-6
/
+6
*
i965/vec4: Constant propagate into 2-src math instructions on Gen8.
Matt Turner
2014-06-25
1
-2
/
+9
*
i965: Make can_do_source_mods() a member of the instruction classes.
Matt Turner
2014-06-25
1
-1
/
+1
*
i965: Make src_reg::equals() take a constant reference, not a pointer.
Kenneth Graunke
2014-06-10
1
-2
/
+2
*
i965/vec4: skip copy-propate for logical instructions with negated src entries
Abdiel Janulgue
2014-06-09
1
-0
/
+17
*
i965/vec4: fix record clearing in copy propagation
Chia-I Wu
2014-04-08
1
-5
/
+16
*
i965/vec4: Allow constant propagation into dot product.
Matt Turner
2014-04-05
1
-0
/
+4
*
i965: Allow commuting the operands of ADDC for const propagation.
Matt Turner
2013-12-04
1
-1
/
+1
*
i965: Allow constant propagation into ASR and BFI1.
Matt Turner
2013-12-04
1
-0
/
+2
*
i965/vs: Don't copy propagate into SEND-from-GRF messages.
Kenneth Graunke
2013-12-02
1
-0
/
+3
*
i965/vec4: Add invalidate_live_intervals method.
Matt Turner
2013-11-20
1
-1
/
+1
*
i965: Generate code for ir_binop_carry and ir_binop_borrow.
Matt Turner
2013-10-07
1
-0
/
+2
*
i965: Allow immediates to be folded into logical and shift instructions.
Matt Turner
2013-09-09
1
-0
/
+11
*
i965: Don't copy propagate bitcasts with source modifiers.
Matt Turner
2013-08-16
1
-4
/
+6
*
i965: Remove pointless intel_context parameter from try_copy_propagate.
Kenneth Graunke
2013-07-09
1
-3
/
+2
*
i965/vs: Allow copy propagation into MUL/MACH.
Eric Anholt
2013-06-10
1
-2
/
+4
*
i965/vs: Use the MAD instruction when possible.
Eric Anholt
2013-06-10
1
-0
/
+1
*
i965/vs: Add support for bit instructions.
Matt Turner
2013-05-06
1
-1
/
+4
*
i965/vs: Add support for LRP instruction.
Matt Turner
2013-04-25
1
-0
/
+3
*
i965/vs: Teach copy propagation about sends from GRFs.
Eric Anholt
2013-03-28
1
-7
/
+11
*
i965/vs: Preserve the type when copy propagating into an instruction.
Kenneth Graunke
2012-10-25
1
-0
/
+1
*
i965/vs: Fix invalid array access in copy propagation.
Kenneth Graunke
2012-01-06
1
-14
/
+15
*
i965/vs: Properly clear cur_value when propagating direct copies.
Kenneth Graunke
2011-12-27
1
-16
/
+12
*
i965/vs: Fix incorrect subscript when resetting copy propagation records.
Kenneth Graunke
2011-12-27
1
-1
/
+1
*
i965: Fix constant propagation into 32-bit integer MUL.
Paul Berry
2011-11-03
1
-1
/
+7
*
i965/vs: Fix comparisons with uint negation.
Eric Anholt
2011-10-20
1
-0
/
+9
*
i965/vs: Fix access beyond array bounds for non-GRF operands.
Eric Anholt
2011-09-26
1
-3
/
+3
*
i965 new VS: Fix copy propagation of double negatives.
Paul Berry
2011-09-19
1
-1
/
+1
*
i965/vs: Allow copy propagation on GRFs.
Eric Anholt
2011-09-08
1
-1
/
+6
*
i965/vs: Clear tracked copy propagation values whose source gets overwritten.
Eric Anholt
2011-09-08
1
-3
/
+12
[next]