summaryrefslogtreecommitdiff
path: root/lib/Analysis/TypeBasedAliasAnalysis.cpp
Commit message (Expand)AuthorAge
* [TBAA] Fix handling of mixed TBAA (path-aware and non-path-aware TBAA).Juergen Ributzka2014-05-03
* remove some dead codeNuno Lopes2014-04-17
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* TBAA: fix PR17620.Manman Ren2013-10-22
* TBAA: try to fix the dragonegg bots.Manman Ren2013-09-27
* TBAA: handle scalar TBAA format and struct-path aware TBAA format.Manman Ren2013-09-27
* TBAA: add isTBAAVtableAccess to MDNode so clients can call the functionManman Ren2013-09-06
* Struct-path aware TBAA: change the format of TBAAStructType node.Manman Ren2013-04-27
* Struct-path aware TBAA: update getMostGenericTBAA Manman Ren2013-04-22
* Aliasing rules for struct-path aware TBAA.Manman Ren2013-04-11
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Don't include Operator.h from InstrTypes.h.Jay Foad2011-04-11
* Update a comment.Dan Gohman2010-12-16
* Enable TBAA by default.Dan Gohman2010-12-15
* Re-disable TBAA for now; it broke MultiSource/Applications/JM/lencod,Dan Gohman2010-11-12
* Enable TBAA.Dan Gohman2010-11-12
* Make ModRefBehavior a lattice. Use this to clean up AliasAnalysisDan Gohman2010-11-10
* Implement getModRefBehavior for TypeBasedAliasAnalysis.Dan Gohman2010-11-08
* Extend the AliasAnalysis::pointsToConstantMemory interface to allow itDan Gohman2010-11-08
* Support TBAA attachments on calls. This is somewhat experimental.Dan Gohman2010-10-25
* Fix chaining in TBAA's pointsToConstantMemory.Dan Gohman2010-10-25
* Only read one bit for testing for a readonly type, leaving the otherDan Gohman2010-10-25
* Add a comment.Dan Gohman2010-10-25
* Add some more documentation.Dan Gohman2010-10-21
* Explain what "constant" means here.Dan Gohman2010-10-21
* Update comments.Dan Gohman2010-10-21
* Factor out the main aliasing check into a separate function.Dan Gohman2010-10-20
* Fix comments; the type graph is currently a tree, not a DAG.Dan Gohman2010-10-20
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Make TypeBasedAliasAnalysis default to doing nothing, with a command-lineDan Gohman2010-10-18
* Use chaining in TypeBasedAliasAnalysis::pointsToConstantMemory.Dan Gohman2010-10-18
* Tolerate a null parent pointer.Dan Gohman2010-10-14
* Support AA chaining.Dan Gohman2010-10-11
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* Convert TBAA to use the new TBAATag field of AliasAnalysis::Location.Dan Gohman2010-09-14
* Remove the experimental AliasAnalysis::getDependency interface, whichDan Gohman2010-09-14
* 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
* Fix a typo Devang noticed.Dan Gohman2010-08-03
* Sketch up a preliminary Type-Based Alias Analysis implementation.Dan Gohman2010-08-02