aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/Lint.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update a comment.Dan Gohman2010-12-131-4/+3
* Use PartialAlias to do better noalias lint checking.Dan Gohman2010-12-101-4/+6
* Now that hasConstantValue has been made simpler, it may return theDuncan Sands2010-11-171-1/+2
* Previously SimplifyInstruction could report that an instructionDuncan Sands2010-11-171-2/+1
* Fix a layering violation: hasConstantValue, which is part of the PHINodeDuncan Sands2010-11-171-2/+2
* Avoid calling alias on non-pointer values.Dan Gohman2010-11-111-3/+4
* Reapply r116831 and r116839, converting AliasAnalysis to useDan Gohman2010-10-191-3/+3
* Revert r116831 and r116839, which are breaking selfhost builds.Dan Gohman2010-10-191-3/+3
* Change AliasAnalysis and its clients to use uint64_t instead of unsignedDan Gohman2010-10-191-3/+3
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-1/+3
* Consistently use AliasAnalysis::UnknownSize instead of hardcoding ~0u.Dan Gohman2010-10-191-16/+25
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-121-1/+6
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-1/+1
* zap dead code.Chris Lattner2010-09-041-22/+0
* Revert r111058, the lint check for indirectbr successors that aren'tDan Gohman2010-08-161-6/+0
* Add a lint check for an indirectbr destination which has notDan Gohman2010-08-131-0/+6
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* Add a convenient form of AliasAnalysis::alias for the case where the sizesDan Gohman2010-08-031-2/+1
* Add a lint check for indirectbr with no successors.Dan Gohman2010-08-021-0/+3
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-211-2/+1
* Add a lint check for mismatched return types, inspired by PR6944.Dan Gohman2010-07-121-0/+4
* Add some more TODO comments.Dan Gohman2010-07-061-0/+6
* Add a comment.Dan Gohman2010-07-061-1/+2
* Fix the noalias checking so that it doesn't worry aboutDan Gohman2010-06-011-12/+12
* Add lint checks for function attributes.Dan Gohman2010-05-281-30/+91
* Fix lint's memcpy and memmove checks, and its basic block traversal.Dan Gohman2010-05-281-5/+8
* Detect self-referential values.Dan Gohman2010-05-281-6/+19
* 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-10/+75
* Add a lint check for returning the address of stack memory.Dan Gohman2010-05-281-0/+6
* Fix Lint printing warnings multiple times. Remove the ErrorStrDan Gohman2010-05-261-5/+2
* Reinstate checking of stackrestore, with checking for both ReadDan Gohman2010-05-261-0/+8
* Stackrestore is not a load.Dan Gohman2010-05-261-5/+0
* Remove a TODO which isn't practical.Dan Gohman2010-05-261-1/+0
* Implement checking of the tail keyword.Dan Gohman2010-05-261-1/+9
* Add lint checks for invalid uses of memory.Dan Gohman2010-04-301-19/+59
* Tidy a comment.Dan Gohman2010-04-221-1/+1
* Add several more lint checks.Dan Gohman2010-04-091-21/+68
* Add a few more lint checks.Dan Gohman2010-04-081-0/+40
* Add a -lint pass which checks for common sources of undefined or likelyDan Gohman2010-04-081-0/+368