summaryrefslogtreecommitdiff
path: root/lib/Analysis/DivergenceAnalysis.cpp
AgeCommit message (Expand)Author
2017-12-13Remove redundant includes from lib/Analysis.Michael Zolotukhin
2017-06-15DivergencyAnalysis patch for reviewAlexander Timofeev
2016-05-09DivergenceAnalysis: Fix crash with no return blocksMatt Arsenault
2016-04-29DivergenceAnalysis: Fix crash with unreachable blocksMatt Arsenault
2016-04-18[NFC] Header cleanupMehdi Amini
2016-04-14[DivergenceAnalysis] Treat PHI with incoming undef as constantNicolai Haehnle
2016-02-25Introduce analysis pass to compute PostDominators in the new pass manager. NFCHongbin Zheng
2016-02-25Revert "Introduce analysis pass to compute PostDominators in the new pass man...Hongbin Zheng
2016-02-25Introduce analysis pass to compute PostDominators in the new pass manager. NFCHongbin Zheng
2016-01-27Make some headers self-contained, remove unused includes that violate layering.Benjamin Kramer
2015-12-18[DivergenceAnalysis] fix a bug in computing influence regionsJingyue Wu
2015-10-10Analysis: Remove implicit ilist iterator conversionsDuncan P. N. Exon Smith
2015-09-21[DivergenceAnalysis] Separated definition of class into header.Marcello Maggioni
2015-08-06Rename inst_range() to instructions() for consistency. NFCNico Rieck
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-04-10Divergence analysis for GPU programsJingyue Wu