summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CFEBuildInstrs.html
Commit message (Collapse)AuthorAgeFilesLines
* Remove more GCC FE build stuff.Chad Rosier2012-02-261-29/+0
| | | | llvm-svn: 151507
* docs: Canonicalize URLs.NAKAMURA Takumi2011-04-091-1/+1
| | | | llvm-svn: 129181
* Revert r103213. It broke several sections of live website.mike-m2010-05-071-0/+29
| | | | llvm-svn: 103219
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-061-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 Brukman2008-12-111-2/+2
| | | | llvm-svn: 60880
* Rename CFEBuildInstrs.html to GCCFEBuildInstrs.html.Duncan Sands2008-02-141-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 forDuncan Sands2008-02-131-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 linuxDuncan Sands2008-02-121-1/+1
| | | | | | | (the only platform on which the Ada compiler even builds). llvm-svn: 47031
* Add more spacing.Duncan Sands2008-02-121-25/+25
| | | | llvm-svn: 47028
* Add instructions for building Ada and Fortran.Duncan Sands2008-02-121-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 Wendling2007-07-231-1/+1
| | | | llvm-svn: 40413
* Point to the correct SVN repository.Bill Wendling2007-07-231-1/+1
| | | | llvm-svn: 40412
* fix validation bugChris Lattner2007-02-141-1/+0
| | | | llvm-svn: 34276
* now that llvm-gcc3 is gone, life is significantly simpler and less scaryChris Lattner2007-02-141-349/+8
| | | | llvm-svn: 34275
* Remove references to gccld and gccas, adjusting the documentation toReid Spencer2007-02-091-4/+4
| | | | | | mention llvm-ld and opt instead (if appropriate). llvm-svn: 34094
* Changing cfrontend dir to llvm-gcc3.4 as the example.Tanya Lattner2006-11-201-4/+4
| | | | llvm-svn: 31869
* Cleaned up the document. Added "doc_code" divisions for code examples.Bill Wendling2006-11-161-199/+274
| | | | llvm-svn: 31784
* Changed to a new directory for opensource checkout.Jim Laskey2006-07-311-1/+2
| | | | llvm-svn: 29418
* Revamp this doc to be accurate w.r.t. building llvmgcc4Chris Lattner2006-07-111-52/+35
| | | | llvm-svn: 29113
* Include information of svn repository for llvm-gcc4.Jim Laskey2006-06-161-0/+16
| | | | llvm-svn: 28845
* Changes docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-141-3/+3
| | | | llvm-svn: 26746
* Encourage use of the V8 ABI over the V9 ABI.Chris Lattner2006-02-051-4/+4
| | | | llvm-svn: 25996
* Attempt to make terminology more consistent.John Criswell2005-10-241-2/+3
| | | | llvm-svn: 23968
* Recommend what I actually testChris Lattner2005-09-211-1/+2
| | | | llvm-svn: 23398
* nothing funny about building the CFE on Linux/ItaniumDuraid Madina2005-06-141-0/+1
| | | | llvm-svn: 22211
* Merged in release_15.John Criswell2005-05-181-1/+1
| | | | llvm-svn: 22120
* Add a note about SPARC V8.John Criswell2005-05-131-2/+9
| | | | llvm-svn: 21981
* Minor fixes.John Criswell2005-05-131-3/+4
| | | | llvm-svn: 21978
* Shameless update of copyright years.John Criswell2005-05-121-1/+1
| | | | llvm-svn: 21903
* Fix HTML-4.01 Strict complianceMisha Brukman2005-03-011-2/+2
| | | | llvm-svn: 20386
* Use a colon instead of a period since we're introducing a command listMisha Brukman2005-03-011-1/+1
| | | | llvm-svn: 20385
* add another plausible reasonChris Lattner2005-02-211-0/+1
| | | | llvm-svn: 20262
* Slightly expand on the instructions.Chris Lattner2005-02-111-1/+3
| | | | llvm-svn: 20121
* Describe both objdir==srcdir and objdir!=srcdir methods of building LLVMReid Spencer2004-12-311-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 whenReid Spencer2004-12-231-1/+9
| | | | | | building Cygwin. llvm-svn: 19117
* * Remove an unnecessary step.Reid Spencer2004-12-221-9/+1
| | | | | | * Correct a path. llvm-svn: 19110
* Add a blurb about using the GCC 3.4.3 compiler on Cygwin (which works) forReid Spencer2004-12-221-0/+5
| | | | | | the CFE instead of the default GCC 3.3.3 compiler that comes with Cygwin. llvm-svn: 19104
* For PR432:Reid Spencer2004-12-221-2/+0
| | | | | | | * Remove the idiotic windows environment setting, its not needed. * Remove an extraneous "mkdir" instruction. llvm-svn: 19103
* For PR432:Reid Spencer2004-12-221-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 Spencer2004-12-221-4/+3
| | | | llvm-svn: 19087
* For PR432:Reid Spencer2004-12-211-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 theReid Spencer2004-12-151-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 runtimeReid Spencer2004-12-141-2/+2
| | | | | | libraries. They are now in $CFEINSTALL/lib not $CFEINSTALL/bytecode-lib. llvm-svn: 18939
* Merged in RELEASE_14 changes.John Criswell2004-12-101-13/+12
| | | | llvm-svn: 18763
* Use the install-bytecode target to install just the bytecode libs intoReid Spencer2004-12-041-1/+1
| | | | | | the CFE's install/bytecode-libs directory. llvm-svn: 18493
* Fixed pathname to LLVM tools.John Criswell2004-12-011-1/+1
| | | | | | Thanks to Vladimir Merzliakov for finding this. llvm-svn: 18402
* Be a little more explicit about how to configure LLVM with the --prefixReid Spencer2004-12-011-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 outChris Lattner2004-12-011-1/+1
| | | | llvm-svn: 18400
* Fix a typo.John Criswell2004-11-291-3/+3
| | | | | | Corrected a potential grammary issue. llvm-svn: 18364
* Add some instructions about ranlib'ing the CFE runtime libraries so thatReid Spencer2004-11-251-0/+14
| | | | | | | they link faster. This should eventually be codified into the CFE's makefile. llvm-svn: 18247
OpenPOWER on IntegriCloud