Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge the advanced getelementptr FAQ into the regular | Dan Gohman | 2010-02-25 | 1 | -358/+0 |
| | | | | | | getelementptr FAQ. llvm-svn: 97154 | ||||
* | Remove this paragraph. Vectors may not always have the same layout as | Dan Gohman | 2010-02-25 | 1 | -4/+0 |
| | | | | | | arrays now. llvm-svn: 97139 | ||||
* | Clarify that ptrtoint+inttoptr are an alternative to GEP which are | Dan Gohman | 2010-02-18 | 1 | -6/+14 |
| | | | | | | not restricted by the GEP rules. llvm-svn: 96598 | ||||
* | Fix a typo. | Dan Gohman | 2010-02-18 | 1 | -1/+1 |
| | | | | llvm-svn: 96597 | ||||
* | Clarify that the rules about object hopping kick in when a pointer is | Dan Gohman | 2010-02-18 | 1 | -4/+4 |
| | | | | | | deferenced, rather than when the pointer value is computed. llvm-svn: 96596 | ||||
* | Fix typos Duncan noticed. | Dan Gohman | 2010-02-18 | 1 | -2/+2 |
| | | | | llvm-svn: 96594 | ||||
* | Make this an unnumbered list. | Dan Gohman | 2010-02-17 | 1 | -2/+2 |
| | | | | llvm-svn: 96528 | ||||
* | HTML validation fixes. | Dan Gohman | 2010-02-17 | 1 | -14/+12 |
| | | | | llvm-svn: 96527 | ||||
* | Add an "advanced" GetElementPtr FAQ document, with answers to | Dan Gohman | 2010-02-17 | 1 | -0/+356 |
questions left unanswered by the first GetElementPtr FAQ. llvm-svn: 96526 |