aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tutorial
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-183-4/+4
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-092-2/+2
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-237-269/+730
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-025-5/+5
* Update to LLVM 3.5a.Stephen Hines2014-04-244-4/+4
* [OCaml] (PR10016) Add a few missing line in OCamlLangImpl2.rstPeter Zotov2013-11-051-0/+3
* [docs] Fix broken link.Sean Silva2013-06-211-1/+1
* Update code listings in LLVM tutorial.Logan Chien2013-06-086-4569/+12
* Fix spellingNikola Smiljanic2013-05-011-1/+1
* [docs] Remove explicit authorship.Sean Silva2013-03-1116-39/+0
* docs: Update title of external tutorial.Sean Silva2013-01-231-1/+1
* docs: Move link to the new "external tutorials" area.Sean Silva2012-12-271-0/+5
* docs: Add link to external LLVM backend tutorial.Sean Silva2012-12-231-0/+8
* docs: Sphinxify `docs/tutorial/`Sean Silva2012-12-0533-19072/+17106
* docs: Begin Sphinxification of docs/tutorial/Sean Silva2012-12-042-48/+36
* Move TargetData to DataLayout.Micah Villmow2012-10-088-16/+16
* Fix some minor typosSylvestre Ledru2012-07-312-2/+2
* Fix a typo (the the => the)Sylvestre Ledru2012-07-232-2/+2
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-295-5/+5
* [docs] Include the Kaleidescope tutorial in the Sphinx docs build.Daniel Dunbar2012-05-0218-47/+17
* Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer2012-04-192-8/+6
* Install the PNG file as well. PR4780.Bill Wendling2011-10-161-0/+2
* Update tutorial to reflect the current APIs. Also correct a small omission inBill Wendling2011-10-166-215/+240
* Tell people using the tutorial how to make it actually work.David Chisnall2011-10-041-0/+6
* A couple of minor fixes to the OCaml tutorial. PR10025 and PR10316. Patches...Eli Friedman2011-07-151-5/+6
* docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi2011-04-2316-134/+134
* docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi2011-04-1817-181/+135
* docs/*.html: Make W3C HTML 4.01 Strict more compliant.NAKAMURA Takumi2011-04-093-3/+3
* docs/tutorial/OCamlLangImpl7.html: Fix a href to missing Chapter 8.NAKAMURA Takumi2011-04-091-1/+1
* docs: Canonicalize URLs.NAKAMURA Takumi2011-04-0916-16/+16
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-303-7/+7
* Fix typo pointed out in pr9339.Duncan Sands2011-02-271-1/+1
* Minor fixes to tutorial, patch by Benjamin Meyer!Chris Lattner2011-02-151-2/+2
* Add a reference to the OCamlLangImpl8.Erick Tryzelaar2011-01-011-1/+1
* Add an OCaml tutorial page 8Erick Tryzelaar2011-01-012-1/+366
* Fix missing includes of "llvm/Analysis/Passes.h" in the tutorials. ThanksDan Gohman2010-11-164-0/+4
* Update examples and documentation to explicitly add basicaa, now that it'sDan Gohman2010-11-154-0/+10
* update the tutorial to use CreateFAdd to create fp operations.Chris Lattner2010-09-014-9/+9
* fix typos reported by Adam Warner!Chris Lattner2010-06-212-2/+2
* Update html tutorial docs to match api changes.Eric Christopher2010-06-145-18/+18
* Fix whitespace to be more consistent with AsmPrinter's style.Dan Gohman2010-05-288-32/+32
* Revert r103213. It broke several sections of live website.mike-m2010-05-0718-0/+18760
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-0618-18760/+0
* Fix the ocaml kaleidoscope tutorial to fix linking external libraries.Erick Tryzelaar2010-03-212-2/+2
* Update the OCaml Kaleidoscope tutorial.Erick Tryzelaar2010-03-085-65/+58
* Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153.Erick Tryzelaar2010-03-041-1/+1
* Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul,Dan Gohman2010-03-028-77/+77
* irbuilder is doing constant folding now by default, PR6092Chris Lattner2010-02-171-3/+3
* fix some out of date prose dating from the LLVMContext changes.Chris Lattner2010-02-171-3/+3
* Make Kaleidoscope not link against the interpreter, since that didn'tJeffrey Yasskin2010-02-114-9/+25