summaryrefslogtreecommitdiffstats
path: root/llvm/docs/GetElementPtr.html
Commit message (Collapse)AuthorAgeFilesLines
* Sphixify the GEP FAQ.Bill Wendling2012-06-201-753/+0
| | | | llvm-svn: 158858
* [docs] Update HTML pages to refer to CSS in a way that works locally and ↵Daniel Dunbar2012-04-191-1/+1
| | | | | | with Sphinx. llvm-svn: 155153
* docs/*.html: Fix markups.NAKAMURA Takumi2011-10-311-1/+1
| | | | llvm-svn: 143349
* Document tbaa metadata in LangRef (documentation largely based onPeter Collingbourne2011-10-271-4/+4
| | | | | | comments at top of TypeBasedAliasAnalysis.cpp). llvm-svn: 143134
* docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi2011-04-231-28/+33
| | | | | | | | | | | | | | | | | <h2>Section Example</h2> <div> <!-- h2+div is applied --> <p>Section preamble.</p> <h3>Subsection Example</h3> <p> <!-- h3+p is applied --> Subsection body </p> <!-- End of section body --> </div> FIXME: Care H5 better. llvm-svn: 130040
* docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi2011-04-181-79/+88
| | | | | | | | | H1 ... doc_title H2 ... doc_section H3 ... doc_subsection H4 ... doc_subsubsection llvm-svn: 129736
* docs: Canonicalize URLs.NAKAMURA Takumi2011-04-091-1/+1
| | | | llvm-svn: 129181
* attempt to capture recent discussion about overflow and inbounds geps.Chris Lattner2011-02-111-7/+21
| | | | llvm-svn: 125412
* remove unions from LLVM IR. They are severely buggy and notChris Lattner2010-08-281-11/+0
| | | | | | being actively maintained, improved, or extended. llvm-svn: 112356
* Note the relationship between C99 restrict and LLVM noalias, andDan Gohman2010-07-061-2/+4
| | | | | | clarify a few other things. llvm-svn: 107659
* Revert r103213. It broke several sections of live website.mike-m2010-05-071-0/+734
| | | | llvm-svn: 103219
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-061-734/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOTE: 2nd part changeset for cfe trunk to follow. *** PRE-PATCH ISSUES ADDRESSED - clang api docs fail build from objdir - clang/llvm api docs collide in install PREFIX/ - clang/llvm main docs collide in install - clang/llvm main docs have full of hard coded destination assumptions and make use of absolute root in static html files; namely CommandGuide tools hard codes a website destination for cross references and some html cross references assume website root paths *** IMPROVEMENTS - bumped Doxygen from 1.4.x -> 1.6.3 - splits llvm/clang docs into 'main' and 'api' (doxygen) build trees - provide consistent, reliable doc builds for both main+api docs - support buid vs. install vs. website intentions - support objdir builds - document targets with 'make help' - correct clean and uninstall operations - use recursive dir delete only where absolutely necessary - added call function fn.RMRF which safeguards against botched 'rm -rf'; if any target (or any variable is evaluated) which attempts to remove any dirs which match a hard-coded 'safelist', a verbose error will be printed and make will error-stop. llvm-svn: 103213
* Merge the advanced getelementptr FAQ into the regularDan Gohman2010-02-251-21/+384
| | | | | | getelementptr FAQ. llvm-svn: 97154
* Documentation: Perform automated correction of common typos.Benjamin Kramer2009-10-121-1/+1
| | | | llvm-svn: 83849
* Surrounded variable in <tt> tags for consistency.Misha Brukman2009-08-181-7/+8
| | | | llvm-svn: 79357
* 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