summaryrefslogtreecommitdiffstats
path: root/src/intel/compiler/brw_cfg.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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