aboutsummaryrefslogtreecommitdiff
path: root/docs/AliasAnalysis.html
AgeCommit message (Expand)Author
2012-01-30basic-aa does support AliasAnalysis chaining now.Dan Gohman
2011-10-31docs/*.html: Appease W3C Checker to add "charset=utf-8".NAKAMURA Takumi
2011-05-24Update documentation: -basicaa does chaining these days.Dan Gohman
2011-04-21docs/llvm.css: Introduce cascading style <div> and <p> continued on <h[2-5]>....NAKAMURA Takumi
2011-04-18docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi
2011-04-09docs/*.html: Make W3C HTML 4.01 Strict more compliant.NAKAMURA Takumi
2011-04-09docs: Canonicalize URLs.NAKAMURA Takumi
2011-01-03Stub out a new updating interface to AliasAnalysis, allowing stateful analyse...Owen Anderson
2011-01-03We can count properly.Owen Anderson
2010-12-15Fix a typo that Bill spotted.Dan Gohman
2010-12-15Document some more AliasAnalysis infrastructure limitations.Dan Gohman
2010-12-10Introduce a new PartialAlias response for AliasAnalysis. For mostDan Gohman
2010-11-15-basicaa is no longer the default.Dan Gohman
2010-08-30Update the descriptions of NoModRef and ModRef to be consistentDan Gohman
2010-07-07Remove interprocedural-basic-aa and associated code. The AliasAnalysisDan Gohman
2010-07-02Document that BasicAA respects noalias, while InterproceduralBasicAADan Gohman
2010-07-02Describe which dependencies are relevant to noalias, and document howDan Gohman
2010-07-02Reword the definition of the noalias attribute. The intention is forDan Gohman
2010-06-28Add a blurb about -scev-aa.Dan Gohman
2010-06-24Document problems that I encountered when working on -scev-aa.Dan Gohman
2010-05-07Revert r103213. It broke several sections of live website.mike-m
2010-05-06Overhauled llvm/clang docs builds. Closes PR6613.mike-m
2010-03-01remove anders-aa from mainline, it isn't maintained and isChris Lattner
2009-11-22Remove the AliasAnalysis::getMustAliases method, which is dead.Chris Lattner
2009-04-25Update docs to not mention gcse/loadvn and mention memdep andChris Lattner
2008-12-18Recommit this grammar fix that was backed out along with nocapture.Nick Lewycky
2008-12-16Temporarily revert r61019, r61030, and r61040. These were breaking LLVM ReleaseBill Wendling
2008-12-15Introducing nocapture, a parameter attribute for pointers to indicate that theNick Lewycky
2008-12-14Clarify the meaning of the NoAlias response. The plan is to refer to this fromNick Lewycky
2008-12-11Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman
2007-10-02Fix typo.Owen Anderson
2007-10-02Mention memdep in the AA documentation.Owen Anderson
2007-07-03note where to get steens-aa and ds-aaChris Lattner
2007-03-30Various hopefully correct easy fixes.Duncan Sands
2006-03-14Changes docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer
2006-01-03update usage of -print-alias-setsChris Lattner
2004-09-06Remove extraneous blank lines.Misha Brukman
2004-07-28* Use the doc_code class for code listings to make it stand out from textMisha Brukman
2004-07-27New functionalityChris Lattner
2004-07-01* `The' isn't necessary in front of LLVMMisha Brukman
2004-06-28document new passChris Lattner
2004-06-21Fix some broken linksChris Lattner
2004-05-23Substantially expand and update the alias analysis documentation, includingChris Lattner
2004-05-12Fix grammar: remove `the' before LLVM.Misha Brukman
2004-01-15Put stylesheet after the title.Misha Brukman
2003-12-21Fix the URL to check the referrer for CSS conformity.Misha Brukman
2003-12-19Expand on the AliasSetTracker a bit, so I can remember this next time I come ...Chris Lattner
2003-12-17Fix the links to match our 'llvm' namespace in doxygen-generated docs.Misha Brukman
2003-12-17Since we are now in the 'llvm' namespace, the mangled C++ name of structsMisha Brukman
2003-11-22Align the W3C images on the right side, bottom of page.Misha Brukman