1. 413f8691 LegacyDivergenceAnalysis: fix uninitialized value by Nicolai Haehnle · 7 years ago
  2. 56d0ed2 [DA] GPUDivergenceAnalysis for unstructured GPU kernels by Nicolai Haehnle · 7 years ago
  3. 9871662 [TI removal] Switch an analysis to just use Instruction. by Chandler Carruth · 7 years ago
  4. 35617ed [NFC] Rename the DivergenceAnalysis to LegacyDivergenceAnalysis by Nicolai Haehnle · 7 years ago[Renamed (94%) from llvm/lib/Analysis/DivergenceAnalysis.cpp]
  5. f3d8295 DivergenceAnalysis: added debug output by Tim Renouf · 7 years ago
  6. b45595b Remove redundant includes from lib/Analysis. by Michael Zolotukhin · 8 years ago
  7. 0f9c84c DivergencyAnalysis patch for review by Alexander Timofeev · 8 years ago
  8. 1af53a9 DivergenceAnalysis: Fix crash with no return blocks by Matt Arsenault · 9 years ago
  9. 790eb1c DivergenceAnalysis: Fix crash with unreachable blocks by Matt Arsenault · 9 years ago
  10. b550cb1 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  11. 13d90f3 [DivergenceAnalysis] Treat PHI with incoming undef as constant by Nicolai Haehnle · 9 years ago
  12. 3f97840 Introduce analysis pass to compute PostDominators in the new pass manager. NFC by Hongbin Zheng · 10 years ago
  13. 66b19fb Revert "Introduce analysis pass to compute PostDominators in the new pass manager. NFC" by Hongbin Zheng · 10 years ago
  14. a0273a0 Introduce analysis pass to compute PostDominators in the new pass manager. NFC by Hongbin Zheng · 10 years ago
  15. 820f754 Make some headers self-contained, remove unused includes that violate layering. by Benjamin Kramer · 10 years ago
  16. 3f42228 [DivergenceAnalysis] fix a bug in computing influence regions by Jingyue Wu · 10 years ago
  17. 5a82c91 Analysis: Remove implicit ilist iterator conversions by Duncan P. N. Exon Smith · 10 years ago
  18. ab58c74 [DivergenceAnalysis] Separated definition of class into header. by Marcello Maggioni · 10 years ago
  19. 7819951 Rename inst_range() to instructions() for consistency. NFC by Nico Rieck · 10 years ago
  20. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  21. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  22. 5da831c Divergence analysis for GPU programs by Jingyue Wu · 10 years ago