aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/TypeBasedAliasAnalysis.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-7/+15
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-12/+15
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-7/+28
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-12/+18
* Update to LLVM 3.5a.Stephen Hines2014-04-241-11/+11
* TBAA: fix PR17620.Manman Ren2013-10-221-1/+5
* TBAA: try to fix the dragonegg bots.Manman Ren2013-09-271-1/+3
* TBAA: handle scalar TBAA format and struct-path aware TBAA format.Manman Ren2013-09-271-10/+81
* TBAA: add isTBAAVtableAccess to MDNode so clients can call the functionManman Ren2013-09-061-0/+19
* Struct-path aware TBAA: change the format of TBAAStructType node.Manman Ren2013-04-271-13/+30
* Struct-path aware TBAA: update getMostGenericTBAA Manman Ren2013-04-221-2/+60
* Aliasing rules for struct-path aware TBAA.Manman Ren2013-04-111-0/+136
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-4/+4
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Don't include Operator.h from InstrTypes.h.Jay Foad2011-04-111-0/+1
* Update a comment.Dan Gohman2010-12-161-1/+3
* Enable TBAA by default.Dan Gohman2010-12-151-1/+1
* 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