aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/compiler/brw_cfg.cpp
Commit message (Expand)AuthorAgeFilesLines
* intel/ir: Remove scheduling-based cycle count estimates.Francisco Jerez2020-04-281-2/+1
* intel/compiler: Pass backend_shader * to cfg_t()Matt Turner2020-03-091-4/+7
* entel/compiler: Simplify new_idom reduction in dominance tree calculationFrancisco Jerez2020-03-061-5/+2
* intel/compiler: Move dominance tree data structure into idom_tree objectFrancisco Jerez2020-03-061-24/+27
* intel/compiler: Move idom tree calculation and related logic into analysis ob...Francisco Jerez2020-03-061-24/+20
* intel/compiler: Reverse inclusion dependency between brw_cfg.h and brw_shader.hFrancisco Jerez2020-03-061-0/+1
* intel/ir: Represent physical edge of unconditional CONTINUE instruction.Francisco Jerez2019-10-111-0/+2
* intel/ir: Represent physical edge of ELSE instruction.Francisco Jerez2019-10-111-0/+1
* intel/ir: Represent logical edge of BREAK instruction.Francisco Jerez2019-10-111-0/+1
* intel/ir: Add helper function to push block onto CFG analysis stack.Francisco Jerez2019-10-111-4/+13
* intel/ir: Represent physical and logical subsets of the CFG.Francisco Jerez2019-10-111-33/+45
* intel/ir: Fix CFG corruption in opt_predicated_break().Francisco Jerez2019-08-011-3/+0
* intel/cfg: Represent divergent control flow paths caused by non-uniform loop ...Francisco Jerez2017-12-071-6/+69
* i965: Move the back-end compiler to src/intel/compilerJason Ekstrand2017-03-131-0/+531