Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [docs] Remove index.html, I am flipping the switch on llvm.org. | Daniel Dunbar | 2012-04-19 | 1 | -286/+0 |
| | | | | llvm-svn: 155151 | ||||
* | [docs] Add back old index.html until I get llvm.org work done to support ↵ | Daniel Dunbar | 2012-04-19 | 1 | -0/+286 |
| | | | | | | Sphinx docs. llvm-svn: 155134 | ||||
* | [docs] Convert docs index page into Sphinx. | Daniel Dunbar | 2012-04-19 | 1 | -286/+0 |
| | | | | | | | | - Work in progress, this is mostly important because it lets us incrementally migrate the remaining documentation. - Lots of styling, editing, and integration work yet to come… - PR12589 llvm-svn: 155133 | ||||
* | Remove more GCC FE build stuff. | Chad Rosier | 2012-02-26 | 1 | -2/+3 |
| | | | | llvm-svn: 151507 | ||||
* | Fix typo. | Chad Rosier | 2012-01-19 | 1 | -1/+1 |
| | | | | llvm-svn: 148497 | ||||
* | Merge ObjCPropertyDebugInfo.html into SourceLevelDebugging.html | Devang Patel | 2011-11-15 | 1 | -3/+0 |
| | | | | llvm-svn: 144724 | ||||
* | Add ObjCPropertyDebugInfo.html | Devang Patel | 2011-11-15 | 1 | -0/+3 |
| | | | | llvm-svn: 144600 | ||||
* | docs: Add initial docs on LLVMBuild organization. | Daniel Dunbar | 2011-11-03 | 1 | -0/+4 |
| | | | | llvm-svn: 143619 | ||||
* | docs: Remove an out-of-date and unnecessary tool list. | Daniel Dunbar | 2011-11-02 | 1 | -19/+1 |
| | | | | llvm-svn: 143544 | ||||
* | docs: Separate development process type of documentation from programming | Daniel Dunbar | 2011-11-02 | 1 | -16/+22 |
| | | | | | | documentation. llvm-svn: 143543 | ||||
* | docs: Remove UsingLibraries page, which was inaccurate / out-of-date and not | Daniel Dunbar | 2011-11-02 | 1 | -3/+0 |
| | | | | | | particularly useful. llvm-svn: 143542 | ||||
* | Added instruction how to add a builder to docs. | Galina Kistanova | 2011-10-31 | 1 | -0/+4 |
| | | | | llvm-svn: 143365 | ||||
* | docs/*.html: Appease W3C Checker to add "charset=utf-8". | NAKAMURA Takumi | 2011-10-31 | 1 | -0/+1 |
| | | | | llvm-svn: 143348 | ||||
* | Mention the cmake build guide on the main docs page. | Duncan Sands | 2011-10-11 | 1 | -0/+5 |
| | | | | llvm-svn: 141674 | ||||
* | More llvmc bits. Spotted by Benjamin on IRC. | Eric Christopher | 2011-09-20 | 1 | -1/+0 |
| | | | | llvm-svn: 140124 | ||||
* | Remove more of llvmc and dependencies. | Eric Christopher | 2011-09-20 | 1 | -8/+0 |
| | | | | llvm-svn: 140121 | ||||
* | Add documenation about "branch_weight" metadata and __builtin_expect instruction | Jakub Staszak | 2011-07-06 | 1 | -0/+5 |
| | | | | llvm-svn: 134517 | ||||
* | replace the intro tutorial from 2004 with a more recent work. | Chris Lattner | 2011-05-30 | 1 | -3/+2 |
| | | | | llvm-svn: 132310 | ||||
* | docs: Introduce cascading style <div> and <p> continued on <h[2-5]>. | NAKAMURA Takumi | 2011-04-23 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | <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 | -6/+6 |
| | | | | | | | | | H1 ... doc_title H2 ... doc_section H3 ... doc_subsection H4 ... doc_subsubsection llvm-svn: 129736 | ||||
* | docs: Fix some in-package URLs. | NAKAMURA Takumi | 2011-04-09 | 1 | -1/+1 |
| | | | | | | (eg. trim http://llvm.org/docs/foo -> foo) llvm-svn: 129182 | ||||
* | docs: Canonicalize URLs. | NAKAMURA Takumi | 2011-04-09 | 1 | -2/+2 |
| | | | | llvm-svn: 129181 | ||||
* | Revert r103213. It broke several sections of live website. | mike-m | 2010-05-07 | 1 | -0/+293 |
| | | | | llvm-svn: 103219 | ||||
* | Overhauled llvm/clang docs builds. Closes PR6613. | mike-m | 2010-05-06 | 1 | -293/+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 | ||||
* | Give packagers some advice about how to build LLVM so it's useful to | Jeffrey Yasskin | 2010-02-26 | 1 | -0/+3 |
| | | | | | | the most users. llvm-svn: 97198 | ||||
* | stkrc is gone. | Dan Gohman | 2010-02-25 | 1 | -1/+0 |
| | | | | llvm-svn: 97156 | ||||
* | Merge the advanced getelementptr FAQ into the regular | Dan Gohman | 2010-02-25 | 1 | -3/+0 |
| | | | | | | getelementptr FAQ. llvm-svn: 97154 | ||||
* | Add an "advanced" GetElementPtr FAQ document, with answers to | Dan Gohman | 2010-02-17 | 1 | -0/+3 |
| | | | | | | questions left unanswered by the first GetElementPtr FAQ. llvm-svn: 96526 | ||||
* | Make docs less specific about their versions, at Chris's suggestion. | Jeffrey Yasskin | 2010-02-03 | 1 | -4/+5 |
| | | | | llvm-svn: 95231 | ||||
* | Mention the version in the documentation index and link to the 2.6 docs, which | Jeffrey Yasskin | 2010-02-03 | 1 | -2/+5 |
| | | | | | | is what most readers will actually be aiming for. llvm-svn: 95229 | ||||
* | Add documentation on how to use enable debug information in the JIT and use ↵ | Reid Kleckner | 2009-09-21 | 1 | -0/+3 |
| | | | | | | it with GDB. llvm-svn: 82425 | ||||
* | link to a newer preso | Chris Lattner | 2009-07-29 | 1 | -2/+2 |
| | | | | llvm-svn: 77440 | ||||
* | move gold plugin next to LTO doc in the subsystem section | Chris Lattner | 2009-03-01 | 1 | -3/+2 |
| | | | | llvm-svn: 65790 | ||||
* | Close list item tag, to conform with the style in this file. It's optional | Nick Lewycky | 2009-03-01 | 1 | -1/+1 |
| | | | | | | anyways. llvm-svn: 65787 | ||||
* | Add the gold plugin page to the documentation index! | Nick Lewycky | 2009-03-01 | 1 | -0/+3 |
| | | | | llvm-svn: 65786 | ||||
* | Update the auto-generated llvmc documentation. | Mikhail Glushenkov | 2008-12-11 | 1 | -18/+22 |
| | | | | llvm-svn: 60909 | ||||
* | Conform to the HTML 4.01 Strict specification. | Misha Brukman | 2008-12-11 | 1 | -1/+3 |
| | | | | llvm-svn: 60884 | ||||
* | Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. | Misha Brukman | 2008-12-11 | 1 | -2/+2 |
| | | | | llvm-svn: 60880 | ||||
* | Mention the Ada and Fortran front-ends. | Duncan Sands | 2008-12-10 | 1 | -2/+2 |
| | | | | llvm-svn: 60833 | ||||
* | Correct these links. | Duncan Sands | 2008-11-12 | 1 | -5/+5 |
| | | | | llvm-svn: 59126 | ||||
* | the stacker doc is way out of date. | Chris Lattner | 2008-08-11 | 1 | -4/+0 |
| | | | | llvm-svn: 54631 | ||||
* | add a description. | Chris Lattner | 2008-07-13 | 1 | -1/+2 |
| | | | | llvm-svn: 53529 | ||||
* | Update link to testing guide to use the new title. | Matthijs Kooijman | 2008-07-02 | 1 | -2/+2 |
| | | | | llvm-svn: 53018 | ||||
* | Added Passes.html to the documentation list. | Tanya Lattner | 2008-03-24 | 1 | -0/+3 |
| | | | | llvm-svn: 48736 | ||||
* | Rename CFEBuildInstrs.html to GCCFEBuildInstrs.html. | Duncan Sands | 2008-02-14 | 1 | -1/+1 |
| | | | | | | | Update all references to it and place a redirection page at the old address. llvm-svn: 47124 | ||||
* | try again | Chris Lattner | 2007-11-09 | 1 | -1/+1 |
| | | | | llvm-svn: 43956 | ||||
* | Add a link to the tutorial. | Nick Lewycky | 2007-11-09 | 1 | -0/+2 |
| | | | | llvm-svn: 43928 | ||||
* | gcroot must take concrete types, not arbitrary types. | Chris Lattner | 2007-09-21 | 1 | -0/+1 |
| | | | | | | clean up intrinsic descriptions in langref a bit. llvm-svn: 42194 | ||||
* | Update links to the command guide generated documentation. | Reid Spencer | 2007-08-05 | 1 | -19/+19 |
| | | | | llvm-svn: 40855 | ||||
* | Subversionify the documentation. | Reid Spencer | 2007-07-09 | 1 | -4/+3 |
| | | | | llvm-svn: 38442 |