Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove more GCC FE build stuff. | Chad Rosier | 2012-02-26 | 1 | -29/+0 |
| | | | | llvm-svn: 151507 | ||||
* | 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/+29 |
| | | | | llvm-svn: 103219 | ||||
* | Overhauled llvm/clang docs builds. Closes PR6613. | mike-m | 2010-05-06 | 1 | -29/+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 | ||||
* | Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. | Misha Brukman | 2008-12-11 | 1 | -2/+2 |
| | | | | llvm-svn: 60880 | ||||
* | Rename CFEBuildInstrs.html to GCCFEBuildInstrs.html. | Duncan Sands | 2008-02-14 | 1 | -255/+3 |
| | | | | | | | Update all references to it and place a redirection page at the old address. llvm-svn: 47124 | ||||
* | Add notes on Ada compilers that can be used for | Duncan Sands | 2008-02-13 | 1 | -10/+21 |
| | | | | | | | the build. Put all items that the user should specify in bold. Make it a debug build. llvm-svn: 47063 | ||||
* | Note that these instructions are for x86-32 linux | Duncan Sands | 2008-02-12 | 1 | -1/+1 |
| | | | | | | | (the only platform on which the Ada compiler even builds). llvm-svn: 47031 | ||||
* | Add more spacing. | Duncan Sands | 2008-02-12 | 1 | -25/+25 |
| | | | | llvm-svn: 47028 | ||||
* | Add instructions for building Ada and Fortran. | Duncan Sands | 2008-02-12 | 1 | -12/+185 |
| | | | | | | | | Adjust mentions of gcc4 to be 4.0/4.2 agnostic. This file should probably be renamed tor GCCFEBuildInstrs.html... llvm-svn: 47027 | ||||
* | Small change. | Bill Wendling | 2007-07-23 | 1 | -1/+1 |
| | | | | llvm-svn: 40413 | ||||
* | Point to the correct SVN repository. | Bill Wendling | 2007-07-23 | 1 | -1/+1 |
| | | | | llvm-svn: 40412 | ||||
* | fix validation bug | Chris Lattner | 2007-02-14 | 1 | -1/+0 |
| | | | | llvm-svn: 34276 | ||||
* | now that llvm-gcc3 is gone, life is significantly simpler and less scary | Chris Lattner | 2007-02-14 | 1 | -349/+8 |
| | | | | llvm-svn: 34275 | ||||
* | Remove references to gccld and gccas, adjusting the documentation to | Reid Spencer | 2007-02-09 | 1 | -4/+4 |
| | | | | | | mention llvm-ld and opt instead (if appropriate). llvm-svn: 34094 | ||||
* | Changing cfrontend dir to llvm-gcc3.4 as the example. | Tanya Lattner | 2006-11-20 | 1 | -4/+4 |
| | | | | llvm-svn: 31869 | ||||
* | Cleaned up the document. Added "doc_code" divisions for code examples. | Bill Wendling | 2006-11-16 | 1 | -199/+274 |
| | | | | llvm-svn: 31784 | ||||
* | Changed to a new directory for opensource checkout. | Jim Laskey | 2006-07-31 | 1 | -1/+2 |
| | | | | llvm-svn: 29418 | ||||
* | Revamp this doc to be accurate w.r.t. building llvmgcc4 | Chris Lattner | 2006-07-11 | 1 | -52/+35 |
| | | | | llvm-svn: 29113 | ||||
* | Include information of svn repository for llvm-gcc4. | Jim Laskey | 2006-06-16 | 1 | -0/+16 |
| | | | | llvm-svn: 28845 | ||||
* | Changes docs for llvm.cs.uiuc.edu -> llvm.org | Reid Spencer | 2006-03-14 | 1 | -3/+3 |
| | | | | llvm-svn: 26746 | ||||
* | Encourage use of the V8 ABI over the V9 ABI. | Chris Lattner | 2006-02-05 | 1 | -4/+4 |
| | | | | llvm-svn: 25996 | ||||
* | Attempt to make terminology more consistent. | John Criswell | 2005-10-24 | 1 | -2/+3 |
| | | | | llvm-svn: 23968 | ||||
* | Recommend what I actually test | Chris Lattner | 2005-09-21 | 1 | -1/+2 |
| | | | | llvm-svn: 23398 | ||||
* | nothing funny about building the CFE on Linux/Itanium | Duraid Madina | 2005-06-14 | 1 | -0/+1 |
| | | | | llvm-svn: 22211 | ||||
* | Merged in release_15. | John Criswell | 2005-05-18 | 1 | -1/+1 |
| | | | | llvm-svn: 22120 | ||||
* | Add a note about SPARC V8. | John Criswell | 2005-05-13 | 1 | -2/+9 |
| | | | | llvm-svn: 21981 | ||||
* | Minor fixes. | John Criswell | 2005-05-13 | 1 | -3/+4 |
| | | | | llvm-svn: 21978 | ||||
* | Shameless update of copyright years. | John Criswell | 2005-05-12 | 1 | -1/+1 |
| | | | | llvm-svn: 21903 | ||||
* | Fix HTML-4.01 Strict compliance | Misha Brukman | 2005-03-01 | 1 | -2/+2 |
| | | | | llvm-svn: 20386 | ||||
* | Use a colon instead of a period since we're introducing a command list | Misha Brukman | 2005-03-01 | 1 | -1/+1 |
| | | | | llvm-svn: 20385 | ||||
* | add another plausible reason | Chris Lattner | 2005-02-21 | 1 | -0/+1 |
| | | | | llvm-svn: 20262 | ||||
* | Slightly expand on the instructions. | Chris Lattner | 2005-02-11 | 1 | -1/+3 |
| | | | | llvm-svn: 20121 | ||||
* | Describe both objdir==srcdir and objdir!=srcdir methods of building LLVM | Reid Spencer | 2004-12-31 | 1 | -13/+18 |
| | | | | | | libraries and tools. Thanks to Henrik Bach for this suggestion. llvm-svn: 19204 | ||||
* | Add a caution about using experimental versions of gnu binutils when | Reid Spencer | 2004-12-23 | 1 | -1/+9 |
| | | | | | | building Cygwin. llvm-svn: 19117 | ||||
* | * Remove an unnecessary step. | Reid Spencer | 2004-12-22 | 1 | -9/+1 |
| | | | | | | * Correct a path. llvm-svn: 19110 | ||||
* | Add a blurb about using the GCC 3.4.3 compiler on Cygwin (which works) for | Reid Spencer | 2004-12-22 | 1 | -0/+5 |
| | | | | | | the CFE instead of the default GCC 3.3.3 compiler that comes with Cygwin. llvm-svn: 19104 | ||||
* | For PR432: | Reid Spencer | 2004-12-22 | 1 | -2/+0 |
| | | | | | | | * Remove the idiotic windows environment setting, its not needed. * Remove an extraneous "mkdir" instruction. llvm-svn: 19103 | ||||
* | For PR432: | Reid Spencer | 2004-12-22 | 1 | -10/+20 |
| | | | | | | | | | Rework the CFE build details to include the directions for using the option --program-prefix=llvm- to the CFE's configure script. This ensures that the CFE builds unique executable names and makes it possible to put the $CFEINSTALL/bin directory into one's path. llvm-svn: 19099 | ||||
* | Revert last changes as they introduce CFE build problems. | Reid Spencer | 2004-12-22 | 1 | -4/+3 |
| | | | | llvm-svn: 19087 | ||||
* | For PR432: | Reid Spencer | 2004-12-21 | 1 | -3/+4 |
| | | | | | | | Add instructions for using the --program-prefix=llvm so that the CFE build produces llvmgcc instead of gcc. llvm-svn: 19083 | ||||
* | Remove most references to LLVM_LIB_SEARCH_PATH. It now only exists in the | Reid Spencer | 2004-12-15 | 1 | -7/+0 |
| | | | | | | | GettingStarted.html document in the environment section and only as an optional feature. llvm-svn: 18944 | ||||
* | Correct documentation to reflect the change in location of the CFE runtime | Reid Spencer | 2004-12-14 | 1 | -2/+2 |
| | | | | | | libraries. They are now in $CFEINSTALL/lib not $CFEINSTALL/bytecode-lib. llvm-svn: 18939 | ||||
* | Merged in RELEASE_14 changes. | John Criswell | 2004-12-10 | 1 | -13/+12 |
| | | | | llvm-svn: 18763 | ||||
* | Use the install-bytecode target to install just the bytecode libs into | Reid Spencer | 2004-12-04 | 1 | -1/+1 |
| | | | | | | the CFE's install/bytecode-libs directory. llvm-svn: 18493 | ||||
* | Fixed pathname to LLVM tools. | John Criswell | 2004-12-01 | 1 | -1/+1 |
| | | | | | | Thanks to Vladimir Merzliakov for finding this. llvm-svn: 18402 | ||||
* | Be a little more explicit about how to configure LLVM with the --prefix | Reid Spencer | 2004-12-01 | 1 | -2/+7 |
| | | | | | | | option so that permissions errors don't occur if the default, /usr/local, is taken. llvm-svn: 18401 | ||||
* | Fix typeo, thanks to Duraid for pointing it out | Chris Lattner | 2004-12-01 | 1 | -1/+1 |
| | | | | llvm-svn: 18400 | ||||
* | Fix a typo. | John Criswell | 2004-11-29 | 1 | -3/+3 |
| | | | | | | Corrected a potential grammary issue. llvm-svn: 18364 | ||||
* | Add some instructions about ranlib'ing the CFE runtime libraries so that | Reid Spencer | 2004-11-25 | 1 | -0/+14 |
| | | | | | | | they link faster. This should eventually be codified into the CFE's makefile. llvm-svn: 18247 |