aboutsummaryrefslogtreecommitdiff
path: root/test/Other/lint.ll
AgeCommit message (Expand)Author
2012-09-30Ignore apparent buffer overruns on external or weak globals. This is a majorDuncan Sands
2012-09-26Teach the 'lint' sanity checking pass to detect simple buffer overflows.Duncan Sands
2012-09-25Change the way the lint sanity checking pass detects misaligned memory accesses.Duncan Sands
2012-07-02Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth
2011-11-27Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner
2010-10-18Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman
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-02Add a lint check for indirectbr with no successors.Dan Gohman
2010-07-12Add a lint check for mismatched return types, inspired by PR6944.Dan 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-28Remove this va_arg test, which is no longer applicable.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-26Reinstate checking of stackrestore, with checking for both ReadDan 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-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