index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
GetElementPtr.html
Age
Commit message (
Expand
)
Author
2011-11-03
Merging r143349:
Bill Wendling
2011-04-23
docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.
NAKAMURA Takumi
2011-04-18
docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.
NAKAMURA Takumi
2011-04-09
docs: Canonicalize URLs.
NAKAMURA Takumi
2011-02-11
attempt to capture recent discussion about overflow and inbounds geps.
Chris Lattner
2010-08-28
remove unions from LLVM IR. They are severely buggy and not
Chris Lattner
2010-07-06
Note the relationship between C99 restrict and LLVM noalias, and
Dan Gohman
2010-05-07
Revert r103213. It broke several sections of live website.
mike-m
2010-05-06
Overhauled llvm/clang docs builds. Closes PR6613.
mike-m
2010-02-25
Merge the advanced getelementptr FAQ into the regular
Dan Gohman
2009-10-12
Documentation: Perform automated correction of common typos.
Benjamin Kramer
2009-08-18
Surrounded variable in <tt> tags for consistency.
Misha Brukman
2008-12-11
Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img>
Misha Brukman
2008-12-11
Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.
Misha Brukman
2008-01-04
doc_code-ify some code in this doc.
Bill Wendling
2007-02-09
int -> i32, etc.
Reid Spencer
2006-08-17
Fix validation problem
Chris Lattner
2006-08-17
remove IRC transcript. Anything still misunderstood after the faq is read
Chris Lattner
2006-08-16
Fix a thinko noticed by Chandler Carruth.
Reid Spencer
2006-08-15
Haste-o discovered after.
Jim Laskey
2006-08-15
Hypos pointed out by Jakob Praher.
Jim Laskey
2006-08-15
Typo.
Jim Laskey
2006-08-15
Okay, make the prose match the example too.
Reid Spencer
2006-08-15
Some more correction to the examples, thanks to Chris Lattner.
Reid Spencer
2006-08-15
Fix an example.
Reid Spencer
2006-08-15
Clarify the first question.
Reid Spencer
2006-08-15
Rearrange things for clarity, don't talk about "dereferencing" when we
Reid Spencer
2006-08-10
Fix a typo noticed by Gordon Henriksen. Thanks!
Reid Spencer
2006-08-10
Add a cleaned-up version of the IRC conversation that spurred this FAQ.
Reid Spencer
2006-08-10
Answer the most frequently asked question, about GEPs. The answer is
Reid Spencer