summaryrefslogtreecommitdiff
path: root/llvm/docs/tutorial
AgeCommit message (Expand)Author
2015-01-24Update references to lines of code count.Charlie Turner
2015-01-08The Kaleidoscope tutorial should be using "mcjit" for the library,Eric Christopher
2014-12-09Add argument variable support to the debug info tutorialEric Christopher
2014-12-08Clean up the rst for the debug info tutorialEric Christopher
2014-12-08Add Chapter 8 to the Kaleidoscope tutorial. This chapter addsEric Christopher
2014-11-06[Docs][JIT] Update the clang++ invocation lines in the kaleidoscope docs.Lang Hames
2014-02-19[docs] Clean up some more llvm-gcc stuffSean Silva
2013-11-05[OCaml] (PR10016) Add a few missing line in OCamlLangImpl2.rstPeter Zotov
2013-06-21[docs] Fix broken link.Sean Silva
2013-06-08Update code listings in LLVM tutorial.Logan Chien
2013-05-01Fix spellingNikola Smiljanic
2013-03-11[docs] Remove explicit authorship.Sean Silva
2013-01-23docs: Update title of external tutorial.Sean Silva
2012-12-27docs: Move link to the new "external tutorials" area.Sean Silva
2012-12-23docs: Add link to external LLVM backend tutorial.Sean Silva
2012-12-05docs: Sphinxify `docs/tutorial/`Sean Silva
2012-12-04docs: Begin Sphinxification of docs/tutorial/Sean Silva
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-07-31Fix some minor typosSylvestre Ledru
2012-07-23Fix a typo (the the => the)Sylvestre Ledru
2012-06-29Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth
2012-05-02[docs] Include the Kaleidescope tutorial in the Sphinx docs build.Daniel Dunbar
2012-04-19Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer
2011-10-16Install the PNG file as well. PR4780.Bill Wendling
2011-10-16Update tutorial to reflect the current APIs. Also correct a small omission inBill Wendling
2011-10-04Tell people using the tutorial how to make it actually work.David Chisnall
2011-07-15A couple of minor fixes to the OCaml tutorial. PR10025 and PR10316. Patches...Eli Friedman
2011-04-23docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi
2011-04-18docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi
2011-04-09docs/*.html: Make W3C HTML 4.01 Strict more compliant.NAKAMURA Takumi
2011-04-09docs/tutorial/OCamlLangImpl7.html: Fix a href to missing Chapter 8.NAKAMURA Takumi
2011-04-09docs: Canonicalize URLs.NAKAMURA Takumi
2011-03-30Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad
2011-02-27Fix typo pointed out in pr9339.Duncan Sands
2011-02-15Minor fixes to tutorial, patch by Benjamin Meyer!Chris Lattner
2011-01-01Add a reference to the OCamlLangImpl8.Erick Tryzelaar
2011-01-01Add an OCaml tutorial page 8Erick Tryzelaar
2010-11-16Fix missing includes of "llvm/Analysis/Passes.h" in the tutorials. ThanksDan Gohman
2010-11-15Update examples and documentation to explicitly add basicaa, now that it'sDan Gohman
2010-09-01update the tutorial to use CreateFAdd to create fp operations.Chris Lattner
2010-06-21fix typos reported by Adam Warner!Chris Lattner
2010-06-14Update html tutorial docs to match api changes.Eric Christopher
2010-05-28Fix whitespace to be more consistent with AsmPrinter's style.Dan Gohman
2010-05-07Revert r103213. It broke several sections of live website.mike-m
2010-05-06Overhauled llvm/clang docs builds. Closes PR6613.mike-m
2010-03-21Fix the ocaml kaleidoscope tutorial to fix linking external libraries.Erick Tryzelaar
2010-03-08Update the OCaml Kaleidoscope tutorial.Erick Tryzelaar
2010-03-04Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153.Erick Tryzelaar
2010-03-02Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul,Dan Gohman
2010-02-17irbuilder is doing constant folding now by default, PR6092Chris Lattner