| Age | Commit message (Expand) | Author |
| 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-19 | Update the ocaml docs to work with LLVMContext. | Erick Tryzelaar |
| 2009-08-17 | #include <cstdlib> in the code listing for strtod. | John McCall |
| 2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
| 2009-08-05 | Documentation: fix HTML validation errors. | Benjamin Kramer |
| 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-21 | Various doc updates from Edward O'Callaghan! | Chris Lattner |
| 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-05-12 | Use llvm::raw_stream instead of llvm::Streams. | Bill Wendling |
| 2009-04-12 | Fix compile error. Pointed out by mait on #llvm IRC! | Nick Lewycky |
| 2009-03-11 | do not pretend llvm/.../*.h being system headers | Gabor Greif |
| 2009-03-11 | fix validator errors | Gabor Greif |
| 2009-03-11 | Fix exaples using IRBuilder. Thanks, Quadrescence and Glip7 from IRC! | Gabor Greif |
| 2009-02-09 | mention rdynamic, PR3431, patch by Stein Roger Skafløtten! | Chris Lattner |
| 2008-12-12 | fix some incorrect links. | Chris Lattner |
| 2008-10-29 | fix typo | Torok Edwin |
| 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-05-19 | Grammar fix. | Bill Wendling |
| 2008-05-19 | Delete module. | Bill Wendling |
| 2008-05-19 | Convert non-ASCII apostrophes into ASCII apostrophes. | Bill Wendling |
| 2008-05-19 | Delete the Module object. | Bill Wendling |
| 2008-05-19 | s/insure/ensure/ | Bill Wendling |
| 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-03-31 | There isn't any c++ code in LangImpl8.html, so use that | Erick Tryzelaar |
| 2008-03-31 | Chapter 5, 6, and 7 of the ocaml/kaleidoscope tutorial | Erick Tryzelaar |
| 2008-03-30 | Tweak build system to allow for installing the tutorial and uninstalling the ... | Erick Tryzelaar |
| 2008-03-30 | Fix some documentation for the tutorial. | Erick Tryzelaar |
| 2008-03-30 | Add chapter 3 and 4 of the ocaml/kaleidoscope tutorial. | Erick Tryzelaar |
| 2008-03-27 | Adding the first two chapters of the ocaml/kaleidoscope tutorial. | Erick Tryzelaar |
| 2008-03-26 | Test commit (removed trailing whitespace) | Erick Tryzelaar |
| 2008-03-24 | Oops. I wanted the compile flags for C++, not the C preprocessor flags. | Owen Anderson |
| 2008-02-22 | fix some bugs in tutorial, patch by Erick Tryzelaar | Chris Lattner |
| 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-28 | Add a note | Chris Lattner |
| 2007-11-23 | !< is >=, not >. Thanks to Max Hailperin for pointing this out! | Chris Lattner |
| 2007-11-19 | Teach me to do stuff late at night. | Owen Anderson |