aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/AMDGPU/SIAnnotateControlFlow.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-11Use the range variant of find instead of unpacking begin/endDavid Majnemer1-1/+1
2016-07-28AMDGPU/SI: Don't handle a loop if there is no loop at all for a terminator BB.Changpeng Fang1-0/+2
2016-07-09Revert "AMDGPU: Remove unused control flow intrinsic"Matt Arsenault1-0/+4
2016-07-08AMDGPU: Remove unused control flow intrinsicMatt Arsenault1-4/+0
2016-06-10AMDGPU: Fix trailing whitespaceMatt Arsenault1-1/+1
2016-04-14[StructurizeCFG] Annotate branches that were treated as uniformNicolai Haehnle1-3/+12
2016-04-14AMDGPU: change a redundant if () to an assert(). NFCNicolai Haehnle1-2/+1
2016-04-12AMDGPU/SI: Fix a mis-compilation of multi-level breaksNicolai Haehnle1-0/+16
2016-02-12AMDGPU/SI: Detect uniform branches and emit s_cbranch instructionsTom Stellard1-1/+24
2016-02-12AMDGPU/SI: Annotate Loops with Constant Condition in SIAnnotateControlFlow pass.Changpeng Fang1-4/+10
2016-01-22AMDGPU: Change control flow intrinsics to use amdgcn prefixMatt Arsenault1-7/+7
2016-01-20Correctly initialize SIAnnotateControlFlowTom Stellard1-2/+7
2015-10-13AMDGPU: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith1-1/+1
2015-07-22[PM/AA] Remove all of the dead AliasAnalysis pointers being threadedChandler Carruth1-2/+1
2015-06-13R600 -> AMDGPU renameTom Stellard1-0/+365