1. ce665bd Now with fewer extraneous semicolons! by Owen Anderson · 15 years ago
  2. 17aa680 zap dead code. by Chris Lattner · 15 years ago
  3. 9883b95 Revert r111058, the lint check for indirectbr successors that aren't by Dan Gohman · 15 years ago
  4. 61556e3 Add a lint check for an indirectbr destination which has not by Dan Gohman · 15 years ago
  5. 90c579d Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 15 years ago
  6. 1f74590 Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
  7. 9ccaf53 Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
  8. 847a84e Add a convenient form of AliasAnalysis::alias for the case where the sizes by Dan Gohman · 15 years ago
  9. a8afb2a Add a lint check for indirectbr with no successors. by Dan Gohman · 15 years ago
  10. d13db2c Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). by Owen Anderson · 15 years ago
  11. 545d006 Add a lint check for mismatched return types, inspired by PR6944. by Dan Gohman · 15 years ago
  12. 0ce2499 Add some more TODO comments. by Dan Gohman · 15 years ago
  13. d3b6e41 Add a comment. by Dan Gohman · 15 years ago
  14. 10e7726 Fix the noalias checking so that it doesn't worry about by Dan Gohman · 15 years ago
  15. aec2a0d Add lint checks for function attributes. by Dan Gohman · 15 years ago
  16. 13ec30b Fix lint's memcpy and memmove checks, and its basic block traversal. by Dan Gohman · 15 years ago
  17. 17d9596 Detect self-referential values. by Dan Gohman · 15 years ago
  18. 078f859 Eli pointed out that va_arg instruction result values don't reference the stack. by Dan Gohman · 15 years ago
  19. ff26d4e Teach lint how to look through simple store+load pairs and other by Dan Gohman · 15 years ago
  20. 292fc87 Add a lint check for returning the address of stack memory. by Dan Gohman · 15 years ago
  21. a0f7ff3 Fix Lint printing warnings multiple times. Remove the ErrorStr by Dan Gohman · 15 years ago
  22. 882ddb4 Reinstate checking of stackrestore, with checking for both Read by Dan Gohman · 15 years ago
  23. 749be11 Stackrestore is not a load. by Dan Gohman · 15 years ago
  24. df9c8bc Remove a TODO which isn't practical. by Dan Gohman · 15 years ago
  25. 113b3e2 Implement checking of the tail keyword. by Dan Gohman · 15 years ago
  26. 5b61b38 Add lint checks for invalid uses of memory. by Dan Gohman · 15 years ago
  27. 0883355 Tidy a comment. by Dan Gohman · 15 years ago
  28. be02b20 Add several more lint checks. by Dan Gohman · 15 years ago
  29. dd98c4d Add a few more lint checks. by Dan Gohman · 15 years ago
  30. 113902e Add a -lint pass which checks for common sources of undefined or likely by Dan Gohman · 15 years ago