summaryrefslogtreecommitdiff
path: root/docs/tutorial
AgeCommit message (Expand)AuthorFilesLines
2012-10-08Move TargetData to DataLayout.Micah Villmow8-16/+16
2012-07-31Fix some minor typosSylvestre Ledru2-2/+2
2012-07-23Fix a typo (the the => the)Sylvestre Ledru2-2/+2
2012-06-29Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth5-5/+5
2012-05-02[docs] Include the Kaleidescope tutorial in the Sphinx docs build.Daniel Dunbar18-47/+17
2012-04-19Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer2-8/+6
2011-10-16Install the PNG file as well. PR4780.Bill Wendling1-0/+2
2011-10-16Update tutorial to reflect the current APIs. Also correct a small omission inBill Wendling6-215/+240
2011-10-04Tell people using the tutorial how to make it actually work.David Chisnall1-0/+6
2011-07-15A couple of minor fixes to the OCaml tutorial. PR10025 and PR10316. Patches...Eli Friedman1-5/+6
2011-04-23docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi16-134/+134
2011-04-18docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi17-181/+135
2011-04-09docs/*.html: Make W3C HTML 4.01 Strict more compliant.NAKAMURA Takumi3-3/+3
2011-04-09docs/tutorial/OCamlLangImpl7.html: Fix a href to missing Chapter 8.NAKAMURA Takumi1-1/+1
2011-04-09docs: Canonicalize URLs.NAKAMURA Takumi16-16/+16
2011-03-30Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad3-7/+7
2011-02-27Fix typo pointed out in pr9339.Duncan Sands1-1/+1
2011-02-15Minor fixes to tutorial, patch by Benjamin Meyer!Chris Lattner1-2/+2
2011-01-01Add a reference to the OCamlLangImpl8.Erick Tryzelaar1-1/+1
2011-01-01Add an OCaml tutorial page 8Erick Tryzelaar2-1/+366
2010-11-16Fix missing includes of "llvm/Analysis/Passes.h" in the tutorials. ThanksDan Gohman4-0/+4
2010-11-15Update examples and documentation to explicitly add basicaa, now that it'sDan Gohman4-0/+10
2010-09-01update the tutorial to use CreateFAdd to create fp operations.Chris Lattner4-9/+9
2010-06-21fix typos reported by Adam Warner!Chris Lattner2-2/+2
2010-06-14Update html tutorial docs to match api changes.Eric Christopher5-18/+18
2010-05-28Fix whitespace to be more consistent with AsmPrinter's style.Dan Gohman8-32/+32
2010-05-07Revert r103213. It broke several sections of live website.mike-m18-0/+18760
2010-05-06Overhauled llvm/clang docs builds. Closes PR6613.mike-m18-18760/+0
2010-03-21Fix the ocaml kaleidoscope tutorial to fix linking external libraries.Erick Tryzelaar2-2/+2
2010-03-08Update the OCaml Kaleidoscope tutorial.Erick Tryzelaar5-65/+58
2010-03-04Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153.Erick Tryzelaar1-1/+1
2010-03-02Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul,Dan Gohman8-77/+77
2010-02-17irbuilder is doing constant folding now by default, PR6092Chris Lattner1-3/+3
2010-02-17fix some out of date prose dating from the LLVMContext changes.Chris Lattner1-3/+3
2010-02-11Make Kaleidoscope not link against the interpreter, since that didn'tJeffrey Yasskin4-9/+25
2010-02-03Add "Author Date Id Revision" svn:keyword properties to these files, asDan Gohman15-15/+15
2010-01-27Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin4-47/+22
2009-11-30Remove the 'simple jit' tutorial as it wasn't really being maintained and itsNick Lewycky4-417/+0
2009-10-27Change the JIT to compile eagerly by default as agreed inJeffrey Yasskin2-38/+28
2009-10-12Documentation: Perform automated correction of common typos.Benjamin Kramer4-6/+6
2009-09-22Sync c++ kaleidoscope tutorial with test.Erick Tryzelaar6-88/+95
2009-09-14Expose initializing the native target for the execution engine.Erick Tryzelaar4-0/+8
2009-09-14Make sure to initialize the fpm in the ocaml tutorial.Erick Tryzelaar4-0/+10
2009-09-13Update the tutorial to match changes to examples/Kaleidoscope.Nick Lewycky5-29/+77
2009-08-26Allocate the module provider in the Kaleidoscope code on the heap, not the st...Reid Kleckner4-144/+145
2009-08-19Update the ocaml docs to work with LLVMContext.Erick Tryzelaar5-13/+18
2009-08-17#include <cstdlib> in the code listing for strtod.John McCall1-0/+1
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson7-65/+65
2009-08-05Documentation: fix HTML validation errors.Benjamin Kramer2-4/+4
2009-07-31Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson3-3/+3