aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/Lint.cpp
AgeCommit message (Expand)Author
2010-08-16Revert r111058, the lint check for indirectbr successors that aren'tDan Gohman
2010-08-13Add a lint check for an indirectbr destination which has notDan Gohman
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2010-08-03Add a convenient form of AliasAnalysis::alias for the case where the sizesDan Gohman
2010-08-02Add a lint check for indirectbr with no successors.Dan Gohman
2010-07-21Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson
2010-07-12Add a lint check for mismatched return types, inspired by PR6944.Dan Gohman
2010-07-06Add some more TODO comments.Dan Gohman
2010-07-06Add a comment.Dan Gohman
2010-06-01Fix the noalias checking so that it doesn't worry aboutDan Gohman
2010-05-28Add lint checks for function attributes.Dan Gohman
2010-05-28Fix lint's memcpy and memmove checks, and its basic block traversal.Dan Gohman
2010-05-28Detect self-referential values.Dan Gohman
2010-05-28Eli pointed out that va_arg instruction result values don'tDan Gohman
2010-05-28Teach lint how to look through simple store+load pairs and otherDan Gohman
2010-05-28Add a lint check for returning the address of stack memory.Dan Gohman
2010-05-26Fix Lint printing warnings multiple times. Remove the ErrorStrDan Gohman
2010-05-26Reinstate checking of stackrestore, with checking for both ReadDan Gohman
2010-05-26Stackrestore is not a load.Dan Gohman
2010-05-26Remove a TODO which isn't practical.Dan Gohman
2010-05-26Implement checking of the tail keyword.Dan Gohman
2010-04-30Add lint checks for invalid uses of memory.Dan Gohman
2010-04-22Tidy a comment.Dan Gohman
2010-04-09Add several more lint checks.Dan Gohman
2010-04-08Add a few more lint checks.Dan Gohman
2010-04-08Add a -lint pass which checks for common sources of undefined or likelyDan Gohman