1. 363ac68 [CallSite removal] Migrate all Alias Analysis APIs to use the newly by Chandler Carruth · 7 years ago
  2. 193429f [ModRefInfo] Make enum ModRefInfo an enum class [NFC]. by Alina Sbirlea · 8 years ago
  3. 8065f0b Mark all library options as hidden. by Zachary Turner · 8 years ago
  4. be709f2 [Analysis] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  5. dab4eae [PM] Change the static object whose address is used to uniquely identify by Chandler Carruth · 9 years ago
  6. 3b47a5a [ScopedNoAliasAA] collectMDInDomain should be a free function by David Majnemer · 9 years ago
  7. 8b8869f [ScopedNoAliasAA] Only collect noalias nodes if we have alias.scope nodes by David Majnemer · 9 years ago
  8. ddc7ab2 [ScopedNoAliasAA] Replace !ScopeNodes.size() with ScopeNodes.empty() by David Majnemer · 9 years ago
  9. c77a139 Revert "[ScopedNoAliasAA] Remove an unneccesary set" by David Majnemer · 9 years ago
  10. 5ec9c58 [ScopedNoAliasAA] Remove an unneccesary set by David Majnemer · 9 years ago
  11. 36e0d01 Consistently use FunctionAnalysisManager by Sean Silva · 9 years ago
  12. b47f801 [PM] Make the AnalysisManager parameter to run methods a reference. by Chandler Carruth · 10 years ago
  13. b4faf13 [PM] Implement the final conclusion as to how the analysis IDs should by Chandler Carruth · 10 years ago
  14. 12884f7 [AA] Hoist the logic to reformulate various AA queries in terms of other by Chandler Carruth · 10 years ago
  15. 3a63435 [PM] Introduce CRTP mixin base classes to help define passes and by Chandler Carruth · 10 years ago
  16. da08082 rangify; NFCI by Sanjay Patel · 10 years ago
  17. c5d29aa don't repeat names in comments ; NFC by Sanjay Patel · 10 years ago
  18. f234168 fix typo by Sanjay Patel · 10 years ago
  19. 083ca9b Fix Clang-tidy modernize-use-nullptr warnings in source directories and generated files; other minor cleanups. by Hans Wennborg · 10 years ago
  20. 7b560d4 [PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible by Chandler Carruth · 10 years ago
  21. 42ff448 [PM/AA] Hoist ScopedNoAliasAA's interface into a header and move the by Chandler Carruth · 10 years ago
  22. 496b7fb [PM/AA] Run clang-format over the ScopedNoAliasAA pass prior to making by Chandler Carruth · 10 years ago
  23. 194f59c [PM/AA] Extract the ModRef enums from the AliasAnalysis class in by Chandler Carruth · 10 years ago
  24. c3f49eb [PM/AA] Hoist the AliasResult enum out of the AliasAnalysis class. by Chandler Carruth · 10 years ago
  25. ac80dc7 [PM/AA] Remove the Location typedef from the AliasAnalysis class now by Chandler Carruth · 10 years ago
  26. 46a4355 Make DataLayout Non-Optional in the Module by Mehdi Amini · 11 years ago
  27. d990388 [cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py. by Chandler Carruth · 11 years ago
  28. de36e80 Revert "IR: MDNode => Value" by Duncan P. N. Exon Smith · 11 years ago
  29. 3872d00 IR: MDNode => Value: Instruction::getMetadata() by Duncan P. N. Exon Smith · 11 years ago
  30. 8c90fd7 Add override to overriden virtual methods, remove virtual keywords. by Benjamin Kramer · 11 years ago
  31. 029cde6 Simplify and improve scoped-noalias metadata semantics by Hal Finkel · 11 years ago
  32. 9414665 Add scoped-noalias metadata by Hal Finkel · 11 years ago