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