aboutsummaryrefslogtreecommitdiffstats
path: root/test/Other/lint.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-4/+4
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-9/+9
* Ignore apparent buffer overruns on external or weak globals. This is a majorDuncan Sands2012-09-301-0/+5
* Teach the 'lint' sanity checking pass to detect simple buffer overflows.Duncan Sands2012-09-261-0/+12
* Change the way the lint sanity checking pass detects misaligned memory accesses.Duncan Sands2012-09-251-2/+6
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-021-1/+1
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-271-1/+1
* Make BasicAliasAnalysis a normal AliasAnalysis implementation whichDan Gohman2010-10-181-1/+1
* Revert r111058, the lint check for indirectbr successors that aren'tDan Gohman2010-08-161-1/+0
* Add a lint check for an indirectbr destination which has notDan Gohman2010-08-131-0/+1
* Add a lint check for indirectbr with no successors.Dan Gohman2010-08-021-1/+3
* Add a lint check for mismatched return types, inspired by PR6944.Dan Gohman2010-07-121-0/+9
* Add lint checks for function attributes.Dan Gohman2010-05-281-0/+17
* Fix lint's memcpy and memmove checks, and its basic block traversal.Dan Gohman2010-05-281-0/+4
* Detect self-referential values.Dan Gohman2010-05-281-0/+11
* Remove this va_arg test, which is no longer applicable.Dan Gohman2010-05-281-3/+0
* 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-0/+21
* Add a lint check for returning the address of stack memory.Dan Gohman2010-05-281-0/+7
* Reinstate checking of stackrestore, with checking for both ReadDan Gohman2010-05-261-0/+3
* Implement checking of the tail keyword.Dan Gohman2010-05-261-0/+12
* Add lint checks for invalid uses of memory.Dan Gohman2010-04-301-0/+18
* Add several more lint checks.Dan Gohman2010-04-091-0/+21
* Add a few more lint checks.Dan Gohman2010-04-081-0/+14
* Add a -lint pass which checks for common sources of undefined or likelyDan Gohman2010-04-081-0/+31