summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/R600/SIAnnotateControlFlow.cpp
Commit message (Expand)AuthorAgeFilesLines
* R600 -> AMDGPU renameTom Stellard2015-06-131-365/+0
* R600/SI: Fix verifier errors from the SIAnnotateControlFlow passTom Stellard2015-05-011-1/+9
* R600/SI: Fix verifier error caused by SIAnnotateControlFlowTom Stellard2015-04-141-6/+13
* R600/SI: Fix bug from insertion of llvm.SI.end.cf into loop headersTom Stellard2015-02-051-3/+24
* R600/SI: SI Control Flow Annotation bug fixedTom Stellard2014-06-201-25/+21
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-4/+4
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-8/+8
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-2/+2
* Add DEBUG_TYPE to SIAnnotateControlFlowMatt Arsenault2014-02-031-0/+2
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-131-3/+3
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-131-1/+1
* Use llvm_unreachable instead of assert(0)Matt Arsenault2013-12-101-1/+1
* Correct word hyphenationsAlp Toker2013-12-051-1/+1
* Add 'const' qualifiers to static const char* variables.Craig Topper2013-07-161-7/+7
* R600: Remove unnecessary includeTom Stellard2013-06-071-0/+2
* R600/SI: Check for empty stack in SIAnnotateControlFlow::isTopOfStackMichel Danzer2013-02-141-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-021-4/+3
* R600: Coding style - remove empty spaces from the beginning of functionsTom Stellard2012-12-211-7/+0
* R600: New control flow for SI v2Tom Stellard2012-12-191-0/+337
OpenPOWER on IntegriCloud