Add mention of Glasgow Haskell Compiler.
[oota-llvm.git] / docs / AliasAnalysis.html
2012-04-19 Daniel Dunbar[docs] Update HTML pages to refer to CSS in a way that...
2012-01-30 Dan Gohmanbasic-aa does support AliasAnalysis chaining now.
2011-10-31 NAKAMURA Takumidocs/*.html: Appease W3C Checker to add "charset=utf-8".
2011-05-24 Dan GohmanUpdate documentation: -basicaa does chaining these...
2011-04-21 NAKAMURA Takumidocs/llvm.css: Introduce cascading style <div> and...
2011-04-18 NAKAMURA Takumidocs: Use <Hn> as Heading elements instead of <DIV...
2011-04-09 NAKAMURA Takumidocs/*.html: Make W3C HTML 4.01 Strict more compliant.
2011-04-09 NAKAMURA Takumidocs: Canonicalize URLs.
2011-01-03 Owen AndersonStub out a new updating interface to AliasAnalysis...
2011-01-03 Owen AndersonWe can count properly.
2010-12-15 Dan GohmanFix a typo that Bill spotted.
2010-12-15 Dan GohmanDocument some more AliasAnalysis infrastructure limitat...
2010-12-10 Dan GohmanIntroduce a new PartialAlias response for AliasAnalysis...
2010-11-15 Dan Gohman-basicaa is no longer the default.
2010-08-30 Dan GohmanUpdate the descriptions of NoModRef and ModRef to be...
2010-07-07 Dan GohmanRemove interprocedural-basic-aa and associated code...
2010-07-02 Dan GohmanDocument that BasicAA respects noalias, while Interproc...
2010-07-02 Dan GohmanDescribe which dependencies are relevant to noalias...
2010-07-02 Dan GohmanReword the definition of the noalias attribute. The...
2010-06-28 Dan GohmanAdd a blurb about -scev-aa.
2010-06-24 Dan GohmanDocument problems that I encountered when working on...
2010-05-07 mike-mRevert r103213. It broke several sections of live website.
2010-05-06 mike-mOverhauled llvm/clang docs builds. Closes PR6613.
2010-03-01 Chris Lattnerremove anders-aa from mainline, it isn't maintained...
2009-11-22 Chris LattnerRemove the AliasAnalysis::getMustAliases method, which...
2009-04-25 Chris LattnerUpdate docs to not mention gcse/loadvn and mention...
2008-12-18 Nick LewyckyRecommit this grammar fix that was backed out along...
2008-12-16 Bill WendlingTemporarily revert r61019, r61030, and r61040. These...
2008-12-15 Nick LewyckyIntroducing nocapture, a parameter attribute for pointe...
2008-12-14 Nick LewyckyClarify the meaning of the NoAlias response. The plan...
2008-12-11 Misha BrukmanGlobal replace of yellow W3C "valid HTML/CSS" icons...
2007-10-02 Owen AndersonFix typo.
2007-10-02 Owen AndersonMention memdep in the AA documentation.
2007-07-03 Chris Lattnernote where to get steens-aa and ds-aa
2007-03-30 Duncan SandsVarious hopefully correct easy fixes.
2006-03-14 Reid SpencerChanges docs for llvm.cs.uiuc.edu -> llvm.org
2006-01-03 Chris Lattnerupdate usage of -print-alias-sets
2004-09-06 Misha BrukmanRemove extraneous blank lines.
2004-07-28 Misha Brukman* Use the doc_code class for code listings to make...
2004-07-27 Chris LattnerNew functionality
2004-07-01 Misha Brukman* `The' isn't necessary in front of LLVM
2004-06-28 Chris Lattnerdocument new pass
2004-06-21 Chris LattnerFix some broken links
2004-05-23 Chris LattnerSubstantially expand and update the alias analysis...
2004-05-12 Misha BrukmanFix grammar: remove `the' before LLVM.
2004-01-15 Misha BrukmanPut stylesheet after the title.
2003-12-21 Misha BrukmanFix the URL to check the referrer for CSS conformity.
2003-12-19 Chris LattnerExpand on the AliasSetTracker a bit, so I can remember...
2003-12-17 Misha BrukmanFix the links to match our 'llvm' namespace in doxygen...
2003-12-17 Misha BrukmanSince we are now in the 'llvm' namespace, the mangled...
2003-11-22 Misha BrukmanAlign the W3C images on the right side, bottom of page.
2003-11-22 Misha BrukmanThis page now uses valid HTML 4.01 Strict and valid...
2003-11-21 Misha BrukmanMade paragraph structure more consistent.
2003-10-27 John CriswellMerged in RELEASE_1.
2003-10-24 Misha BrukmanThis is now valid HTML 4.01 Strict.
2003-10-23 Misha BrukmanReally close the <li> tags.
2003-10-23 Misha BrukmanRemove extraneous comments.
2003-10-23 Misha Brukman* Quote a value in <font> tag.
2003-10-22 Misha Brukman* Use UTF-8 instead of soon-to-be-extinct ISO-8859...
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-05-07 Misha BrukmanGrammar fix: `of course' is separated from the sentence...
2003-03-04 Chris LattnerInitial checkin of AliasAnalysis doc