summaryrefslogtreecommitdiffstats
path: root/llvm/docs/GetElementPtr.html
Commit message (Collapse)AuthorAgeFilesLines
* Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img>Misha Brukman2008-12-111-1/+1
| | | | | | tags are not needed in HTML, only XML. llvm-svn: 60885
* Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman2008-12-111-2/+2
| | | | llvm-svn: 60880
* doc_code-ify some code in this doc.Bill Wendling2008-01-041-67/+126
| | | | llvm-svn: 45581
* int -> i32, etc.Reid Spencer2007-02-091-42/+42
| | | | llvm-svn: 34102
* Fix validation problemChris Lattner2006-08-171-2/+2
| | | | llvm-svn: 29745
* remove IRC transcript. Anything still misunderstood after the faq is readChris Lattner2006-08-171-326/+0
| | | | | | can be added to the faq. llvm-svn: 29744
* Fix a thinko noticed by Chandler Carruth.Reid Spencer2006-08-161-2/+3
| | | | llvm-svn: 29724
* Haste-o discovered after.Jim Laskey2006-08-151-1/+1
| | | | llvm-svn: 29702
* Hypos pointed out by Jakob Praher.Jim Laskey2006-08-151-5/+5
| | | | llvm-svn: 29701
* Typo.Jim Laskey2006-08-151-1/+1
| | | | llvm-svn: 29700
* Okay, make the prose match the example too.Reid Spencer2006-08-151-6/+7
| | | | llvm-svn: 29697
* Some more correction to the examples, thanks to Chris Lattner.Reid Spencer2006-08-151-4/+7
| | | | llvm-svn: 29696
* Fix an example.Reid Spencer2006-08-151-1/+1
| | | | llvm-svn: 29693
* Clarify the first question.Reid Spencer2006-08-151-5/+17
| | | | llvm-svn: 29692
* Rearrange things for clarity, don't talk about "dereferencing" when weReid Spencer2006-08-151-48/+90
| | | | | | | shouldn't, and add a better example for one of the questions. Thanks to Chris Lattner for these suggestions. llvm-svn: 29691
* Fix a typo noticed by Gordon Henriksen. Thanks!Reid Spencer2006-08-101-1/+1
| | | | llvm-svn: 29597
* Add a cleaned-up version of the IRC conversation that spurred this FAQ.Reid Spencer2006-08-101-0/+329
| | | | llvm-svn: 29595
* Answer the most frequently asked question, about GEPs. The answer isReid Spencer2006-08-101-0/+249
sufficiently long that I placed it in a separate file but it links from the FAQ page. More might need to be added to GetElementPtr.html to address additional confusion surrounding GEP. llvm-svn: 29594
OpenPOWER on IntegriCloud