aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tutorial
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-133-3/+3
* Push LLVMContext _back_ through IRBuilder.Owen Anderson2009-07-085-10/+15
* Use llvm::raw_stream instead of llvm::Streams.Bill Wendling2009-05-122-2/+4
* Fix compile error. Pointed out by mait on #llvm IRC!Nick Lewycky2009-04-122-2/+2
* do not pretend llvm/.../*.h being system headersGabor Greif2009-03-112-13/+13
* fix validator errorsGabor Greif2009-03-112-2/+2
* Fix exaples using IRBuilder. Thanks, Quadrescence and Glip7 from IRC!Gabor Greif2009-03-117-12/+12
* mention rdynamic, PR3431, patch by Stein Roger Skafløtten!Chris Lattner2009-02-091-0/+5
* fix some incorrect links.Chris Lattner2008-12-121-3/+3
* fix typoTorok Edwin2008-10-291-1/+1
* adjust calls to ConstantFP::get to new APIGabor Greif2008-06-105-20/+20
* Update text to point people at the right version of the tutorial forChris Lattner2008-05-281-1/+5
* adapt to new APIGabor Greif2008-05-212-2/+2
* Grammar fix.Bill Wendling2008-05-191-1/+9
* Delete module.Bill Wendling2008-05-191-1/+2
* Convert non-ASCII apostrophes into ASCII apostrophes.Bill Wendling2008-05-191-7/+7
* Delete the Module object.Bill Wendling2008-05-191-1/+2
* s/insure/ensure/Bill Wendling2008-05-191-3/+12
* merge of 49966 from branches/ggreif/use-diet to trunk. these are already acti...Gabor Greif2008-04-197-39/+39
* A couple minor fixes suggested by Matthijs KooijmanChris Lattner2008-04-152-2/+2
* improve diagnostics in call parsing, patch suggested byChris Lattner2008-04-146-7/+7
* Merge LLVMBuilder and FoldingBuilder, callingDuncan Sands2008-04-1310-62/+51
* There isn't any c++ code in LangImpl8.html, so use thatErick Tryzelaar2008-03-311-1/+1
* Chapter 5, 6, and 7 of the ocaml/kaleidoscope tutorialErick Tryzelaar2008-03-315-6/+5051
* Tweak build system to allow for installing the tutorial and uninstalling the ...Erick Tryzelaar2008-03-301-0/+28
* Fix some documentation for the tutorial.Erick Tryzelaar2008-03-302-40/+40
* Add chapter 3 and 4 of the ocaml/kaleidoscope tutorial.Erick Tryzelaar2008-03-302-0/+2115
* Adding the first two chapters of the ocaml/kaleidoscope tutorial.Erick Tryzelaar2008-03-273-0/+1421
* Test commit (removed trailing whitespace)Erick Tryzelaar2008-03-261-1/+1