Merge remote-tracking branch 'origin/master' into vulkan
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs_sel_peephole.cpp
2015-10-09 Kristian Høgsberg... Merge ../mesa into vulkan
2015-10-05 Matt Turneri965/fs: Remove SNB embedded-comparison support from...
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-29 Francisco Jerezi965/fs: Set execution controls explicitly in opt_peeph...
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-06-09 Francisco Jerezi965/fs: Migrate opt_peephole_sel to the IR builder.
2015-06-09 Francisco Jerezi965/fs: Create and emit instructions in one step in...
2015-04-22 Jason Ekstrandi965: Add a devinfo field to backend_visitor and use...
2015-03-20 Connor Abbotti965/fs: bail on move-to-flag in sel peephole
2015-01-19 Kenneth Graunkei965: Replace fs_reg(fs_visitor, type) with fs_visitor...
2014-11-11 Matt Turneri965/fs: Don't use if_block/else_block in SEL peephole.
2014-09-24 Matt Turneri965: Add and use functions to get next/prev blocks.
2014-09-24 Matt Turneri965: Make instruction lists local to the bblocks.
2014-09-24 Matt Turneri965/fs: Don't iterate between blocks with inst->next...
2014-09-24 Matt Turneri965: Remove now unneeded calls to calculate_cfg().
2014-09-24 Matt Turneri965: Remove cfg-invalidating parameter from invalidate...
2014-08-22 Matt Turneri965/fs: Preserve CFG in the SEL peephole.
2014-08-22 Matt Turneri965/cfg: Point to bblock_t containing associated contr...
2014-08-19 Matt Turneri965: Add and use foreach_block macro.
2014-07-24 Matt Turneri965/fs: Decide predicate/predicate_inverse outside...
2014-07-24 Matt Turneri965/fs: Swap if/else conditions in SEL peephole.
2014-07-21 Matt Turneri965: Replace cfg instances with calls to calculate_cfg().
2014-01-08 Tapani Pällii965/fs: do SEL optimization only when src type for...
2013-12-05 Matt Turneri965/fs: Emit a MOV instead of a SEL if the sources...
2013-12-05 Matt Turneri965/fs: Extend SEL peephole to handle only matching...
2013-12-05 Matt Turneri965/fs: New peephole optimization to generate SEL.