aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tutorial/LangImpl7.html
Commit message (Expand)AuthorAgeFilesLines
* update the tutorial to use CreateFAdd to create fp operations.Chris Lattner2010-09-011-2/+2
* Update html tutorial docs to match api changes.Eric Christopher2010-06-141-3/+3
* Fix whitespace to be more consistent with AsmPrinter's style.Dan Gohman2010-05-281-6/+6
* Revert r103213. It broke several sections of live website.mike-m2010-05-071-0/+2164
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-061-2164/+0
* Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul,Dan Gohman2010-03-021-9/+9
* Make Kaleidoscope not link against the interpreter, since that didn'tJeffrey Yasskin2010-02-111-2/+6
* Add "Author Date Id Revision" svn:keyword properties to these files, asDan Gohman2010-02-031-1/+1
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-271-7/+3
* Sync c++ kaleidoscope tutorial with test.Erick Tryzelaar2009-09-221-20/+15
* Update the tutorial to match changes to examples/Kaleidoscope.Nick Lewycky2009-09-131-6/+18
* Allocate the module provider in the Kaleidoscope code on the heap, not the st...Reid Kleckner2009-08-261-32/+29
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-13/+13
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-311-1/+1
* Move types back to the 2.5 API.Owen Anderson2009-07-291-1/+1
* Move ConstantFP construction back to the 2.5-ish API.Owen Anderson2009-07-271-6/+6
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-1/+1
* Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner2009-07-181-1/+1
* Privatize the ConstantFP table. I'm on a roll!Owen Anderson2009-07-161-7/+7
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-131-1/+1
* Push LLVMContext _back_ through IRBuilder.Owen Anderson2009-07-081-2/+3
* Fix exaples using IRBuilder. Thanks, Quadrescence and Glip7 from IRC!Gabor Greif2009-03-111-3/+3
* adjust calls to ConstantFP::get to new APIGabor Greif2008-06-101-6/+6
* merge of 49966 from branches/ggreif/use-diet to trunk. these are already acti...Gabor Greif2008-04-191-7/+7
* improve diagnostics in call parsing, patch suggested byChris Lattner2008-04-141-1/+1
* Merge LLVMBuilder and FoldingBuilder, callingDuncan Sands2008-04-131-7/+7
* Various updates from Sam Bishop:Chris Lattner2008-02-101-0/+1
* dump the module *before* we delete it, not after.Chris Lattner2008-02-051-5/+6
* fix typo noticed by Joshua PenningtonChris Lattner2007-12-021-1/+1
* many edits, patch by Kelly Wilson!Chris Lattner2007-11-151-25/+25
* chapter 7 editsChris Lattner2007-11-071-9/+10
* fixes from Ryan Brown.Chris Lattner2007-11-061-7/+7
* add some links to the tutorial index and between chapters.Chris Lattner2007-11-051-0/+3
* add table of contents to each chapter.Chris Lattner2007-11-051-4/+20
* spell identifier correctly.Chris Lattner2007-11-051-11/+11
* Dan points out that mem2reg also promotes vectors: be more precise.Chris Lattner2007-11-051-1/+3
* finish the chapter.Chris Lattner2007-11-051-2/+1793
* fix typosChris Lattner2007-11-041-2/+2
* finish the 'Memory in LLVM' sectionChris Lattner2007-11-031-7/+53
* hack and slash the first 20% of chapter seven.Chris Lattner2007-11-031-0/+298