aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tutorial
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add "Author Date Id Revision" svn:keyword properties to these files, asDan Gohman2010-02-0315-15/+15
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-274-47/+22
* Remove the 'simple jit' tutorial as it wasn't really being maintained and itsNick Lewycky2009-11-304-417/+0
* Change the JIT to compile eagerly by default as agreed inJeffrey Yasskin2009-10-272-38/+28
* Documentation: Perform automated correction of common typos.Benjamin Kramer2009-10-124-6/+6
* Sync c++ kaleidoscope tutorial with test.Erick Tryzelaar2009-09-226-88/+95
* Expose initializing the native target for the execution engine.Erick Tryzelaar2009-09-144-0/+8
* Make sure to initialize the fpm in the ocaml tutorial.Erick Tryzelaar2009-09-144-0/+10
* Update the tutorial to match changes to examples/Kaleidoscope.Nick Lewycky2009-09-135-29/+77
* Allocate the module provider in the Kaleidoscope code on the heap, not the st...Reid Kleckner2009-08-264-144/+145
* Update the ocaml docs to work with LLVMContext.Erick Tryzelaar2009-08-195-13/+18
* #include <cstdlib> in the code listing for strtod.John McCall2009-08-171-0/+1
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-137-65/+65
* Documentation: fix HTML validation errors.Benjamin Kramer2009-08-052-4/+4
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-313-3/+3
* Move types back to the 2.5 API.Owen Anderson2009-07-295-6/+6
* Move ConstantFP construction back to the 2.5-ish API.Owen Anderson2009-07-275-20/+20
* Get rid of the Pass+Context magic.Owen Anderson2009-07-223-3/+3
* Various doc updates from Edward O'Callaghan!Chris Lattner2009-07-212-4/+4
* Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner2009-07-184-5/+5
* Privatize the ConstantFP table. I'm on a roll!Owen Anderson2009-07-165-30/+30