intel/compiler: Move idom tree calculation and related logic into analysis object
[mesa.git] / src / intel / compiler / brw_cfg.cpp
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