aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/Lint.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the noalias checking so that it doesn't worry aboutDan Gohman2010-06-011-12/+12
* Add lint checks for function attributes.Dan Gohman2010-05-281-30/+91
* Fix lint's memcpy and memmove checks, and its basic block traversal.Dan Gohman2010-05-281-5/+8
* Detect self-referential values.Dan Gohman2010-05-281-6/+19
* Eli pointed out that va_arg instruction result values don'tDan Gohman2010-05-281-4/+4
* Teach lint how to look through simple store+load pairs and otherDan Gohman2010-05-281-10/+75
* Add a lint check for returning the address of stack memory.Dan Gohman2010-05-281-0/+6
* Fix Lint printing warnings multiple times. Remove the ErrorStrDan Gohman2010-05-261-5/+2
* Reinstate checking of stackrestore, with checking for both ReadDan Gohman2010-05-261-0/+8
* Stackrestore is not a load.Dan Gohman2010-05-261-5/+0
* Remove a TODO which isn't practical.Dan Gohman2010-05-261-1/+0
* Implement checking of the tail keyword.Dan Gohman2010-05-261-1/+9
* Add lint checks for invalid uses of memory.Dan Gohman2010-04-301-19/+59
* Tidy a comment.Dan Gohman2010-04-221-1/+1
* Add several more lint checks.Dan Gohman2010-04-091-21/+68
* Add a few more lint checks.Dan Gohman2010-04-081-0/+40
* Add a -lint pass which checks for common sources of undefined or likelyDan Gohman2010-04-081-0/+368