summaryrefslogtreecommitdiff
path: root/lib/Target/AMDGPU/SIAnnotateControlFlow.cpp
AgeCommit message (Expand)Author
2018-06-04Move Analysis/Utils/Local.h back to TransformsDavid Blaikie
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl
2018-03-21Fix a couple of layering violations in TransformsDavid Blaikie
2018-01-17AMDGPU: Error in SIAnnotateControlFlow instead of assertMatt Arsenault
2017-08-08[AMDGPU] Fix some Clang-tidy modernize-use-using and Include What You Use war...Eugene Zelenko
2017-05-11Remove now useless trailing nullptr in StructType::getSerge Guelton
2017-05-01Rename WeakVH to WeakTrackingVH; NFCSanjoy Das
2017-04-26Reverts commit r301424, r301425 and r301426Sanjoy Das
2017-04-26Rename WeakVH to WeakTrackingVH; NFCSanjoy Das
2017-03-24AMDGPU: Fix annotating loops with nested loop conditionsMatt Arsenault
2017-03-17AMDGPU: Fix handling of constant phi input loop conditionsMatt Arsenault
2017-03-17AMDGPU: Cleanup control flow intrinsicsMatt Arsenault
2017-03-15AMDGPU: Minor SIAnnotateControlFlow cleanupsMatt Arsenault
2017-03-07AMDGPU/SI: Do not insert EndCf in an unreachable blockChangpeng Fang
2017-03-02AMDGPU: Fix missing dominator tree dependencyMatt Arsenault
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini
2016-09-16AMDGPU: Allow some control flow intrinsics to be CSEdMatt Arsenault
2016-08-11Use the range variant of find instead of unpacking begin/endDavid Majnemer
2016-07-28AMDGPU/SI: Don't handle a loop if there is no loop at all for a terminator BB.Changpeng Fang
2016-07-09Revert "AMDGPU: Remove unused control flow intrinsic"Matt Arsenault
2016-07-08AMDGPU: Remove unused control flow intrinsicMatt Arsenault
2016-06-10AMDGPU: Fix trailing whitespaceMatt Arsenault
2016-04-14[StructurizeCFG] Annotate branches that were treated as uniformNicolai Haehnle
2016-04-14AMDGPU: change a redundant if () to an assert(). NFCNicolai Haehnle
2016-04-12AMDGPU/SI: Fix a mis-compilation of multi-level breaksNicolai Haehnle
2016-02-12AMDGPU/SI: Detect uniform branches and emit s_cbranch instructionsTom Stellard
2016-02-12AMDGPU/SI: Annotate Loops with Constant Condition in SIAnnotateControlFlow pass.Changpeng Fang
2016-01-22AMDGPU: Change control flow intrinsics to use amdgcn prefixMatt Arsenault
2016-01-20Correctly initialize SIAnnotateControlFlowTom Stellard
2015-10-13AMDGPU: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith
2015-07-22[PM/AA] Remove all of the dead AliasAnalysis pointers being threadedChandler Carruth
2015-06-13R600 -> AMDGPU renameTom Stellard