Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
dede81ea72a786cdbd88fe8e3ff74865a03d464c
/
llvm
/
lib
/
Target
/
AMDGPU
/
SIAnnotateControlFlow.cpp
48d70cb
Revert "AMDGPU: Remove unused control flow intrinsic"
by Matt Arsenault
· 9 years ago
8f0a92f
AMDGPU: Remove unused control flow intrinsic
by Matt Arsenault
· 9 years ago
37fefd6
AMDGPU: Fix trailing whitespace
by Matt Arsenault
· 9 years ago
05b127d
[StructurizeCFG] Annotate branches that were treated as uniform
by Nicolai Haehnle
· 10 years ago
19f0f51
AMDGPU: change a redundant if () to an assert(). NFC
by Nicolai Haehnle
· 10 years ago
279970c
AMDGPU/SI: Fix a mis-compilation of multi-level breaks
by Nicolai Haehnle
· 10 years ago
bc4497b
AMDGPU/SI: Detect uniform branches and emit s_cbranch instructions
by Tom Stellard
· 10 years ago
e07f1aa
AMDGPU/SI: Annotate Loops with Constant Condition in SIAnnotateControlFlow pass.
by Changpeng Fang
· 10 years ago
7898b90
AMDGPU: Change control flow intrinsics to use amdgcn prefix
by Matt Arsenault
· 10 years ago
77a1777
Correctly initialize SIAnnotateControlFlow
by Tom Stellard
· 10 years ago
a73371a
AMDGPU: Remove implicit ilist iterator conversions, NFC
by Duncan P. N. Exon Smith
· 10 years ago
96ada25
[PM/AA] Remove all of the dead AliasAnalysis pointers being threaded
by Chandler Carruth
· 10 years ago
45bb48e
R600 -> AMDGPU rename
by Tom Stellard
· 10 years ago
[Renamed from llvm/lib/Target/R600/SIAnnotateControlFlow.cpp]
0b7feb1
R600/SI: Fix verifier errors from the SIAnnotateControlFlow pass
by Tom Stellard
· 11 years ago
d4a1950
R600/SI: Fix verifier error caused by SIAnnotateControlFlow
by Tom Stellard
· 11 years ago
0f29de7
R600/SI: Fix bug from insertion of llvm.SI.end.cf into loop headers
by Tom Stellard
· 11 years ago
de16a2e
R600/SI: SI Control Flow Annotation bug fixed
by Tom Stellard
· 11 years ago
5656db4
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. R600 edition
by Craig Topper
· 12 years ago
062a2ba
[C++] Use 'nullptr'. Target edition.
by Craig Topper
· 12 years ago
84e68b2
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
by Chandler Carruth
· 12 years ago
d5ab971
Add DEBUG_TYPE to SIAnnotateControlFlow
by Matt Arsenault
· 12 years ago
7352302
[PM] Split DominatorTree into a concrete analysis result object which
by Chandler Carruth
· 12 years ago
5ad5f15
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
by Chandler Carruth
· 12 years ago
eaa3a7e
Use llvm_unreachable instead of assert(0)
by Matt Arsenault
· 12 years ago
f907b89
Correct word hyphenations
by Alp Toker
· 12 years ago
d3a34f8
Add 'const' qualifiers to static const char* variables.
by Craig Topper
· 12 years ago
b0804ec
R600: Remove unnecessary include
by Tom Stellard
· 12 years ago
ae0a403
R600/SI: Check for empty stack in SIAnnotateControlFlow::isTopOfStack
by Michel Danzer
· 13 years ago
9fb823b
Move all of the header files which are involved in modelling the LLVM IR
by Chandler Carruth
· 13 years ago
be81023
Resort the #include lines in include/... and lib/... with the
by Chandler Carruth
· 13 years ago
09ef842
R600: Coding style - remove empty spaces from the beginning of functions
by Tom Stellard
· 13 years ago
f879435
R600: New control flow for SI v2
by Tom Stellard
· 13 years ago