Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: Begin Sphinxification of docs/tutorial/ | Sean Silva | 2012-12-04 | 1 | -48/+0 |
| | | | | llvm-svn: 169309 | ||||
* | [docs] Include the Kaleidescope tutorial in the Sphinx docs build. | Daniel Dunbar | 2012-05-02 | 1 | -1/+1 |
| | | | | llvm-svn: 156032 | ||||
* | docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">. | NAKAMURA Takumi | 2011-04-18 | 1 | -1/+1 |
| | | | | | | | | | H1 ... doc_title H2 ... doc_section H3 ... doc_subsection H4 ... doc_subsubsection llvm-svn: 129736 | ||||
* | Add a reference to the OCamlLangImpl8. | Erick Tryzelaar | 2011-01-01 | 1 | -1/+1 |
| | | | | llvm-svn: 122651 | ||||
* | Revert r103213. It broke several sections of live website. | mike-m | 2010-05-07 | 1 | -0/+48 |
| | | | | llvm-svn: 103219 | ||||
* | Overhauled llvm/clang docs builds. Closes PR6613. | mike-m | 2010-05-06 | 1 | -48/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOTE: 2nd part changeset for cfe trunk to follow. *** PRE-PATCH ISSUES ADDRESSED - clang api docs fail build from objdir - clang/llvm api docs collide in install PREFIX/ - clang/llvm main docs collide in install - clang/llvm main docs have full of hard coded destination assumptions and make use of absolute root in static html files; namely CommandGuide tools hard codes a website destination for cross references and some html cross references assume website root paths *** IMPROVEMENTS - bumped Doxygen from 1.4.x -> 1.6.3 - splits llvm/clang docs into 'main' and 'api' (doxygen) build trees - provide consistent, reliable doc builds for both main+api docs - support buid vs. install vs. website intentions - support objdir builds - document targets with 'make help' - correct clean and uninstall operations - use recursive dir delete only where absolutely necessary - added call function fn.RMRF which safeguards against botched 'rm -rf'; if any target (or any variable is evaluated) which attempts to remove any dirs which match a hard-coded 'safelist', a verbose error will be printed and make will error-stop. llvm-svn: 103213 | ||||
* | Remove the 'simple jit' tutorial as it wasn't really being maintained and its | Nick Lewycky | 2009-11-30 | 1 | -10/+0 |
| | | | | | | material is covered by the Kaleidoscope tutorial. llvm-svn: 90111 | ||||
* | There isn't any c++ code in LangImpl8.html, so use that | Erick Tryzelaar | 2008-03-31 | 1 | -1/+1 |
| | | | | | | instead of OCamlLangImpl8.html. llvm-svn: 48979 | ||||
* | Adding the first two chapters of the ocaml/kaleidoscope tutorial. | Erick Tryzelaar | 2008-03-27 | 1 | -0/+11 |
| | | | | llvm-svn: 48871 | ||||
* | minor edit | Chris Lattner | 2007-11-07 | 1 | -1/+1 |
| | | | | llvm-svn: 43813 | ||||
* | Add a real intro to the series. | Chris Lattner | 2007-11-06 | 1 | -1/+1 |
| | | | | llvm-svn: 43752 | ||||
* | TOC for chapter 8 | Chris Lattner | 2007-11-05 | 1 | -1/+1 |
| | | | | llvm-svn: 43724 | ||||
* | Add the first section of chapter 8. | Chris Lattner | 2007-11-05 | 1 | -1/+1 |
| | | | | llvm-svn: 43695 | ||||
* | hack and slash the first 20% of chapter seven. | Chris Lattner | 2007-11-03 | 1 | -1/+1 |
| | | | | llvm-svn: 43663 | ||||
* | Finish chapter 6, and add a spiffy demo that shows off the language. | Chris Lattner | 2007-11-02 | 1 | -1/+1 |
| | | | | llvm-svn: 43636 | ||||
* | Add the start of chapter 6, still much to go. | Chris Lattner | 2007-11-01 | 1 | -1/+1 |
| | | | | llvm-svn: 43607 | ||||
* | Add the first half of chapter 5: if/then/else. | Chris Lattner | 2007-10-31 | 1 | -1/+1 |
| | | | | | | To come: for statement. llvm-svn: 43546 | ||||
* | add a skeleton for part 4 | Chris Lattner | 2007-10-23 | 1 | -3/+4 |
| | | | | llvm-svn: 43246 | ||||
* | Add a link to the "writing an optimization" tutorial. | Owen Anderson | 2007-10-23 | 1 | -0/+4 |
| | | | | llvm-svn: 43243 | ||||
* | Add the second of the "basic topics" tutorials. | Owen Anderson | 2007-10-23 | 1 | -1/+1 |
| | | | | llvm-svn: 43241 | ||||
* | Reorder the optimization and bitcode tutorials. | Owen Anderson | 2007-10-23 | 1 | -2/+2 |
| | | | | llvm-svn: 43240 | ||||
* | start of chapter 3 | Chris Lattner | 2007-10-22 | 1 | -1/+1 |
| | | | | llvm-svn: 43221 | ||||
* | Check in part 2: parser and ast. | Chris Lattner | 2007-10-22 | 1 | -1/+1 |
| | | | | llvm-svn: 43218 | ||||
* | add part 1, review appreciated. | Chris Lattner | 2007-10-22 | 1 | -3/+4 |
| | | | | llvm-svn: 43215 | ||||
* | add an outline for "part 2". | Chris Lattner | 2007-10-22 | 1 | -8/+17 |
| | | | | llvm-svn: 43214 | ||||
* | rename tutorial 1 -> JITTutorial1, make unimplemented links not be dead links. | Chris Lattner | 2007-10-22 | 1 | -5/+5 |
| | | | | llvm-svn: 43213 | ||||
* | Add the beginnings of an LLVM tutorial. If anyone has suggestions, comments, | Owen Anderson | 2007-10-20 | 1 | -0/+32 |
or would like to contribute, let me know! llvm-svn: 43200 |