Merge remote-tracking branch 'origin/master' into vulkan
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs_live_variables.h
2015-11-14 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-13 Matt Turneri965: Use brw_reg's nr field to store register number.
2015-02-20 Eric Anholtutil: Move Mesa's bitset.h to util/.
2015-02-10 Francisco Jerezi965: Factor out virtual GRF allocation to a separate...
2014-12-02 Matt Turneri965/fs: Use const fs_reg & rather than a copy or pointer.
2014-12-02 Matt Turneri965/fs: Track liveness of the flag register.
2014-12-02 Matt Turneri965: Use local pointer to block_data in live intervals.
2014-07-06 Matt Turneri965/cfg: Make cfg_t usable from C.
2014-07-01 Matt Turneri965/fs: Pass cfg to calculate_live_intervals().
2014-07-01 Matt Turneri965: Mark fields in the live interval classes protected.
2013-10-10 Eric Anholti965/fs: Use per-channel interference for register_coal...
2013-10-10 Eric Anholti965/fs: Use the new per-channel live ranges for dead...
2013-10-10 Eric Anholti965/fs: Track live variable ranges on a per-channel...
2013-10-10 Eric Anholti965/fs: Factor def[]/use[] setup out to a separate...
2013-10-10 Eric Anholti965/fs: Do live variables dataflow analysis on a per...
2013-10-10 Kenneth Graunkei965/fs: Rename num_vars to num_vgrfs in live interval...
2013-10-02 Francisco Jerezi965: Switch fs_live_variables to the non-zeroing alloc...
2013-09-21 Kenneth Graunkei965, mesa: Use the new DECLARE_R[Z]ALLOC_CXX_OPERATORS...
2013-03-11 Eric Anholti965/fs: Improve live variables calculation performance.
2012-10-17 Eric Anholti965: Rename fs_cfg types to not mention fs.
2012-08-30 Eric Anholti965/fs: Remove a dead member from live variables analysis.
2012-04-20 Eric Anholti965: Add support for live variable analysis using...