summaryrefslogtreecommitdiffstats
path: root/llvm/docs/AdvancedGetElementPtr.html
Commit message (Collapse)AuthorAgeFilesLines
* Merge the advanced getelementptr FAQ into the regularDan Gohman2010-02-251-358/+0
| | | | | | getelementptr FAQ. llvm-svn: 97154
* Remove this paragraph. Vectors may not always have the same layout asDan Gohman2010-02-251-4/+0
| | | | | | arrays now. llvm-svn: 97139
* Clarify that ptrtoint+inttoptr are an alternative to GEP which areDan Gohman2010-02-181-6/+14
| | | | | | not restricted by the GEP rules. llvm-svn: 96598
* Fix a typo.Dan Gohman2010-02-181-1/+1
| | | | llvm-svn: 96597
* Clarify that the rules about object hopping kick in when a pointer isDan Gohman2010-02-181-4/+4
| | | | | | deferenced, rather than when the pointer value is computed. llvm-svn: 96596
* Fix typos Duncan noticed.Dan Gohman2010-02-181-2/+2
| | | | llvm-svn: 96594
* Make this an unnumbered list.Dan Gohman2010-02-171-2/+2
| | | | llvm-svn: 96528
* HTML validation fixes.Dan Gohman2010-02-171-14/+12
| | | | llvm-svn: 96527
* Add an "advanced" GetElementPtr FAQ document, with answers toDan Gohman2010-02-171-0/+356
questions left unanswered by the first GetElementPtr FAQ. llvm-svn: 96526
OpenPOWER on IntegriCloud