Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sphinxify the ExtendingLLVM documentation. | Bill Wendling | 2012-10-07 | 1 | -379/+0 |
| | | | | llvm-svn: 165371 | ||||
* | [docs] Update HTML pages to refer to CSS in a way that works locally and ↵ | Daniel Dunbar | 2012-04-19 | 1 | -1/+1 |
| | | | | | | with Sphinx. llvm-svn: 155153 | ||||
* | Remove the C backend. | Eric Christopher | 2012-03-23 | 1 | -13/+0 |
| | | | | llvm-svn: 153307 | ||||
* | docs/*.html: Appease W3C Checker to add "charset=utf-8". | NAKAMURA Takumi | 2011-10-31 | 1 | -0/+1 |
| | | | | llvm-svn: 143348 | ||||
* | The enum was moved to ISDOpcodes.h. | Duncan Sands | 2011-06-30 | 1 | -1/+1 |
| | | | | llvm-svn: 134134 | ||||
* | docs: Introduce cascading style <div> and <p> continued on <h[2-5]>. | NAKAMURA Takumi | 2011-04-23 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | <h2>Section Example</h2> <div> <!-- h2+div is applied --> <p>Section preamble.</p> <h3>Subsection Example</h3> <p> <!-- h3+p is applied --> Subsection body </p> <!-- End of section body --> </div> FIXME: Care H5 better. llvm-svn: 130040 | ||||
* | docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">. | NAKAMURA Takumi | 2011-04-18 | 1 | -16/+16 |
| | | | | | | | | | H1 ... doc_title H2 ... doc_section H3 ... doc_subsection H4 ... doc_subsubsection llvm-svn: 129736 | ||||
* | docs: Canonicalize URLs. | NAKAMURA Takumi | 2011-04-09 | 1 | -1/+1 |
| | | | | llvm-svn: 129181 | ||||
* | Revert r103213. It broke several sections of live website. | mike-m | 2010-05-07 | 1 | -0/+391 |
| | | | | llvm-svn: 103219 | ||||
* | Overhauled llvm/clang docs builds. Closes PR6613. | mike-m | 2010-05-06 | 1 | -391/+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 | ||||
* | Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img> | Misha Brukman | 2008-12-11 | 1 | -1/+1 |
| | | | | | | tags are not needed in HTML, only XML. llvm-svn: 60885 | ||||
* | Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. | Misha Brukman | 2008-12-11 | 1 | -2/+2 |
| | | | | llvm-svn: 60880 | ||||
* | Validation fixes | Bill Wendling | 2007-09-22 | 1 | -12/+11 |
| | | | | llvm-svn: 42230 | ||||
* | first pass of nomenclature changes in .html files | Gabor Greif | 2007-07-06 | 1 | -8/+8 |
| | | | | llvm-svn: 37956 | ||||
* | Mention how to create overloaded intrinsics. | Reid Spencer | 2007-04-01 | 1 | -1/+4 |
| | | | | llvm-svn: 35549 | ||||
* | Update adding an intrinsic to describe that you can now just plop it into the | Chris Lattner | 2006-04-12 | 1 | -20/+12 |
| | | | | | | target .td file instead of adding SDNodes etc. llvm-svn: 27616 | ||||
* | Changes docs for llvm.cs.uiuc.edu -> llvm.org | Reid Spencer | 2006-03-14 | 1 | -1/+1 |
| | | | | llvm-svn: 26746 | ||||
* | Adding an intrinsic is simpler still. | Chris Lattner | 2006-03-09 | 1 | -4/+0 |
| | | | | llvm-svn: 26674 | ||||
* | Simpler still | Chris Lattner | 2006-03-09 | 1 | -4/+0 |
| | | | | llvm-svn: 26671 | ||||
* | Intrinsic adding is a little bit simpler now | Chris Lattner | 2006-03-09 | 1 | -9/+2 |
| | | | | llvm-svn: 26668 | ||||
* | Add a couple very minor tweaks | Chris Lattner | 2006-01-16 | 1 | -7/+11 |
| | | | | llvm-svn: 25359 | ||||
* | Fix up 'adding an intrinsic' section a bit, first draft of 'adding a new | Nate Begeman | 2006-01-16 | 1 | -36/+111 |
| | | | | | | sdnode' section. llvm-svn: 25354 | ||||
* | Fix the instructions for adding an intrinsic. | Nate Begeman | 2006-01-14 | 1 | -3/+7 |
| | | | | llvm-svn: 25310 | ||||
* | typeo | Chris Lattner | 2005-11-13 | 1 | -1/+1 |
| | | | | llvm-svn: 24341 | ||||
* | update this to reflect the new selection daggy world | Chris Lattner | 2005-05-11 | 1 | -11/+53 |
| | | | | llvm-svn: 21853 | ||||
* | Types.def is going away | Chris Lattner | 2005-04-23 | 1 | -8/+2 |
| | | | | llvm-svn: 21481 | ||||
* | * Hyphenate ``constant-propagate'' | Misha Brukman | 2004-12-01 | 1 | -3/+12 |
| | | | | | | | * Add testing notes to the instruction section similar as for intrinsics * Mention adding codegen support for new instructions llvm-svn: 18409 | ||||
* | * InstructionReader.cpp was absorbed into Reader.cpp | Misha Brukman | 2004-09-28 | 1 | -2/+3 |
| | | | | | | * Wrap at 80 cols llvm-svn: 16543 | ||||
* | Fix grammar. | Misha Brukman | 2004-09-27 | 1 | -2/+2 |
| | | | | llvm-svn: 16529 | ||||
* | Thanks to Brad for documentation on adding a DerivedType | Misha Brukman | 2004-09-21 | 1 | -1/+2 |
| | | | | llvm-svn: 16460 | ||||
* | Remove the bit about this document being my `notes', it has matured since then. | Misha Brukman | 2004-09-05 | 1 | -5/+0 |
| | | | | llvm-svn: 16178 | ||||
* | * Escape &, <, and > | Misha Brukman | 2004-08-12 | 1 | -15/+24 |
| | | | | | | | * Wrap code in <tt> or for larger blocks, <div class="doc_text"> * Wrap lines at 80 cols llvm-svn: 15705 | ||||
* | Add information on adding a derived type to LLVM, patch contributed by | Chris Lattner | 2004-08-12 | 1 | -1/+41 |
| | | | | | | Brad Jones! llvm-svn: 15703 | ||||
* | Fix #includes of i*.h => Instructions.h as per PR403: | Chris Lattner | 2004-07-29 | 1 | -2/+2 |
| | | | | | | http://llvm.cs.uiuc.edu/PR403 . llvm-svn: 15338 | ||||
* | Fix #includes of i*.h => Instructions.h as per PR403. | Misha Brukman | 2004-07-29 | 1 | -1/+1 |
| | | | | llvm-svn: 15334 | ||||
* | Update path | Chris Lattner | 2004-06-20 | 1 | -2/+2 |
| | | | | llvm-svn: 14268 | ||||
* | Make use of the new doc_author class. "Seperate content from presentation" ↵ | Chris Lattner | 2004-05-23 | 1 | -2/+2 |
| | | | | | | they said. llvm-svn: 13675 | ||||
* | Add a note | Chris Lattner | 2004-04-13 | 1 | -0/+4 |
| | | | | llvm-svn: 12922 | ||||
* | Add note | Chris Lattner | 2004-04-10 | 1 | -0/+5 |
| | | | | llvm-svn: 12809 | ||||
* | Expand on adding an intrinsic. Move section to before adding an instruction | Chris Lattner | 2004-04-09 | 1 | -26/+40 |
| | | | | llvm-svn: 12796 | ||||
* | Incorporated Chris' comments. | Misha Brukman | 2004-04-06 | 1 | -7/+9 |
| | | | | llvm-svn: 12690 | ||||
* | Added notes on extending LLVM with new instructions, intrinsics, types, etc. | Misha Brukman | 2004-04-06 | 1 | -0/+213 |
llvm-svn: 12689 |