vk: Add four unit tests for our lock-free data-structures
[mesa.git] / src / mesa / drivers / dri / i965 / brw_dead_control_flow.cpp
2015-06-26 Connor AbbottMerge branch 'wip/nir-vtn' into vulkan
2015-06-24 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-05-29 Jason Ekstrandi965: Rename backend_visitor to backend_shader
2014-11-11 Matt Turneri965/cfg: Remove if_block/else_block.
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-09-05 Matt Turneri965: Update if_block/else_block in the dead control...
2014-08-22 Matt Turneri965: Preserve CFG when deleting dead control flow.
2014-08-19 Matt Turneri965: Add and use foreach_block macro.
2014-07-24 Matt Turneri965: Improve dead control flow elimination.
2014-07-21 Matt Turneri965: Add cfg to backend_visitor.
2013-12-05 Matt Turneri965/cfg: Clean up cfg_t constructors.
2013-12-05 Matt Turneri965/cfg: Rework to make IF & ELSE blocks flow into...
2013-11-20 Matt Turneri965: Add a pass to remove dead control flow.