aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/TypeBasedAliasAnalysis.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-disable TBAA for now; it broke MultiSource/Applications/JM/lencod,Dan Gohman2010-11-121-1/+1
* Enable TBAA.Dan Gohman2010-11-121-1/+1
* Make ModRefBehavior a lattice. Use this to clean up AliasAnalysisDan Gohman2010-11-101-1/+2
* Implement getModRefBehavior for TypeBasedAliasAnalysis.Dan Gohman2010-11-081-0/+23
* Extend the AliasAnalysis::pointsToConstantMemory interface to allow itDan Gohman2010-11-081-5/+6
* Support TBAA attachments on calls. This is somewhat experimental.Dan Gohman2010-10-251-0/+36
* Fix chaining in TBAA's pointsToConstantMemory.Dan Gohman2010-10-251-1/+1
* Only read one bit for testing for a readonly type, leaving the otherDan Gohman2010-10-251-2/+1
* Add a comment.Dan Gohman2010-10-251-1/+3
* Add some more documentation.Dan Gohman2010-10-211-15/+21
* Explain what "constant" means here.Dan Gohman2010-10-211-1/+3
* Update comments.Dan Gohman2010-10-211-3/+23
* Factor out the main aliasing check into a separate function.Dan Gohman2010-10-201-24/+39
* Fix comments; the type graph is currently a tree, not a DAG.Dan Gohman2010-10-201-3/+3
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-1/+3
* Make TypeBasedAliasAnalysis default to doing nothing, with a command-lineDan Gohman2010-10-181-0/+10
* Use chaining in TypeBasedAliasAnalysis::pointsToConstantMemory.Dan Gohman2010-10-181-1/+4
* Tolerate a null parent pointer.Dan Gohman2010-10-141-1/+1
* Support AA chaining.Dan Gohman2010-10-111-6/+9
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-1/+1
* Convert TBAA to use the new TBAATag field of AliasAnalysis::Location.Dan Gohman2010-09-141-20/+4
* Remove the experimental AliasAnalysis::getDependency interface, whichDan Gohman2010-09-141-9/+8
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-3/+3
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-3/+3
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-3/+3
* Fix a typo Devang noticed.Dan Gohman2010-08-031-1/+1
* Sketch up a preliminary Type-Based Alias Analysis implementation.Dan Gohman2010-08-021-0/+191