aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/R600/SIAnnotateControlFlow.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-06-20R600/SI: SI Control Flow Annotation bug fixedTom Stellard1-25/+21
2014-04-29[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper1-4/+4
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper1-8/+8
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-2/+2
2014-02-03Add DEBUG_TYPE to SIAnnotateControlFlowMatt Arsenault1-0/+2
2014-01-13[PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth1-3/+3
2014-01-13[cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth1-1/+1
2013-12-10Use llvm_unreachable instead of assert(0)Matt Arsenault1-1/+1
2013-12-05Correct word hyphenationsAlp Toker1-1/+1
2013-07-16Add 'const' qualifiers to static const char* variables.Craig Topper1-7/+7
2013-06-07R600: Remove unnecessary includeTom Stellard1-0/+2
2013-02-14R600/SI: Check for empty stack in SIAnnotateControlFlow::isTopOfStackMichel Danzer1-1/+1
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-1/+1
2013-01-02Resort the #include lines in include/... and lib/... with theChandler Carruth1-4/+3
2012-12-21R600: Coding style - remove empty spaces from the beginning of functionsTom Stellard1-7/+0
2012-12-19R600: New control flow for SI v2Tom Stellard1-0/+337