Age | Commit message (Expand) | Author |
2010-11-16 | Fix missing includes of "llvm/Analysis/Passes.h" in the tutorials. Thanks | Dan Gohman |
2010-11-15 | Update examples and documentation to explicitly add basicaa, now that it's | Dan Gohman |
2010-09-01 | update the tutorial to use CreateFAdd to create fp operations. | Chris Lattner |
2010-06-21 | fix typos reported by Adam Warner! | Chris Lattner |
2010-06-14 | Update html tutorial docs to match api changes. | Eric Christopher |
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-02-11 | Make Kaleidoscope not link against the interpreter, since that didn't | Jeffrey Yasskin |
2010-02-03 | Add "Author Date Id Revision" svn:keyword properties to these files, as | Dan Gohman |
2010-01-27 | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin |
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-26 | Allocate the module provider in the Kaleidoscope code on the heap, not the st... | Reid Kleckner |
2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
2009-07-31 | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | 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-22 | Get rid of the Pass+Context magic. | Owen Anderson |
2009-07-18 | Add EngineBuilder to ExecutionEngine in favor of the five optional argument E... | Reid Kleckner |
2009-07-16 | Privatize the ConstantFP table. I'm on a roll! | Owen Anderson |
2009-07-13 | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | 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-04-19 | merge of 49966 from branches/ggreif/use-diet to trunk. these are already acti... | Gabor Greif |
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 |
2008-02-05 | dump the module *before* we delete it, not after. | Chris Lattner |
2007-12-02 | fix typo noticed by Joshua Pennington | Chris Lattner |
2007-11-23 | !< is >=, not >. Thanks to Max Hailperin for pointing this out! | Chris Lattner |
2007-11-15 | many edits, patch by Kelly Wilson! | Chris Lattner |
2007-11-07 | edits for chapter 7 | 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 | add table of contents to each chapter. | Chris Lattner |
2007-11-05 | spell identifier correctly. | Chris Lattner |
2007-11-02 | fix typos | Chris Lattner |
2007-11-02 | Finish chapter 6, and add a spiffy demo that shows off the language. | Chris Lattner |
2007-11-01 | Add the start of chapter 6, still much to go. | Chris Lattner |