| Commit message (Expand) | Author | Age | Files | Lines |
* | Stub out a new updating interface to AliasAnalysis, allowing stateful analyse... | Owen Anderson | 2011-01-03 | 1 | -1/+23 |
* | We can count properly. | Owen Anderson | 2011-01-03 | 1 | -1/+1 |
* | Fix a typo that Bill spotted. | Dan Gohman | 2010-12-15 | 1 | -1/+1 |
* | Document some more AliasAnalysis infrastructure limitations. | Dan Gohman | 2010-12-15 | 1 | -4/+38 |
* | Introduce a new PartialAlias response for AliasAnalysis. For most | Dan Gohman | 2010-12-10 | 1 | -3/+6 |
* | -basicaa is no longer the default. | Dan Gohman | 2010-11-15 | 1 | -2/+2 |
* | Update the descriptions of NoModRef and ModRef to be consistent | Dan Gohman | 2010-08-30 | 1 | -4/+4 |
* | Remove interprocedural-basic-aa and associated code. The AliasAnalysis | Dan Gohman | 2010-07-07 | 1 | -7/+14 |
* | Document that BasicAA respects noalias, while InterproceduralBasicAA | Dan Gohman | 2010-07-02 | 1 | -2/+3 |
* | Describe which dependencies are relevant to noalias, and document how | Dan Gohman | 2010-07-02 | 1 | -0/+5 |
* | Reword the definition of the noalias attribute. The intention is for | Dan Gohman | 2010-07-02 | 1 | -6/+8 |
* | Add a blurb about -scev-aa. | Dan Gohman | 2010-06-28 | 1 | -0/+13 |
* | Document problems that I encountered when working on -scev-aa. | Dan Gohman | 2010-06-24 | 1 | -0/+40 |
* | Revert r103213. It broke several sections of live website. | mike-m | 2010-05-07 | 1 | -0/+937 |
* | Overhauled llvm/clang docs builds. Closes PR6613. | mike-m | 2010-05-06 | 1 | -937/+0 |
* | remove anders-aa from mainline, it isn't maintained and is | Chris Lattner | 2010-03-01 | 1 | -21/+2 |
* | Remove the AliasAnalysis::getMustAliases method, which is dead. | Chris Lattner | 2009-11-22 | 1 | -21/+1 |
* | Update docs to not mention gcse/loadvn and mention memdep and | Chris Lattner | 2009-04-25 | 1 | -24/+12 |
* | Recommit this grammar fix that was backed out along with nocapture. | Nick Lewycky | 2008-12-18 | 1 | -5/+5 |
* | Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release | Bill Wendling | 2008-12-16 | 1 | -5/+5 |
* | Introducing nocapture, a parameter attribute for pointers to indicate that the | Nick Lewycky | 2008-12-15 | 1 | -5/+5 |
* | Clarify the meaning of the NoAlias response. The plan is to refer to this from | Nick Lewycky | 2008-12-14 | 1 | -10/+14 |
* | Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. | Misha Brukman | 2008-12-11 | 1 | -2/+2 |
* | Fix typo. | Owen Anderson | 2007-10-02 | 1 | -1/+1 |
* | Mention memdep in the AA documentation. | Owen Anderson | 2007-10-02 | 1 | -0/+19 |
* | note where to get steens-aa and ds-aa | Chris Lattner | 2007-07-03 | 1 | -0/+6 |
* | Various hopefully correct easy fixes. | Duncan Sands | 2007-03-30 | 1 | -1/+1 |
* | Changes docs for llvm.cs.uiuc.edu -> llvm.org | Reid Spencer | 2006-03-14 | 1 | -3/+3 |
* | update usage of -print-alias-sets | Chris Lattner | 2006-01-03 | 1 | -2/+8 |
* | Remove extraneous blank lines. | Misha Brukman | 2004-09-06 | 1 | -3/+0 |
* | * Use the doc_code class for code listings to make it stand out from text | Misha Brukman | 2004-07-28 | 1 | -55/+64 |
* | New functionality | Chris Lattner | 2004-07-27 | 1 | -3/+5 |
* | * `The' isn't necessary in front of LLVM | Misha Brukman | 2004-07-01 | 1 | -3/+4 |
* | document new pass | Chris Lattner | 2004-06-28 | 1 | -0/+21 |
* | Fix some broken links | Chris Lattner | 2004-06-21 | 1 | -1/+1 |
* | Substantially expand and update the alias analysis documentation, including | Chris Lattner | 2004-05-23 | 1 | -117/+520 |
* | Fix grammar: remove `the' before LLVM. | Misha Brukman | 2004-05-12 | 1 | -2/+2 |
* | Put stylesheet after the title. | Misha Brukman | 2004-01-15 | 1 | -1/+1 |
* | Fix the URL to check the referrer for CSS conformity. | Misha Brukman | 2003-12-21 | 1 | -1/+1 |
* | Expand on the AliasSetTracker a bit, so I can remember this next time I come ... | Chris Lattner | 2003-12-19 | 1 | -5/+32 |
* | Fix the links to match our 'llvm' namespace in doxygen-generated docs. | Misha Brukman | 2003-12-17 | 1 | -4/+4 |
* | Since we are now in the 'llvm' namespace, the mangled C++ name of structs | Misha Brukman | 2003-12-17 | 1 | -1/+1 |
* | Align the W3C images on the right side, bottom of page. | Misha Brukman | 2003-11-22 | 1 | -8/+9 |
* | This page now uses valid HTML 4.01 Strict and valid CSS. | Misha Brukman | 2003-11-22 | 1 | -5/+7 |
* | Made paragraph structure more consistent. | Misha Brukman | 2003-11-21 | 1 | -26/+22 |
* | Merged in RELEASE_1. | John Criswell | 2003-10-27 | 1 | -0/+2 |
* | This is now valid HTML 4.01 Strict. | Misha Brukman | 2003-10-24 | 1 | -165/+154 |
* | Really close the <li> tags. | Misha Brukman | 2003-10-23 | 1 | -22/+22 |
* | Remove extraneous comments. | Misha Brukman | 2003-10-23 | 1 | -3/+0 |
* | * Quote a value in <font> tag. | Misha Brukman | 2003-10-23 | 1 | -2/+2 |