| Commit message (Expand) | Author | Age | Files | Lines |
| * | [DivergenceAnalysis] Add methods for querying divergence at use | Jay Foad | 2019-07-29 | 1 | -0/+10 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [DA] GPUDivergenceAnalysis for unstructured GPU kernels | Nicolai Haehnle | 2018-11-30 | 1 | -0/+33 |
| * | [TI removal] Switch some newly added code over to use `Instruction` | Chandler Carruth | 2018-10-19 | 1 | -6/+5 |
| * | [DA] DivergenceAnalysis for unstructured, reducible CFGs | Nicolai Haehnle | 2018-10-18 | 1 | -0/+425 |
| * | [NFC] Rename the DivergenceAnalysis to LegacyDivergenceAnalysis | Nicolai Haehnle | 2018-08-30 | 1 | -340/+0 |
| * | DivergenceAnalysis: added debug output | Tim Renouf | 2018-07-13 | 1 | -5/+16 |
| * | Remove redundant includes from lib/Analysis. | Michael Zolotukhin | 2017-12-13 | 1 | -1/+0 |
| * | DivergencyAnalysis patch for review | Alexander Timofeev | 2017-06-15 | 1 | -1/+1 |
| * | DivergenceAnalysis: Fix crash with no return blocks | Matt Arsenault | 2016-05-09 | 1 | -1/+7 |
| * | DivergenceAnalysis: Fix crash with unreachable blocks | Matt Arsenault | 2016-04-29 | 1 | -0/+5 |
| * | [NFC] Header cleanup | Mehdi Amini | 2016-04-18 | 1 | -1/+0 |
| * | [DivergenceAnalysis] Treat PHI with incoming undef as constant | Nicolai Haehnle | 2016-04-14 | 1 | -1/+1 |
| * | Introduce analysis pass to compute PostDominators in the new pass manager. NFC | Hongbin Zheng | 2016-02-25 | 1 | -3/+4 |
| * | Revert "Introduce analysis pass to compute PostDominators in the new pass man... | Hongbin Zheng | 2016-02-25 | 1 | -4/+3 |
| * | Introduce analysis pass to compute PostDominators in the new pass manager. NFC | Hongbin Zheng | 2016-02-25 | 1 | -3/+4 |
| * | Make some headers self-contained, remove unused includes that violate layering. | Benjamin Kramer | 2016-01-27 | 1 | -1/+0 |
| * | [DivergenceAnalysis] fix a bug in computing influence regions | Jingyue Wu | 2015-12-18 | 1 | -7/+19 |
| * | Analysis: Remove implicit ilist iterator conversions | Duncan P. N. Exon Smith | 2015-10-10 | 1 | -2/+2 |
| * | [DivergenceAnalysis] Separated definition of class into header. | Marcello Maggioni | 2015-09-21 | 1 | -54/+25 |
| * | Rename inst_range() to instructions() for consistency. NFC | Nico Rieck | 2015-08-06 | 1 | -3/+3 |
| * | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -1/+1 |
| * | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -1/+1 |
| * | Divergence analysis for GPU programs | Jingyue Wu | 2015-04-10 | 1 | -0/+337 |