summaryrefslogtreecommitdiff
path: root/lib/Analysis/Lint.cpp
Commit message (Expand)AuthorAge
...
* 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