summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AMDGPU/AMDGPUUnifyDivergentExitNodes.cpp
Commit message (Expand)AuthorAgeFilesLines
* AMDGPU: Fix handling of infinite loops in fragment shadersConnor Abbott2020-02-041-6/+73
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-1/+2
* Update phis in AMDGPUUnifyDivergentExitNodesDiego Novillo2019-06-251-7/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [NFC] Rename the DivergenceAnalysis to LegacyDivergenceAnalysisNicolai Haehnle2018-08-301-6/+6
* 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