summaryrefslogtreecommitdiffstats
path: root/llvm/docs/GettingStartedVS.html
Commit message (Collapse)AuthorAgeFilesLines
* [docs] Sphinxify GettingStartedVS. Patch by Mikael Lyngvig!Michael J. Spencer2012-06-211-368/+0
| | | | llvm-svn: 158947
* [docs] Update HTML pages to refer to CSS in a way that works locally and ↵Daniel Dunbar2012-04-191-1/+1
| | | | | | with Sphinx. llvm-svn: 155153
* Tidy up. s/Low Level Virtual Machine/LLVM/.Jim Grosbach2012-01-251-1/+1
| | | | | | LLVM isn't an acronym anymore. llvm-svn: 148985
* There are already problems with building LLVM under VS2005, and it'sChandler Carruth2011-11-161-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 Takumi2011-04-231-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 Takumi2011-04-181-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 Fuentes2011-04-101-1/+3
| | | | | | Suggested by Maël Hörz. llvm-svn: 129237
* docs/*.html: Make W3C HTML 4.01 Strict more compliant.NAKAMURA Takumi2011-04-091-2/+3
| | | | | FIXME: The logo handling in ReleaseNotes.html llvm-svn: 129208
* docs: Canonicalize URLs.NAKAMURA Takumi2011-04-091-2/+2
| | | | llvm-svn: 129181
* remove another jeff linkChris Lattner2011-03-061-1/+0
| | | | llvm-svn: 127135
* remove jeff's name (by his request)Chris Lattner2011-03-051-3/+1
| | | | llvm-svn: 127066
* Remove the link to Projects.html. It is useless for people working onOscar Fuentes2011-02-201-2/+0
| | | | | | Visual Studio. llvm-svn: 126083
* Add testing stuff to CMake documents.NAKAMURA Takumi2011-02-091-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. Spencer2010-09-181-5/+5
| | | | llvm-svn: 114271
* docs: Update GettingStartedVS to reflect current state.Michael J. Spencer2010-09-171-67/+83
| | | | llvm-svn: 114167
* Updated GettingStartedVS.html to reflect current state.Oscar Fuentes2010-09-171-163/+91
| | | | | | Reorganized it too. llvm-svn: 114151
* Revert r103213. It broke several sections of live website.mike-m2010-05-071-0/+417
| | | | llvm-svn: 103219
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-061-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 Kramer2009-08-051-3/+3
| | | | llvm-svn: 78196
* Duplicate entry.Bill Wendling2009-04-031-10/+0
| | | | llvm-svn: 68401
* "Add documentation about the fix for missing x86Chris Lattner2009-04-031-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 Wendling2009-03-281-3/+14
| | | | llvm-svn: 67940
* lex and bison aren't needed to build llvm anymore.Chris Lattner2009-01-021-5/+0
| | | | llvm-svn: 61560
* Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img>Misha Brukman2008-12-111-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 Brukman2008-12-111-2/+2
| | | | llvm-svn: 60880
* Fixes for Visual Studio users. Patch by OvermindDL1 on llvm-dev!Nick Lewycky2008-12-081-13/+44
| | | | llvm-svn: 60679
* Document a limitation, patch contributed by George RussellChris Lattner2007-11-141-0/+4
| | | | llvm-svn: 44102
* Validation fixesBill Wendling2007-09-221-40/+62
| | | | llvm-svn: 42226
* Subversionify the documentation.Reid Spencer2007-07-091-9/+6
| | | | llvm-svn: 38442
* first pass of nomenclature changes in .html filesGabor Greif2007-07-061-3/+3
| | | | llvm-svn: 37956
* This is working again.Jeff Cohen2007-03-301-2/+1
| | | | llvm-svn: 35518
* Update to current situation.Jeff Cohen2007-03-281-2/+12
| | | | llvm-svn: 35440
* Remove references to gccld and gccas, adjusting the documentation toReid Spencer2007-02-091-12/+7
| | | | | | mention llvm-ld and opt instead (if appropriate). llvm-svn: 34094
* Removed cvs mirror commentTanya Lattner2006-04-201-1/+1
| | | | llvm-svn: 27855
* Changes docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-141-4/+4
| | | | llvm-svn: 26746
* Update Getting Started for Visual Studio page.Jeff Cohen2005-10-301-18/+11
| | | | llvm-svn: 24117
* Clarify inability to generate assembly, and note that VC++ Express works.Jeff Cohen2005-03-081-3/+5
| | | | llvm-svn: 20516
* Add additional source of Win32 GNU utilities.Jeff Cohen2005-02-021-5/+7
| | | | llvm-svn: 19991
* Put finishing touches on GettingStartedVS.html and link it to the index.Jeff Cohen2005-02-011-90/+13
| | | | llvm-svn: 19967
* Add LLVM with Visual Studio overviewJeff Cohen2005-01-311-0/+433
llvm-svn: 19951
OpenPOWER on IntegriCloud