aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tutorial/LangImpl4.html
Commit message (Expand)AuthorAgeFilesLines
* Update tutorial to reflect the current APIs. Also correct a small omission inBill Wendling2011-10-161-23/+41
* docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi2011-04-231-5/+5
* docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi2011-04-181-8/+6
* docs/*.html: Make W3C HTML 4.01 Strict more compliant.NAKAMURA Takumi2011-04-091-1/+1
* docs: Canonicalize URLs.NAKAMURA Takumi2011-04-091-1/+1
* Fix missing includes of "llvm/Analysis/Passes.h" in the tutorials. ThanksDan Gohman2010-11-161-0/+1
* Update examples and documentation to explicitly add basicaa, now that it'sDan Gohman2010-11-151-0/+4
* 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-3/+3
* Revert r103213. It broke several sections of live website.mike-m2010-05-071-0/+1132
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-061-1132/+0
* Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul,Dan Gohman2010-03-021-13/+13
* Make Kaleidoscope not link against the interpreter, since that didn'tJeffrey Yasskin2010-02-111-3/+7
* 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-26/+13
* Change the JIT to compile eagerly by default as agreed inJeffrey Yasskin2009-10-271-20/+15
* Documentation: Perform automated correction of common typos.Benjamin Kramer2009-10-121-1/+1
* Sync c++ kaleidoscope tutorial with test.Erick Tryzelaar2009-09-221-13/+12
* Update the tutorial to match changes to examples/Kaleidoscope.Nick Lewycky2009-09-131-5/+18
* Allocate the module provider in the Kaleidoscope code on the heap, not the st...Reid Kleckner2009-08-261-53/+55
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-4/+4
* 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-1/+1
* Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner2009-07-181-2/+2
* Privatize the ConstantFP table. I'm on a roll!Owen Anderson2009-07-161-2/+2
* Push LLVMContext _back_ through IRBuilder.Owen Anderson2009-07-081-2/+3
* fix validator errorsGabor Greif2009-03-111-1/+1
* Fix exaples using IRBuilder. Thanks, Quadrescence and Glip7 from IRC!Gabor Greif2009-03-111-1/+1
* mention rdynamic, PR3431, patch by Stein Roger Skafløtten!Chris Lattner2009-02-091-0/+5
* adjust calls to ConstantFP::get to new APIGabor Greif2008-06-101-1/+1
* merge of 49966 from branches/ggreif/use-diet to trunk. these are already acti...Gabor Greif2008-04-191-2/+2
* A couple minor fixes suggested by Matthijs KooijmanChris Lattner2008-04-151-1/+1
* improve diagnostics in call parsing, patch suggested byChris Lattner2008-04-141-1/+1
* Merge LLVMBuilder and FoldingBuilder, callingDuncan Sands2008-04-131-34/+22
* Various updates from Sam Bishop:Chris Lattner2008-02-101-0/+1
* dump the module *before* we delete it, not after.Chris Lattner2008-02-051-4/+4
* fix typo noticed by Joshua PenningtonChris Lattner2007-12-021-1/+1
* Many typos, grammaro, and wording fixes. Patch byChris Lattner2007-11-131-28/+27
* minor editsChris Lattner2007-11-071-25/+28
* fixes from Ryan Brown.Chris Lattner2007-11-061-9/+11
* 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-6/+19
* spell identifier correctly.Chris Lattner2007-11-051-3/+3
* fix validationChris Lattner2007-10-311-1/+1
* some minor edits, link to Passes.html, make one pointChris Lattner2007-10-251-2/+25
* Fix an obvious typo.Owen Anderson2007-10-251-1/+1
* Add chapter 4, feedback appreciated.Chris Lattner2007-10-251-8/+1024
* Fix validation problems, which were somewhat ironically in the "valid html" b...Chris Lattner2007-10-231-1/+1
* add a skeleton for part 4Chris Lattner2007-10-231-0/+78