Sync c++ kaleidoscope tutorial with test.
[oota-llvm.git] / docs / tutorial / LangImpl4.html
2009-09-22 Erick TryzelaarSync c++ kaleidoscope tutorial with test.
2009-09-13 Nick LewyckyUpdate the tutorial to match changes to examples/Kaleid...
2009-08-26 Reid KlecknerAllocate the module provider in the Kaleidoscope code...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-27 Owen AndersonMove ConstantFP construction back to the 2.5-ish API.
2009-07-18 Reid KlecknerAdd EngineBuilder to ExecutionEngine in favor of the...
2009-07-16 Owen AndersonPrivatize the ConstantFP table. I'm on a roll!
2009-07-08 Owen AndersonPush LLVMContext _back_ through IRBuilder.
2009-03-11 Gabor Greiffix validator errors
2009-03-11 Gabor GreifFix exaples using IRBuilder. Thanks, Quadrescence and...
2009-02-09 Chris Lattnermention rdynamic, PR3431, patch by Stein Roger Skafløtten!
2008-06-10 Gabor Greifadjust calls to ConstantFP::get to new API
2008-04-19 Gabor GreifMerge ... 49966 from branches/ggreif/use-diet to trunk...
2008-04-15 Chris LattnerA couple minor fixes suggested by Matthijs Kooijman
2008-04-14 Chris Lattnerimprove diagnostics in call parsing, patch suggested by
2008-04-13 Duncan SandsMerge LLVMBuilder and FoldingBuilder, calling
2008-02-10 Chris LattnerVarious updates from Sam Bishop:
2008-02-05 Chris Lattnerdump the module *before* we delete it, not after.
2007-12-02 Chris Lattnerfix typo noticed by Joshua Pennington
2007-11-13 Chris LattnerMany typos, grammaro, and wording fixes. Patch by
2007-11-07 Chris Lattnerminor edits
2007-11-06 Chris Lattnerfixes from Ryan Brown.
2007-11-05 Chris Lattneradd some links to the tutorial index and between chapters.
2007-11-05 Chris Lattneradd table of contents to each chapter.
2007-11-05 Chris Lattnerspell identifier correctly.
2007-10-31 Chris Lattnerfix validation
2007-10-25 Chris Lattnersome minor edits, link to Passes.html, make one point
2007-10-25 Owen AndersonFix an obvious typo.
2007-10-25 Chris LattnerAdd chapter 4, feedback appreciated.
2007-10-23 Chris LattnerFix validation problems, which were somewhat ironically...
2007-10-23 Chris Lattneradd a skeleton for part 4