aboutsummaryrefslogtreecommitdiffstats
path: root/docs/AliasAnalysis.html
Commit message (Collapse)AuthorAgeFilesLines
* Changes docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-141-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26746 91177308-0d34-0410-b5e6-96231b3b80d8
* update usage of -print-alias-setsChris Lattner2006-01-031-2/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25061 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove extraneous blank lines.Misha Brukman2004-09-061-3/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16205 91177308-0d34-0410-b5e6-96231b3b80d8
* * Use the doc_code class for code listings to make it stand out from textMisha Brukman2004-07-281-55/+64
| | | | | | | | * Wrap text in soft, comfortable <div>s and <p>s * Wrap lines at 80 cols git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15311 91177308-0d34-0410-b5e6-96231b3b80d8
* New functionalityChris Lattner2004-07-271-3/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15266 91177308-0d34-0410-b5e6-96231b3b80d8
* * `The' isn't necessary in front of LLVMMisha Brukman2004-07-011-3/+4
| | | | | | | * Wrap long line git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14530 91177308-0d34-0410-b5e6-96231b3b80d8
* document new passChris Lattner2004-06-281-0/+21
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14471 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix some broken linksChris Lattner2004-06-211-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14306 91177308-0d34-0410-b5e6-96231b3b80d8
* Substantially expand and update the alias analysis documentation, includingChris Lattner2004-05-231-117/+520
| | | | | | | adding blurbs about all of the implementations we have git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13669 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix grammar: remove `the' before LLVM.Misha Brukman2004-05-121-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13496 91177308-0d34-0410-b5e6-96231b3b80d8
* Put stylesheet after the title.Misha Brukman2004-01-151-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10887 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix the URL to check the referrer for CSS conformity.Misha Brukman2003-12-211-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10571 91177308-0d34-0410-b5e6-96231b3b80d8
* Expand on the AliasSetTracker a bit, so I can remember this next time I come ↵Chris Lattner2003-12-191-5/+32
| | | | | | back to it. :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10537 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix the links to match our 'llvm' namespace in doxygen-generated docs.Misha Brukman2003-12-171-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10504 91177308-0d34-0410-b5e6-96231b3b80d8
* Since we are now in the 'llvm' namespace, the mangled C++ name of structsMisha Brukman2003-12-171-1/+1
| | | | | | | and hence the links, all change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10495 91177308-0d34-0410-b5e6-96231b3b80d8
* Align the W3C images on the right side, bottom of page.Misha Brukman2003-11-221-8/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10156 91177308-0d34-0410-b5e6-96231b3b80d8
* This page now uses valid HTML 4.01 Strict and valid CSS.Misha Brukman2003-11-221-5/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10152 91177308-0d34-0410-b5e6-96231b3b80d8
* Made paragraph structure more consistent.Misha Brukman2003-11-211-26/+22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10145 91177308-0d34-0410-b5e6-96231b3b80d8
* Merged in RELEASE_1.John Criswell2003-10-271-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9538 91177308-0d34-0410-b5e6-96231b3b80d8
* This is now valid HTML 4.01 Strict.Misha Brukman2003-10-241-165/+154
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9475 91177308-0d34-0410-b5e6-96231b3b80d8
* Really close the <li> tags.Misha Brukman2003-10-231-22/+22
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9396 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove extraneous comments.Misha Brukman2003-10-231-3/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9395 91177308-0d34-0410-b5e6-96231b3b80d8
* * Quote a value in <font> tag.Misha Brukman2003-10-231-2/+2
| | | | | | | * Let CVS figure out the last-modified-date for us git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9394 91177308-0d34-0410-b5e6-96231b3b80d8
* * Use UTF-8 instead of soon-to-be-extinct ISO-8859-1 ;)Misha Brukman2003-10-221-177/+232
| | | | | | | | | * Use stylesheets instead of explicit <font> tags * Stop using <ul> for spacing layout * Close <a> and <p> tags git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9392 91177308-0d34-0410-b5e6-96231b3b80d8
* Spell `necessary' correctly.Misha Brukman2003-08-181-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7944 91177308-0d34-0410-b5e6-96231b3b80d8
* Grammar fix: `of course' is separated from the sentences by commas on bothMisha Brukman2003-05-071-1/+1
| | | | | | | sides. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6019 91177308-0d34-0410-b5e6-96231b3b80d8
* Initial checkin of AliasAnalysis docChris Lattner2003-03-041-0/+451
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5696 91177308-0d34-0410-b5e6-96231b3b80d8