| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove anders-aa from mainline, it isn't maintained and is | Chris Lattner | 2010-03-01 | 1 | -21/+2 |
| | | | | | | | tantalyzing enough that people keep trying to use it. llvm-svn: 97483 | ||||
| * | Remove the AliasAnalysis::getMustAliases method, which is dead. | Chris Lattner | 2009-11-22 | 1 | -21/+1 |
| | | | | | | | | | The hasNoModRefInfoForCalls isn't worth it as a filter because basicaa provides m/r info and everything chains to it, so remove it. llvm-svn: 89599 | ||||
| * | Update docs to not mention gcse/loadvn and mention memdep and | Chris Lattner | 2009-04-25 | 1 | -24/+12 |
| | | | | | | | new stuff. PR3924. llvm-svn: 70077 | ||||
| * | Recommit this grammar fix that was backed out along with nocapture. | Nick Lewycky | 2008-12-18 | 1 | -5/+5 |
| | | | | | llvm-svn: 61189 | ||||
| * | Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release | Bill Wendling | 2008-12-16 | 1 | -5/+5 |
| | | | | | | | builds. llvm-svn: 61094 | ||||
| * | Introducing nocapture, a parameter attribute for pointers to indicate that the | Nick Lewycky | 2008-12-15 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | callee will not introduce any new aliases of that pointer. The attributes had all bits allocated already, so I decided to collapse alignment. Alignment was previously stored as a 16-bit integer from bits 16 to 32 of the attribute, but it was required to be a power of 2. Now it's stored in log2 encoded form in five bits from 16 to 21. That gives us 11 more bits of space. You may have already noticed that you only need four bits to encode a 16-bit power of two, so why five bits? Because the AsmParser accepted 32-bit alignments, even though we couldn't store them (they were silently discarded). Now we can store them in memory, but not in the bitcode. The bitcode format was already storing these as 64-bit VBR integers. So, the bitcode format stays the same, keeping the alignment values stored as 16 bit raw values. There's some hideous code in the reader and writer that deals with this, waiting to be ripped out the moment we run out of bits again and have to replace the parameter attributes table encoding. llvm-svn: 61019 | ||||
| * | Clarify the meaning of the NoAlias response. The plan is to refer to this from | Nick Lewycky | 2008-12-14 | 1 | -10/+14 |
| | | | | | | | a future version of LangRef. llvm-svn: 61010 | ||||
| * | Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. | Misha Brukman | 2008-12-11 | 1 | -2/+2 |
| | | | | | llvm-svn: 60880 | ||||
| * | Fix typo. | Owen Anderson | 2007-10-02 | 1 | -1/+1 |
| | | | | | llvm-svn: 42521 | ||||
| * | Mention memdep in the AA documentation. | Owen Anderson | 2007-10-02 | 1 | -0/+19 |
| | | | | | llvm-svn: 42519 | ||||
| * | note where to get steens-aa and ds-aa | Chris Lattner | 2007-07-03 | 1 | -0/+6 |
| | | | | | llvm-svn: 37850 | ||||
| * | Various hopefully correct easy fixes. | Duncan Sands | 2007-03-30 | 1 | -1/+1 |
| | | | | | llvm-svn: 35506 | ||||
| * | Changes docs for llvm.cs.uiuc.edu -> llvm.org | Reid Spencer | 2006-03-14 | 1 | -3/+3 |
| | | | | | llvm-svn: 26746 | ||||
| * | update usage of -print-alias-sets | Chris Lattner | 2006-01-03 | 1 | -2/+8 |
| | | | | | llvm-svn: 25061 | ||||
| * | Remove extraneous blank lines. | Misha Brukman | 2004-09-06 | 1 | -3/+0 |
| | | | | | llvm-svn: 16205 | ||||
| * | * Use the doc_code class for code listings to make it stand out from text | Misha Brukman | 2004-07-28 | 1 | -55/+64 |
| | | | | | | | | * Wrap text in soft, comfortable <div>s and <p>s * Wrap lines at 80 cols llvm-svn: 15311 | ||||
| * | New functionality | Chris Lattner | 2004-07-27 | 1 | -3/+5 |
| | | | | | llvm-svn: 15266 | ||||
| * | * `The' isn't necessary in front of LLVM | Misha Brukman | 2004-07-01 | 1 | -3/+4 |
| | | | | | | | * Wrap long line llvm-svn: 14530 | ||||
| * | document new pass | Chris Lattner | 2004-06-28 | 1 | -0/+21 |
| | | | | | llvm-svn: 14471 | ||||
| * | Fix some broken links | Chris Lattner | 2004-06-21 | 1 | -1/+1 |
| | | | | | llvm-svn: 14306 | ||||
| * | Substantially expand and update the alias analysis documentation, including | Chris Lattner | 2004-05-23 | 1 | -117/+520 |
| | | | | | | | adding blurbs about all of the implementations we have llvm-svn: 13669 | ||||
| * | Fix grammar: remove `the' before LLVM. | Misha Brukman | 2004-05-12 | 1 | -2/+2 |
| | | | | | llvm-svn: 13496 | ||||
| * | Put stylesheet after the title. | Misha Brukman | 2004-01-15 | 1 | -1/+1 |
| | | | | | llvm-svn: 10887 | ||||
| * | Fix the URL to check the referrer for CSS conformity. | Misha Brukman | 2003-12-21 | 1 | -1/+1 |
| | | | | | llvm-svn: 10571 | ||||
| * | Expand on the AliasSetTracker a bit, so I can remember this next time I come ↵ | Chris Lattner | 2003-12-19 | 1 | -5/+32 |
| | | | | | | | back to it. :) llvm-svn: 10537 | ||||
| * | Fix the links to match our 'llvm' namespace in doxygen-generated docs. | Misha Brukman | 2003-12-17 | 1 | -4/+4 |
| | | | | | llvm-svn: 10504 | ||||
| * | Since we are now in the 'llvm' namespace, the mangled C++ name of structs | Misha Brukman | 2003-12-17 | 1 | -1/+1 |
| | | | | | | | and hence the links, all change. llvm-svn: 10495 | ||||
| * | Align the W3C images on the right side, bottom of page. | Misha Brukman | 2003-11-22 | 1 | -8/+9 |
| | | | | | llvm-svn: 10156 | ||||
| * | This page now uses valid HTML 4.01 Strict and valid CSS. | Misha Brukman | 2003-11-22 | 1 | -5/+7 |
| | | | | | llvm-svn: 10152 | ||||
| * | Made paragraph structure more consistent. | Misha Brukman | 2003-11-21 | 1 | -26/+22 |
| | | | | | llvm-svn: 10145 | ||||
| * | Merged in RELEASE_1. | John Criswell | 2003-10-27 | 1 | -0/+2 |
| | | | | | llvm-svn: 9538 | ||||
| * | This is now valid HTML 4.01 Strict. | Misha Brukman | 2003-10-24 | 1 | -165/+154 |
| | | | | | llvm-svn: 9475 | ||||
| * | Really close the <li> tags. | Misha Brukman | 2003-10-23 | 1 | -22/+22 |
| | | | | | llvm-svn: 9396 | ||||
| * | Remove extraneous comments. | Misha Brukman | 2003-10-23 | 1 | -3/+0 |
| | | | | | llvm-svn: 9395 | ||||
| * | * Quote a value in <font> tag. | Misha Brukman | 2003-10-23 | 1 | -2/+2 |
| | | | | | | | * Let CVS figure out the last-modified-date for us llvm-svn: 9394 | ||||
| * | * Use UTF-8 instead of soon-to-be-extinct ISO-8859-1 ;) | Misha Brukman | 2003-10-22 | 1 | -177/+232 |
| | | | | | | | | | * Use stylesheets instead of explicit <font> tags * Stop using <ul> for spacing layout * Close <a> and <p> tags llvm-svn: 9392 | ||||
| * | Spell `necessary' correctly. | Misha Brukman | 2003-08-18 | 1 | -1/+1 |
| | | | | | llvm-svn: 7944 | ||||
| * | Grammar fix: `of course' is separated from the sentences by commas on both | Misha Brukman | 2003-05-07 | 1 | -1/+1 |
| | | | | | | | sides. llvm-svn: 6019 | ||||
| * | Initial checkin of AliasAnalysis doc | Chris Lattner | 2003-03-04 | 1 | -0/+451 |
| llvm-svn: 5696 | |||||

