summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/AMDGPUUnifyDivergentExitNodes.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move Analysis/Utils/Local.h back to TransformsDavid Blaikie2018-06-041-1/+1
* AMDGPU/SI: Handle infinite loop for the structurizer to work with CFG with in...Changpeng Fang2018-05-171-0/+32
* AMDGPU: Use eraseFromParent to delete am instruction when it is no longer nee...Changpeng Fang2018-05-081-3/+6
* Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio...David Blaikie2018-03-281-0/+1
* Fix a couple of layering violations in TransformsDavid Blaikie2018-03-211-1/+1
* [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...Eugene Zelenko2017-10-171-8/+15
* [SimplifyCFG] put the optional assumption cache pointer in the options struct...Sanjay Patel2017-10-041-1/+1
* [SimplifyCFG] add a struct to house optional folds (PR34603)Sanjay Patel2017-09-271-1/+1
* AMDGPU: Unify divergent function exits.Matt Arsenault2017-03-241-0/+225
OpenPOWER on IntegriCloud