aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CFEBuildInstrs.html
Commit message (Collapse)AuthorAgeFilesLines
* Changed to a new directory for opensource checkout.Jim Laskey2006-07-311-1/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29418 91177308-0d34-0410-b5e6-96231b3b80d8
* Revamp this doc to be accurate w.r.t. building llvmgcc4Chris Lattner2006-07-111-52/+35
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29113 91177308-0d34-0410-b5e6-96231b3b80d8
* Include information of svn repository for llvm-gcc4.Jim Laskey2006-06-161-0/+16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28845 91177308-0d34-0410-b5e6-96231b3b80d8
* Changes docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-141-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26746 91177308-0d34-0410-b5e6-96231b3b80d8
* Encourage use of the V8 ABI over the V9 ABI.Chris Lattner2006-02-051-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25996 91177308-0d34-0410-b5e6-96231b3b80d8
* Attempt to make terminology more consistent.John Criswell2005-10-241-2/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23968 91177308-0d34-0410-b5e6-96231b3b80d8
* Recommend what I actually testChris Lattner2005-09-211-1/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23398 91177308-0d34-0410-b5e6-96231b3b80d8
* nothing funny about building the CFE on Linux/ItaniumDuraid Madina2005-06-141-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22211 91177308-0d34-0410-b5e6-96231b3b80d8
* Merged in release_15.John Criswell2005-05-181-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22120 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a note about SPARC V8.John Criswell2005-05-131-2/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21981 91177308-0d34-0410-b5e6-96231b3b80d8
* Minor fixes.John Criswell2005-05-131-3/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21978 91177308-0d34-0410-b5e6-96231b3b80d8
* Shameless update of copyright years.John Criswell2005-05-121-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21903 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix HTML-4.01 Strict complianceMisha Brukman2005-03-011-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20386 91177308-0d34-0410-b5e6-96231b3b80d8
* Use a colon instead of a period since we're introducing a command listMisha Brukman2005-03-011-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20385 91177308-0d34-0410-b5e6-96231b3b80d8
* add another plausible reasonChris Lattner2005-02-211-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20262 91177308-0d34-0410-b5e6-96231b3b80d8
* Slightly expand on the instructions.Chris Lattner2005-02-111-1/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20121 91177308-0d34-0410-b5e6-96231b3b80d8
* 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19204 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a caution about using experimental versions of gnu binutils whenReid Spencer2004-12-231-1/+9
| | | | | | | building Cygwin. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19117 91177308-0d34-0410-b5e6-96231b3b80d8
* * Remove an unnecessary step.Reid Spencer2004-12-221-9/+1
| | | | | | | * Correct a path. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19110 91177308-0d34-0410-b5e6-96231b3b80d8
* 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19104 91177308-0d34-0410-b5e6-96231b3b80d8
* For PR432:Reid Spencer2004-12-221-2/+0
| | | | | | | | * Remove the idiotic windows environment setting, its not needed. * Remove an extraneous "mkdir" instruction. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19103 91177308-0d34-0410-b5e6-96231b3b80d8
* 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19099 91177308-0d34-0410-b5e6-96231b3b80d8
* Revert last changes as they introduce CFE build problems.Reid Spencer2004-12-221-4/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19087 91177308-0d34-0410-b5e6-96231b3b80d8
* 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19083 91177308-0d34-0410-b5e6-96231b3b80d8
* 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18944 91177308-0d34-0410-b5e6-96231b3b80d8
* 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18939 91177308-0d34-0410-b5e6-96231b3b80d8
* Merged in RELEASE_14 changes.John Criswell2004-12-101-13/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18763 91177308-0d34-0410-b5e6-96231b3b80d8
* Use the install-bytecode target to install just the bytecode libs intoReid Spencer2004-12-041-1/+1
| | | | | | | the CFE's install/bytecode-libs directory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18493 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed pathname to LLVM tools.John Criswell2004-12-011-1/+1
| | | | | | | Thanks to Vladimir Merzliakov for finding this. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18402 91177308-0d34-0410-b5e6-96231b3b80d8
* 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18401 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix typeo, thanks to Duraid for pointing it outChris Lattner2004-12-011-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18400 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix a typo.John Criswell2004-11-291-3/+3
| | | | | | | Corrected a potential grammary issue. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18364 91177308-0d34-0410-b5e6-96231b3b80d8
* 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18247 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix documentation for Makefile target name change. install-bytecode is nowReid Spencer2004-11-111-1/+1
| | | | | | | just "install" in the runtime directory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17677 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix the path to the fixinc'd headers. Patch contributed by Jeff Cohen!Chris Lattner2004-10-061-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16755 91177308-0d34-0410-b5e6-96231b3b80d8
* Note: do not use GNU binutils under AIX, they're not stable.Misha Brukman2004-08-231-0/+14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16000 91177308-0d34-0410-b5e6-96231b3b80d8
* Use the `tools-only' target to avoid getting warnings about not having a CFE.Misha Brukman2004-08-141-6/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15744 91177308-0d34-0410-b5e6-96231b3b80d8
* * CFE builds on AIX/PowerPCMisha Brukman2004-08-091-5/+6
| | | | | | | * Wrap long code lines git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15584 91177308-0d34-0410-b5e6-96231b3b80d8
* Just run 'make', not all-gccChris Lattner2004-07-191-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15007 91177308-0d34-0410-b5e6-96231b3b80d8
* Mention the requirement of dlcompat for MacOS X.Misha Brukman2004-06-211-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14282 91177308-0d34-0410-b5e6-96231b3b80d8
* Capitalize Cygwin.Misha Brukman2004-06-181-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14235 91177308-0d34-0410-b5e6-96231b3b80d8
* cygwin apparently doesn't have widechar support. But when disabled, the wholeChris Lattner2004-06-021-4/+12
| | | | | | | C/C++ front-end and runtime libraries finally build! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13963 91177308-0d34-0410-b5e6-96231b3b80d8
* * Make it HTML4.01Chris Lattner2004-06-011-21/+41
| | | | | | | | | | * Add information about cygwin * Simplify instructions a little and make it more robust (have people just reconfig and build after buildint the CFE) * Remove some obsolete stuff git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13920 91177308-0d34-0410-b5e6-96231b3b80d8
* Make use of the new doc_author class. "Seperate content from presentation" ↵Chris Lattner2004-05-231-2/+2
| | | | | | they said. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13675 91177308-0d34-0410-b5e6-96231b3b80d8
* Made to be HTML-4.01 (Strict)-compliant.Misha Brukman2004-05-121-14/+16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13500 91177308-0d34-0410-b5e6-96231b3b80d8
* Added a header indicating that the Linux and MacOS configure procedures areJohn Criswell2004-03-121-0/+22
| | | | | | | | | the same. Added LLVM copyright and warranty disclaimer information. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12337 91177308-0d34-0410-b5e6-96231b3b80d8
* Recommend using install-bytecode targetBrian Gaeke2004-03-101-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12270 91177308-0d34-0410-b5e6-96231b3b80d8
* I think this is a more robust fix for the Solaris wchar problems (PR206).Brian Gaeke2004-01-281-22/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11004 91177308-0d34-0410-b5e6-96231b3b80d8
* Merged in RELEASE_11.John Criswell2003-12-181-1/+60
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10516 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed a comma error.John Criswell2003-12-101-3/+3
| | | | | | | | Added the --disable-threads option to GCC configure (to avoid pthread errors when building code with LLVM). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10380 91177308-0d34-0410-b5e6-96231b3b80d8