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