summaryrefslogtreecommitdiff
path: root/docs/tutorial
Commit message (Expand)AuthorAge
* 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
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-13
* Push LLVMContext _back_ through IRBuilder.Owen Anderson2009-07-08
* Use llvm::raw_stream instead of llvm::Streams.Bill Wendling2009-05-12
* Fix compile error. Pointed out by mait on #llvm IRC!Nick Lewycky2009-04-12
* do not pretend llvm/.../*.h being system headersGabor Greif2009-03-11
* fix validator errorsGabor Greif2009-03-11
* Fix exaples using IRBuilder. Thanks, Quadrescence and Glip7 from IRC!Gabor Greif2009-03-11
* mention rdynamic, PR3431, patch by Stein Roger Skafløtten!Chris Lattner2009-02-09
* fix some incorrect links.Chris Lattner2008-12-12
* fix typoTorok Edwin2008-10-29
* adjust calls to ConstantFP::get to new APIGabor Greif2008-06-10
* Update text to point people at the right version of the tutorial forChris Lattner2008-05-28
* adapt to new APIGabor Greif2008-05-21
* Grammar fix.Bill Wendling2008-05-19
* Delete module.Bill Wendling2008-05-19
* Convert non-ASCII apostrophes into ASCII apostrophes.Bill Wendling2008-05-19
* Delete the Module object.Bill Wendling2008-05-19
* s/insure/ensure/Bill Wendling2008-05-19
* merge of 49966 from branches/ggreif/use-diet to trunk. these are already acti...Gabor Greif2008-04-19
* A couple minor fixes suggested by Matthijs KooijmanChris Lattner2008-04-15
* improve diagnostics in call parsing, patch suggested byChris Lattner2008-04-14
* Merge LLVMBuilder and FoldingBuilder, callingDuncan Sands2008-04-13