summaryrefslogtreecommitdiff
path: root/docs/tutorial
Commit message (Expand)AuthorAge
* [OCaml] (PR10016) Add a few missing line in OCamlLangImpl2.rstPeter Zotov2013-11-05
* [docs] Fix broken link.Sean Silva2013-06-21
* Update code listings in LLVM tutorial.Logan Chien2013-06-08
* Fix spellingNikola Smiljanic2013-05-01
* [docs] Remove explicit authorship.Sean Silva2013-03-11
* docs: Update title of external tutorial.Sean Silva2013-01-23
* docs: Move link to the new "external tutorials" area.Sean Silva2012-12-27
* docs: Add link to external LLVM backend tutorial.Sean Silva2012-12-23
* docs: Sphinxify `docs/tutorial/`Sean Silva2012-12-05
* docs: Begin Sphinxification of docs/tutorial/Sean Silva2012-12-04
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Fix some minor typosSylvestre Ledru2012-07-31
* Fix a typo (the the => the)Sylvestre Ledru2012-07-23
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-29
* [docs] Include the Kaleidescope tutorial in the Sphinx docs build.Daniel Dunbar2012-05-02
* Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer2012-04-19
* Install the PNG file as well. PR4780.Bill Wendling2011-10-16
* Update tutorial to reflect the current APIs. Also correct a small omission inBill Wendling2011-10-16
* Tell people using the tutorial how to make it actually work.David Chisnall2011-10-04
* A couple of minor fixes to the OCaml tutorial. PR10025 and PR10316. Patches...Eli Friedman2011-07-15
* docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi2011-04-23
* docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi2011-04-18
* docs/*.html: Make W3C HTML 4.01 Strict more compliant.NAKAMURA Takumi2011-04-09
* docs/tutorial/OCamlLangImpl7.html: Fix a href to missing Chapter 8.NAKAMURA Takumi2011-04-09
* docs: Canonicalize URLs.NAKAMURA Takumi2011-04-09
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-30
* Fix typo pointed out in pr9339.Duncan Sands2011-02-27
* Minor fixes to tutorial, patch by Benjamin Meyer!Chris Lattner2011-02-15
* Add a reference to the OCamlLangImpl8.Erick Tryzelaar2011-01-01
* Add an OCaml tutorial page 8Erick Tryzelaar2011-01-01
* Fix missing includes of "llvm/Analysis/Passes.h" in the tutorials. ThanksDan Gohman2010-11-16
* Update examples and documentation to explicitly add basicaa, now that it'sDan Gohman2010-11-15
* update the tutorial to use CreateFAdd to create fp operations.Chris Lattner2010-09-01
* fix typos reported by Adam Warner!Chris Lattner2010-06-21
* Update html tutorial docs to match api changes.Eric Christopher2010-06-14
* Fix whitespace to be more consistent with AsmPrinter's style.Dan Gohman2010-05-28
* Revert r103213. It broke several sections of live website.mike-m2010-05-07
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-06
* Fix the ocaml kaleidoscope tutorial to fix linking external libraries.Erick Tryzelaar2010-03-21
* Update the OCaml Kaleidoscope tutorial.Erick Tryzelaar2010-03-08
* Rewrite makefiles to explicitly reference DESTDIR to fix bug 3153.Erick Tryzelaar2010-03-04
* Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul,Dan Gohman2010-03-02
* irbuilder is doing constant folding now by default, PR6092Chris Lattner2010-02-17
* fix some out of date prose dating from the LLVMContext changes.Chris Lattner2010-02-17
* Make Kaleidoscope not link against the interpreter, since that didn'tJeffrey Yasskin2010-02-11
* Add "Author Date Id Revision" svn:keyword properties to these files, asDan Gohman2010-02-03
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-27
* Remove the 'simple jit' tutorial as it wasn't really being maintained and itsNick Lewycky2009-11-30
* Change the JIT to compile eagerly by default as agreed inJeffrey Yasskin2009-10-27
* Documentation: Perform automated correction of common typos.Benjamin Kramer2009-10-12