1. 9f00886 [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 12 years ago
  2. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  3. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  4. df7a4f2 Now with fewer extraneous semicolons! by Owen Anderson · 15 years ago
  5. 41f14cf Remove the experimental AliasAnalysis::getDependency interface, which by Dan Gohman · 15 years ago
  6. 5442c71 Thread const correctness through a bunch of AliasAnalysis interfaces and by Dan Gohman · 15 years ago
  7. ac4a1ed Add INSTANTIATE_AG_PASS, which combines RegisterPass<> with RegisterAnalysisGroup<> for pass registration. by Owen Anderson · 15 years ago
  8. e8c035d LibCallAliasAnalysis doesn't use TargetData. by Dan Gohman · 16 years ago
  9. 3816aa7 Expose a public interface to this pass. by Chris Lattner · 17 years ago
  10. 0282d02 Let libcall semantics decide whether it knows about functions by Chris Lattner · 17 years ago
  11. be8f7785 Fix a typo in a comment. by Dan Gohman · 17 years ago
  12. f52c804 Use static and anonymous namespaces consistently with other passes. by Dan Gohman · 17 years ago
  13. 42d46f2 put LibCallAliasAnalysis into anonymous namespace to avoid clashes on ::X by Torok Edwin · 17 years ago
  14. 621d33b Add a new LibCallAliasAnalysis pass, which is parameterized by Chris Lattner · 17 years ago