Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [docs] Sphinxify GettingStartedVS. Patch by Mikael Lyngvig! | Michael J. Spencer | 2012-06-21 | 1 | -368/+0 |
| | | | | llvm-svn: 158947 | ||||
* | [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 | ||||
* | Tidy up. s/Low Level Virtual Machine/LLVM/. | Jim Grosbach | 2012-01-25 | 1 | -1/+1 |
| | | | | | | LLVM isn't an acronym anymore. llvm-svn: 148985 | ||||
* | There are already problems with building LLVM under VS2005, and it's | Chandler Carruth | 2011-11-16 | 1 | -6/+5 |
| | | | | | | | quite old now. Update the documentation to reflect this, and direct people to use VS2008 or newer. llvm-svn: 144818 | ||||
* | docs: Introduce cascading style <div> and <p> continued on <h[2-5]>. | NAKAMURA Takumi | 2011-04-23 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | | <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 | -17/+17 |
| | | | | | | | | | H1 ... doc_title H2 ... doc_section H3 ... doc_subsection H4 ... doc_subsubsection llvm-svn: 129736 | ||||
* | Reword instructions for running tests on Visual Studio. | Oscar Fuentes | 2011-04-10 | 1 | -1/+3 |
| | | | | | | Suggested by Maël Hörz. llvm-svn: 129237 | ||||
* | docs/*.html: Make W3C HTML 4.01 Strict more compliant. | NAKAMURA Takumi | 2011-04-09 | 1 | -2/+3 |
| | | | | | FIXME: The logo handling in ReleaseNotes.html llvm-svn: 129208 | ||||
* | docs: Canonicalize URLs. | NAKAMURA Takumi | 2011-04-09 | 1 | -2/+2 |
| | | | | llvm-svn: 129181 | ||||
* | remove another jeff link | Chris Lattner | 2011-03-06 | 1 | -1/+0 |
| | | | | llvm-svn: 127135 | ||||
* | remove jeff's name (by his request) | Chris Lattner | 2011-03-05 | 1 | -3/+1 |
| | | | | llvm-svn: 127066 | ||||
* | Remove the link to Projects.html. It is useless for people working on | Oscar Fuentes | 2011-02-20 | 1 | -2/+0 |
| | | | | | | Visual Studio. llvm-svn: 126083 | ||||
* | Add testing stuff to CMake documents. | NAKAMURA Takumi | 2011-02-09 | 1 | -1/+11 |
| | | | | | | | | - Note "GnuWin32". - Note LLVM_LIT_TOOLS_DIR - Now we can run tests on VS w/e all tests might pass or not! llvm-svn: 125177 | ||||
* | docs: Tweak wording. | Michael J. Spencer | 2010-09-18 | 1 | -5/+5 |
| | | | | llvm-svn: 114271 | ||||
* | docs: Update GettingStartedVS to reflect current state. | Michael J. Spencer | 2010-09-17 | 1 | -67/+83 |
| | | | | llvm-svn: 114167 | ||||
* | Updated GettingStartedVS.html to reflect current state. | Oscar Fuentes | 2010-09-17 | 1 | -163/+91 |
| | | | | | | Reorganized it too. llvm-svn: 114151 | ||||
* | Revert r103213. It broke several sections of live website. | mike-m | 2010-05-07 | 1 | -0/+417 |
| | | | | llvm-svn: 103219 | ||||
* | Overhauled llvm/clang docs builds. Closes PR6613. | mike-m | 2010-05-06 | 1 | -417/+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 | ||||
* | Documentation: fix HTML validation errors. | Benjamin Kramer | 2009-08-05 | 1 | -3/+3 |
| | | | | llvm-svn: 78196 | ||||
* | Duplicate entry. | Bill Wendling | 2009-04-03 | 1 | -10/+0 |
| | | | | llvm-svn: 68401 | ||||
* | "Add documentation about the fix for missing x86 | Chris Lattner | 2009-04-03 | 1 | -0/+10 |
| | | | | | | | | target library in windows under the "Common problems" section." Patch by Stefanus Du Toit! llvm-svn: 68399 | ||||
* | Update the Visual Studio docs. Patch by Stefanus! | Bill Wendling | 2009-03-28 | 1 | -3/+14 |
| | | | | llvm-svn: 67940 | ||||
* | lex and bison aren't needed to build llvm anymore. | Chris Lattner | 2009-01-02 | 1 | -5/+0 |
| | | | | llvm-svn: 61560 | ||||
* | 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 | ||||
* | Fixes for Visual Studio users. Patch by OvermindDL1 on llvm-dev! | Nick Lewycky | 2008-12-08 | 1 | -13/+44 |
| | | | | llvm-svn: 60679 | ||||
* | Document a limitation, patch contributed by George Russell | Chris Lattner | 2007-11-14 | 1 | -0/+4 |
| | | | | llvm-svn: 44102 | ||||
* | Validation fixes | Bill Wendling | 2007-09-22 | 1 | -40/+62 |
| | | | | llvm-svn: 42226 | ||||
* | Subversionify the documentation. | Reid Spencer | 2007-07-09 | 1 | -9/+6 |
| | | | | llvm-svn: 38442 | ||||
* | first pass of nomenclature changes in .html files | Gabor Greif | 2007-07-06 | 1 | -3/+3 |
| | | | | llvm-svn: 37956 | ||||
* | This is working again. | Jeff Cohen | 2007-03-30 | 1 | -2/+1 |
| | | | | llvm-svn: 35518 | ||||
* | Update to current situation. | Jeff Cohen | 2007-03-28 | 1 | -2/+12 |
| | | | | llvm-svn: 35440 | ||||
* | Remove references to gccld and gccas, adjusting the documentation to | Reid Spencer | 2007-02-09 | 1 | -12/+7 |
| | | | | | | mention llvm-ld and opt instead (if appropriate). llvm-svn: 34094 | ||||
* | Removed cvs mirror comment | Tanya Lattner | 2006-04-20 | 1 | -1/+1 |
| | | | | llvm-svn: 27855 | ||||
* | Changes docs for llvm.cs.uiuc.edu -> llvm.org | Reid Spencer | 2006-03-14 | 1 | -4/+4 |
| | | | | llvm-svn: 26746 | ||||
* | Update Getting Started for Visual Studio page. | Jeff Cohen | 2005-10-30 | 1 | -18/+11 |
| | | | | llvm-svn: 24117 | ||||
* | Clarify inability to generate assembly, and note that VC++ Express works. | Jeff Cohen | 2005-03-08 | 1 | -3/+5 |
| | | | | llvm-svn: 20516 | ||||
* | Add additional source of Win32 GNU utilities. | Jeff Cohen | 2005-02-02 | 1 | -5/+7 |
| | | | | llvm-svn: 19991 | ||||
* | Put finishing touches on GettingStartedVS.html and link it to the index. | Jeff Cohen | 2005-02-01 | 1 | -90/+13 |
| | | | | llvm-svn: 19967 | ||||
* | Add LLVM with Visual Studio overview | Jeff Cohen | 2005-01-31 | 1 | -0/+433 |
llvm-svn: 19951 |