intel/compiler: Fix pointer arithmetic when reading shader assembly
[mesa.git] / src / intel / compiler / brw_cfg.cpp
2020-04-29 Francisco Jerezintel/ir: Remove scheduling-based cycle count estimates.
2020-03-09 Matt Turnerintel/compiler: Pass backend_shader * to cfg_t()
2020-03-06 Francisco Jerezentel/compiler: Simplify new_idom reduction in dominanc...
2020-03-06 Francisco Jerezintel/compiler: Move dominance tree data structure...
2020-03-06 Francisco Jerezintel/compiler: Move idom tree calculation and related...
2020-03-06 Francisco Jerezintel/compiler: Reverse inclusion dependency between...
2019-10-11 Francisco Jerezintel/ir: Represent physical edge of unconditional...
2019-10-11 Francisco Jerezintel/ir: Represent physical edge of ELSE instruction.
2019-10-11 Francisco Jerezintel/ir: Represent logical edge of BREAK instruction.
2019-10-11 Francisco Jerezintel/ir: Add helper function to push block onto CFG...
2019-10-11 Francisco Jerezintel/ir: Represent physical and logical subsets of...
2019-08-01 Francisco Jerezintel/ir: Fix CFG corruption in opt_predicated_break().
2017-12-08 Francisco Jerezintel/cfg: Represent divergent control flow paths cause...
2017-03-13 Jason Ekstrandi965: Move the back-end compiler to src/intel/compiler