Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
[oota-llvm.git] / docs / tutorial / LangImpl7.html
2012-06-29 Chandler CarruthMove llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
2012-05-02 Daniel Dunbar[docs] Include the Kaleidescope tutorial in the Sphinx...
2011-10-16 Bill WendlingUpdate tutorial to reflect the current APIs. Also corre...
2011-04-23 NAKAMURA Takumidocs: Introduce cascading style <div> and <p> continued...
2011-04-18 NAKAMURA Takumidocs: Use <Hn> as Heading elements instead of <DIV...
2011-04-09 NAKAMURA Takumidocs: Canonicalize URLs.
2011-03-30 Jay FoadRemove PHINode::reserveOperandSpace(). Instead, add...
2010-11-16 Dan GohmanFix missing includes of "llvm/Analysis/Passes.h" in...
2010-11-15 Dan GohmanUpdate examples and documentation to explicitly add...
2010-09-01 Chris Lattnerupdate the tutorial to use CreateFAdd to create fp...
2010-06-14 Eric ChristopherUpdate html tutorial docs to match api changes.
2010-05-28 Dan GohmanFix whitespace to be more consistent with AsmPrinter...
2010-05-07 mike-mRevert r103213. It broke several sections of live website.
2010-05-06 mike-mOverhauled llvm/clang docs builds. Closes PR6613.
2010-03-02 Dan GohmanFloating-point add, sub, and mul are now spelled fadd...
2010-02-11 Jeffrey YasskinMake Kaleidoscope not link against the interpreter...
2010-02-03 Dan GohmanAdd "Author Date Id Revision" svn:keyword properties...
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
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-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
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-22 Owen AndersonGet rid of the Pass+Context magic.
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-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-08 Owen AndersonPush LLVMContext _back_ through IRBuilder.
2009-03-11 Gabor GreifFix exaples using IRBuilder. Thanks, Quadrescence and...
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-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-15 Chris Lattnermany edits, patch by Kelly Wilson!
2007-11-07 Chris Lattnerchapter 7 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-11-05 Chris LattnerDan points out that mem2reg also promotes vectors:...
2007-11-05 Chris Lattnerfinish the chapter.
2007-11-04 Chris Lattnerfix typos
2007-11-03 Chris Lattnerfinish the 'Memory in LLVM' section
2007-11-03 Chris Lattnerhack and slash the first 20% of chapter seven.