summaryrefslogtreecommitdiff
path: root/docs/tutorial
Commit message (Expand)AuthorAge
* Install the PNG file as well. PR4780.Bill Wendling2011-10-16
* Update tutorial to reflect the current APIs. Also correct a small omission inBill Wendling2011-10-16
* Tell people using the tutorial how to make it actually work.David Chisnall2011-10-04
* A couple of minor fixes to the OCaml tutorial. PR10025 and PR10316. Patches...Eli Friedman2011-07-15
* docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi2011-04-23
* docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi2011-04-18
* docs/*.html: Make W3C HTML 4.01 Strict more compliant.NAKAMURA Takumi2011-04-09
* docs/tutorial/OCamlLangImpl7.html: Fix a href to missing Chapter 8.NAKAMURA Takumi2011-04-09
* docs: Canonicalize URLs.NAKAMURA Takumi2011-04-09
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-30
* Fix typo pointed out in pr9339.Duncan Sands2011-02-27
* Minor fixes to tutorial, patch by Benjamin Meyer!Chris Lattner2011-02-15
* Add a reference to the OCamlLangImpl8.Erick Tryzelaar2011-01-01
* Add an OCaml tutorial page 8Erick Tryzelaar2011-01-01
* Fix missing includes of "llvm/Analysis/Passes.h" in the tutorials. ThanksDan Gohman2010-11-16
* Update examples and documentation to explicitly add basicaa, now that it'sDan Gohman2010-11-15
* update the tutorial to use CreateFAdd to create fp operations.Chris Lattner2010-09-01
* fix typos reported by Adam Warner!Chris Lattner2010-06-21
* Update html tutorial docs to match api changes.Eric Christopher2010-06-14
* Fix whitespace to be more consistent with AsmPrinter's style.Dan Gohman2010-05-28
* Revert r103213. It broke several sections of live website.mike-m2010-05-07
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-06
* Fix the ocaml kaleidoscope tutorial to fix linking external libraries.Erick Tryzelaar2010-03-21
* Update the OCaml Kaleidoscope tutorial.Erick Tryzelaar2010-03-08
* Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153.Erick Tryzelaar2010-03-04
* Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul,Dan Gohman2010-03-02
* irbuilder is doing constant folding now by default, PR6092Chris Lattner2010-02-17
* fix some out of date prose dating from the LLVMContext changes.Chris Lattner2010-02-17
* Make Kaleidoscope not link against the interpreter, since that didn'tJeffrey Yasskin2010-02-11
* Add "Author Date Id Revision" svn:keyword properties to these files, asDan Gohman2010-02-03
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-27
* Remove the 'simple jit' tutorial as it wasn't really being maintained and itsNick Lewycky2009-11-30
* Change the JIT to compile eagerly by default as agreed inJeffrey Yasskin2009-10-27
* Documentation: Perform automated correction of common typos.Benjamin Kramer2009-10-12
* Sync c++ kaleidoscope tutorial with test.Erick Tryzelaar2009-09-22
* Expose initializing the native target for the execution engine.Erick Tryzelaar2009-09-14
* Make sure to initialize the fpm in the ocaml tutorial.Erick Tryzelaar2009-09-14
* Update the tutorial to match changes to examples/Kaleidoscope.Nick Lewycky2009-09-13
* Allocate the module provider in the Kaleidoscope code on the heap, not the st...Reid Kleckner2009-08-26
* Update the ocaml docs to work with LLVMContext.Erick Tryzelaar2009-08-19
* #include <cstdlib> in the code listing for strtod.John McCall2009-08-17
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Documentation: fix HTML validation errors.Benjamin Kramer2009-08-05
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-31
* Move types back to the 2.5 API.Owen Anderson2009-07-29
* Move ConstantFP construction back to the 2.5-ish API.Owen Anderson2009-07-27
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* Various doc updates from Edward O'Callaghan!Chris Lattner2009-07-21
* Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner2009-07-18
* Privatize the ConstantFP table. I'm on a roll!Owen Anderson2009-07-16