Age | Commit message (Expand) | Author |
2012-12-05 | docs: Sphinxify `docs/tutorial/` | Sean Silva |
2012-06-29 | Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h | Chandler Carruth |
2012-05-02 | [docs] Include the Kaleidescope tutorial in the Sphinx docs build. | Daniel Dunbar |
2011-10-16 | Update tutorial to reflect the current APIs. Also correct a small omission in | Bill Wendling |
2011-04-23 | docs: Introduce cascading style <div> and <p> continued on <h[2-5]>. | NAKAMURA Takumi |
2011-04-18 | docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">. | NAKAMURA Takumi |
2011-04-09 | docs: Canonicalize URLs. | NAKAMURA Takumi |
2011-02-15 | Minor fixes to tutorial, patch by Benjamin Meyer! | Chris Lattner |
2010-09-01 | update the tutorial to use CreateFAdd to create fp operations. | Chris Lattner |
2010-06-14 | Update html tutorial docs to match api changes. | Eric Christopher |
2010-05-28 | Fix whitespace to be more consistent with AsmPrinter's style. | Dan Gohman |
2010-05-07 | Revert r103213. It broke several sections of live website. | mike-m |
2010-05-06 | Overhauled llvm/clang docs builds. Closes PR6613. | mike-m |
2010-03-02 | Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul, | Dan Gohman |
2010-02-17 | irbuilder is doing constant folding now by default, PR6092 | Chris Lattner |
2010-02-17 | fix some out of date prose dating from the LLVMContext changes. | Chris Lattner |
2010-02-03 | Add "Author Date Id Revision" svn:keyword properties to these files, as | Dan Gohman |
2009-10-12 | Documentation: Perform automated correction of common typos. | Benjamin Kramer |
2009-09-22 | Sync c++ kaleidoscope tutorial with test. | Erick Tryzelaar |
2009-09-13 | Update the tutorial to match changes to examples/Kaleidoscope. | Nick Lewycky |
2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
2009-07-29 | Move types back to the 2.5 API. | Owen Anderson |
2009-07-27 | Move ConstantFP construction back to the 2.5-ish API. | Owen Anderson |
2009-07-21 | Various doc updates from Edward O'Callaghan! | Chris Lattner |
2009-07-16 | Privatize the ConstantFP table. I'm on a roll! | Owen Anderson |
2009-07-08 | Push LLVMContext _back_ through IRBuilder. | Owen Anderson |
2009-03-11 | Fix exaples using IRBuilder. Thanks, Quadrescence and Glip7 from IRC! | Gabor Greif |
2008-06-10 | adjust calls to ConstantFP::get to new API | Gabor Greif |
2008-05-28 | Update text to point people at the right version of the tutorial for | Chris Lattner |
2008-05-21 | adapt to new API | Gabor Greif |
2008-04-19 | merge of 49966 from branches/ggreif/use-diet to trunk. these are already acti... | Gabor Greif |
2008-04-15 | A couple minor fixes suggested by Matthijs Kooijman | Chris Lattner |
2008-04-14 | improve diagnostics in call parsing, patch suggested by | Chris Lattner |
2008-04-13 | Merge LLVMBuilder and FoldingBuilder, calling | Duncan Sands |
2008-02-10 | Various updates from Sam Bishop: | Chris Lattner |
2007-12-02 | fix typo noticed by Joshua Pennington | Chris Lattner |
2007-11-28 | Add a note | Chris Lattner |
2007-11-13 | Many typos, grammaro, and wording fixes. Patch by | Chris Lattner |
2007-11-07 | edits. | Chris Lattner |
2007-11-06 | edits for chapter 3 | Chris Lattner |
2007-11-06 | clarify what proto is. | Chris Lattner |
2007-11-06 | fixes from Ryan Brown. | Chris Lattner |
2007-11-05 | add some links to the tutorial index and between chapters. | Chris Lattner |
2007-11-05 | grammaro | Chris Lattner |
2007-11-05 | mention possibility of using a visitor | Chris Lattner |
2007-11-05 | clarify why prototype::codegen returns a function. | Chris Lattner |
2007-11-05 | add table of contents to each chapter. | Chris Lattner |
2007-11-05 | add link to llvmbuilder doxygen docs | Chris Lattner |
2007-11-05 | spell identifier correctly. | Chris Lattner |
2007-11-05 | clarify | Chris Lattner |