summaryrefslogtreecommitdiff
path: root/lib/Analysis/Lint.cpp
Commit message (Expand)AuthorAge
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef.Jay Foad2011-07-13
* PR9214: Convert ConstantExpr::getIndices() to return an ArrayRef, plusJay Foad2011-04-13
* Give GetUnderlyingObject a TargetData, to keep it in syncDan Gohman2011-01-24
* Move Value::getUnderlyingObject to be a standaloneDan Gohman2010-12-15
* Update a comment.Dan Gohman2010-12-13
* Use PartialAlias to do better noalias lint checking.Dan Gohman2010-12-10
* Now that hasConstantValue has been made simpler, it may return theDuncan Sands2010-11-17
* Previously SimplifyInstruction could report that an instructionDuncan Sands2010-11-17
* Fix a layering violation: hasConstantValue, which is part of the PHINodeDuncan Sands2010-11-17
* Avoid calling alias on non-pointer values.Dan Gohman2010-11-11
* Reapply r116831 and r116839, converting AliasAnalysis to useDan Gohman2010-10-19
* Revert r116831 and r116839, which are breaking selfhost builds.Dan Gohman2010-10-19
* Change AliasAnalysis and its clients to use uint64_t instead of unsignedDan Gohman2010-10-19
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Consistently use AliasAnalysis::UnknownSize instead of hardcoding ~0u.Dan Gohman2010-10-19
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-12
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* zap dead code.Chris Lattner2010-09-04
* Revert r111058, the lint check for indirectbr successors that aren'tDan Gohman2010-08-16
* Add a lint check for an indirectbr destination which has notDan Gohman2010-08-13
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Add a convenient form of AliasAnalysis::alias for the case where the sizesDan Gohman2010-08-03
* Add a lint check for indirectbr with no successors.Dan Gohman2010-08-02
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-21
* Add a lint check for mismatched return types, inspired by PR6944.Dan Gohman2010-07-12
* Add some more TODO comments.Dan Gohman2010-07-06
* Add a comment.Dan Gohman2010-07-06
* Fix the noalias checking so that it doesn't worry aboutDan Gohman2010-06-01
* Add lint checks for function attributes.Dan Gohman2010-05-28
* Fix lint's memcpy and memmove checks, and its basic block traversal.Dan Gohman2010-05-28
* Detect self-referential values.Dan Gohman2010-05-28
* Eli pointed out that va_arg instruction result values don'tDan Gohman2010-05-28
* Teach lint how to look through simple store+load pairs and otherDan Gohman2010-05-28
* Add a lint check for returning the address of stack memory.Dan Gohman2010-05-28
* Fix Lint printing warnings multiple times. Remove the ErrorStrDan Gohman2010-05-26
* Reinstate checking of stackrestore, with checking for both ReadDan Gohman2010-05-26
* Stackrestore is not a load.Dan Gohman2010-05-26
* Remove a TODO which isn't practical.Dan Gohman2010-05-26
* Implement checking of the tail keyword.Dan Gohman2010-05-26
* Add lint checks for invalid uses of memory.Dan Gohman2010-04-30
* Tidy a comment.Dan Gohman2010-04-22
* Add several more lint checks.Dan Gohman2010-04-09
* Add a few more lint checks.Dan Gohman2010-04-08
* Add a -lint pass which checks for common sources of undefined or likelyDan Gohman2010-04-08