summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/DivergenceAnalysis.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DivergenceAnalysis] Add methods for querying divergence at useJay Foad2019-07-291-0/+10
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [DA] GPUDivergenceAnalysis for unstructured GPU kernelsNicolai Haehnle2018-11-301-0/+33
* [TI removal] Switch some newly added code over to use `Instruction`Chandler Carruth2018-10-191-6/+5
* [DA] DivergenceAnalysis for unstructured, reducible CFGsNicolai Haehnle2018-10-181-0/+425
* [NFC] Rename the DivergenceAnalysis to LegacyDivergenceAnalysisNicolai Haehnle2018-08-301-340/+0
* DivergenceAnalysis: added debug outputTim Renouf2018-07-131-5/+16
* Remove redundant includes from lib/Analysis.Michael Zolotukhin2017-12-131-1/+0
* DivergencyAnalysis patch for reviewAlexander Timofeev2017-06-151-1/+1
* DivergenceAnalysis: Fix crash with no return blocksMatt Arsenault2016-05-091-1/+7
* DivergenceAnalysis: Fix crash with unreachable blocksMatt Arsenault2016-04-291-0/+5
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* [DivergenceAnalysis] Treat PHI with incoming undef as constantNicolai Haehnle2016-04-141-1/+1
* Introduce analysis pass to compute PostDominators in the new pass manager. NFCHongbin Zheng2016-02-251-3/+4
* Revert "Introduce analysis pass to compute PostDominators in the new pass man...Hongbin Zheng2016-02-251-4/+3
* Introduce analysis pass to compute PostDominators in the new pass manager. NFCHongbin Zheng2016-02-251-3/+4
* Make some headers self-contained, remove unused includes that violate layering.Benjamin Kramer2016-01-271-1/+0
* [DivergenceAnalysis] fix a bug in computing influence regionsJingyue Wu2015-12-181-7/+19
* Analysis: Remove implicit ilist iterator conversionsDuncan P. N. Exon Smith2015-10-101-2/+2
* [DivergenceAnalysis] Separated definition of class into header.Marcello Maggioni2015-09-211-54/+25
* Rename inst_range() to instructions() for consistency. NFCNico Rieck2015-08-061-3/+3
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Divergence analysis for GPU programsJingyue Wu2015-04-101-0/+337
OpenPOWER on IntegriCloud