Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
[oota-llvm.git] / lib / Analysis / Lint.cpp
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-07-12 Dan GohmanAdd a lint check for mismatched return types, inspired...
2010-07-06 Dan GohmanAdd some more TODO comments.
2010-07-06 Dan GohmanAdd a comment.
2010-06-01 Dan GohmanFix the noalias checking so that it doesn't worry about
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 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 GohmanFix Lint printing warnings multiple times. Remove the...
2010-05-26 Dan GohmanReinstate checking of stackrestore, with checking for...
2010-05-26 Dan GohmanStackrestore is not a load.
2010-05-26 Dan GohmanRemove a TODO which isn't practical.
2010-05-26 Dan GohmanImplement checking of the tail keyword.
2010-04-30 Dan GohmanAdd lint checks for invalid uses of memory.
2010-04-22 Dan GohmanTidy a comment.
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...