summaryrefslogtreecommitdiffstats
path: root/llvm/docs/GettingStartedVS.html
Commit message (Collapse)AuthorAgeFilesLines
* 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