i965: Make can_do_source_mods() a member of the instruction classes.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_vec4_copy_propagation.cpp
2014-06-25 Matt Turneri965: Make can_do_source_mods() a member of the instruc...
2014-06-10 Kenneth Graunkei965: Make src_reg::equals() take a constant reference...
2014-06-09 Abdiel Janulguei965/vec4: skip copy-propate for logical instructions...
2014-04-08 Chia-I Wui965/vec4: fix record clearing in copy propagation
2014-04-05 Matt Turneri965/vec4: Allow constant propagation into dot product.
2013-12-05 Matt Turneri965: Allow commuting the operands of ADDC for const...
2013-12-05 Matt Turneri965: Allow constant propagation into ASR and BFI1.
2013-12-02 Kenneth Graunkei965/vs: Don't copy propagate into SEND-from-GRF messages.
2013-11-20 Matt Turneri965/vec4: Add invalidate_live_intervals method.
2013-10-07 Matt Turneri965: Generate code for ir_binop_carry and ir_binop_borrow.
2013-09-09 Matt Turneri965: Allow immediates to be folded into logical and...
2013-08-16 Matt Turneri965: Don't copy propagate bitcasts with source modifiers.
2013-07-09 Kenneth Graunkei965: Remove pointless intel_context parameter from...
2013-06-10 Eric Anholti965/vs: Allow copy propagation into MUL/MACH.
2013-06-10 Eric Anholti965/vs: Use the MAD instruction when possible.
2013-05-06 Matt Turneri965/vs: Add support for bit instructions.
2013-04-26 Matt Turneri965/vs: Add support for LRP instruction.
2013-03-28 Eric Anholti965/vs: Teach copy propagation about sends from GRFs.
2012-10-25 Kenneth Graunkei965/vs: Preserve the type when copy propagating into...
2012-01-07 Kenneth Graunkei965/vs: Fix invalid array access in copy propagation.
2011-12-27 Kenneth Graunkei965/vs: Properly clear cur_value when propagating...
2011-12-27 Kenneth Graunkei965/vs: Fix incorrect subscript when resetting copy...
2011-11-04 Paul Berryi965: Fix constant propagation into 32-bit integer...
2011-10-20 Eric Anholti965/vs: Fix comparisons with uint negation.
2011-09-26 Eric Anholti965/vs: Fix access beyond array bounds for non-GRF...
2011-09-19 Paul Berryi965 new VS: Fix copy propagation of double negatives.
2011-09-09 Eric Anholti965/vs: Allow copy propagation on GRFs.
2011-09-09 Eric Anholti965/vs: Clear tracked copy propagation values whose...
2011-09-09 Eric Anholti965/vs: Add support for copy propagation of the UNIFOR...
2011-09-09 Eric Anholti965/vs: Add constant propagation to a few opcodes.