Change memcpy/memset/memmove to have dest and source alignments.
[oota-llvm.git] / test / Other / lint.ll
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2012-09-30 Duncan SandsIgnore apparent buffer overruns on external or weak...
2012-09-26 Duncan SandsTeach the 'lint' sanity checking pass to detect simple...
2012-09-25 Duncan SandsChange the way the lint sanity checking pass detects...
2012-07-02 Chandler CarruthConvert the uses of '|&' to use '2>&1 |' instead, which...
2011-11-27 Chris LattnerUpgrade syntax of tests using volatile instructions...
2010-10-18 Dan GohmanMake BasicAliasAnalysis a normal AliasAnalysis implemen...
2010-08-16 Dan GohmanRevert r111058, the lint check for indirectbr successor...
2010-08-13 Dan GohmanAdd a lint check for an indirectbr destination which...
2010-08-02 Dan GohmanAdd a lint check for indirectbr with no successors.
2010-07-12 Dan GohmanAdd a lint check for mismatched return types, inspired...
2010-05-28 Dan GohmanAdd lint checks for function attributes.
2010-05-28 Dan GohmanFix lint's memcpy and memmove checks, and its basic...
2010-05-28 Dan GohmanDetect self-referential values.
2010-05-28 Dan GohmanRemove this va_arg test, which is no longer applicable.
2010-05-28 Dan GohmanEli pointed out that va_arg instruction result values...
2010-05-28 Dan GohmanTeach lint how to look through simple store+load pairs...
2010-05-28 Dan GohmanAdd a lint check for returning the address of stack...
2010-05-26 Dan GohmanReinstate checking of stackrestore, with checking for...
2010-05-26 Dan GohmanImplement checking of the tail keyword.
2010-04-30 Dan GohmanAdd lint checks for invalid uses of memory.
2010-04-09 Dan GohmanAdd several more lint checks.
2010-04-08 Dan GohmanAdd a few more lint checks.
2010-04-08 Dan GohmanAdd a -lint pass which checks for common sources of...