summaryrefslogtreecommitdiff
path: root/test/Other/lint.ll
Commit message (Expand)AuthorAge
* Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman2010-10-18
* 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
* Add a lint check for indirectbr with no successors.Dan Gohman2010-08-02
* Add a lint check for mismatched return types, inspired by PR6944.Dan Gohman2010-07-12
* 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
* Remove this va_arg test, which is no longer applicable.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
* Reinstate checking of stackrestore, with checking for both ReadDan 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
* 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