aboutsummaryrefslogtreecommitdiff
path: root/docs/tutorial
AgeCommit message (Expand)Author
2009-07-29Move types back to the 2.5 API.Owen Anderson
2009-07-27Move ConstantFP construction back to the 2.5-ish API.Owen Anderson
2009-07-22Get rid of the Pass+Context magic.Owen Anderson
2009-07-21Various doc updates from Edward O'Callaghan!Chris Lattner
2009-07-18Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...Reid Kleckner
2009-07-16Privatize the ConstantFP table. I'm on a roll!Owen Anderson
2009-07-13Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson
2009-07-08Push LLVMContext _back_ through IRBuilder.Owen Anderson
2009-05-12Use llvm::raw_stream instead of llvm::Streams.Bill Wendling
2009-04-12Fix compile error. Pointed out by mait on #llvm IRC!Nick Lewycky
2009-03-11do not pretend llvm/.../*.h being system headersGabor Greif
2009-03-11fix validator errorsGabor Greif
2009-03-11Fix exaples using IRBuilder. Thanks, Quadrescence and Glip7 from IRC!Gabor Greif
2009-02-09mention rdynamic, PR3431, patch by Stein Roger Skafløtten!Chris Lattner
2008-12-12fix some incorrect links.Chris Lattner
2008-10-29fix typoTorok Edwin
2008-06-10adjust calls to ConstantFP::get to new APIGabor Greif
2008-05-28Update text to point people at the right version of the tutorial forChris Lattner
2008-05-21adapt to new APIGabor Greif
2008-05-19Grammar fix.Bill Wendling
2008-05-19Delete module.Bill Wendling
2008-05-19Convert non-ASCII apostrophes into ASCII apostrophes.Bill Wendling
2008-05-19Delete the Module object.Bill Wendling
2008-05-19s/insure/ensure/Bill Wendling
2008-04-19merge of 49966 from branches/ggreif/use-diet to trunk. these are already acti...Gabor Greif
2008-04-15A couple minor fixes suggested by Matthijs KooijmanChris Lattner
2008-04-14improve diagnostics in call parsing, patch suggested byChris Lattner
2008-04-13Merge LLVMBuilder and FoldingBuilder, callingDuncan Sands
2008-03-31There isn't any c++ code in LangImpl8.html, so use thatErick Tryzelaar
2008-03-31Chapter 5, 6, and 7 of the ocaml/kaleidoscope tutorialErick Tryzelaar
2008-03-30Tweak build system to allow for installing the tutorial and uninstalling the ...Erick Tryzelaar
2008-03-30Fix some documentation for the tutorial.Erick Tryzelaar
2008-03-30Add chapter 3 and 4 of the ocaml/kaleidoscope tutorial.Erick Tryzelaar
2008-03-27Adding the first two chapters of the ocaml/kaleidoscope tutorial.Erick Tryzelaar
2008-03-26Test commit (removed trailing whitespace)Erick Tryzelaar
2008-03-24Oops. I wanted the compile flags for C++, not the C preprocessor flags.Owen Anderson
2008-02-22fix some bugs in tutorial, patch by Erick TryzelaarChris Lattner
2008-02-10Various updates from Sam Bishop:Chris Lattner
2008-02-05dump the module *before* we delete it, not after.Chris Lattner
2007-12-02fix typo noticed by Joshua PenningtonChris Lattner
2007-11-28Add a noteChris Lattner
2007-11-23!< is >=, not >. Thanks to Max Hailperin for pointing this out!Chris Lattner
2007-11-19Teach me to do stuff late at night.Owen Anderson
2007-11-19Fix a factually incorrect statement pointed out by Max Hailperin.Owen Anderson
2007-11-15many edits, patch by Kelly Wilson!Chris Lattner
2007-11-13Many typos, grammaro, and wording fixes. Patch byChris Lattner
2007-11-12Typo fix in the tutorial.Gordon Henriksen
2007-11-07minor editChris Lattner
2007-11-07final edits.Chris Lattner
2007-11-07chapter 7 editsChris Lattner