aboutsummaryrefslogtreecommitdiff
path: root/docs/CFEBuildInstrs.html
AgeCommit message (Expand)Author
2007-07-23Small change.Bill Wendling
2007-07-23Point to the correct SVN repository.Bill Wendling
2007-02-14fix validation bugChris Lattner
2007-02-14now that llvm-gcc3 is gone, life is significantly simpler and less scaryChris Lattner
2007-02-09Remove references to gccld and gccas, adjusting the documentation toReid Spencer
2006-11-20Changing cfrontend dir to llvm-gcc3.4 as the example.Tanya Lattner
2006-11-16Cleaned up the document. Added "doc_code" divisions for code examples.Bill Wendling
2006-07-31Changed to a new directory for opensource checkout.Jim Laskey
2006-07-11Revamp this doc to be accurate w.r.t. building llvmgcc4Chris Lattner
2006-06-16Include information of svn repository for llvm-gcc4.Jim Laskey
2006-03-14Changes docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer
2006-02-05Encourage use of the V8 ABI over the V9 ABI.Chris Lattner
2005-10-24Attempt to make terminology more consistent.John Criswell
2005-09-21Recommend what I actually testChris Lattner
2005-06-14nothing funny about building the CFE on Linux/ItaniumDuraid Madina
2005-05-18Merged in release_15.John Criswell
2005-05-13Add a note about SPARC V8.John Criswell
2005-05-13Minor fixes.John Criswell
2005-05-12Shameless update of copyright years.John Criswell
2005-03-01Fix HTML-4.01 Strict complianceMisha Brukman
2005-03-01Use a colon instead of a period since we're introducing a command listMisha Brukman
2005-02-21add another plausible reasonChris Lattner
2005-02-11Slightly expand on the instructions.Chris Lattner
2004-12-31Describe both objdir==srcdir and objdir!=srcdir methods of building LLVMReid Spencer
2004-12-23Add a caution about using experimental versions of gnu binutils whenReid Spencer
2004-12-22* Remove an unnecessary step.Reid Spencer
2004-12-22Add a blurb about using the GCC 3.4.3 compiler on Cygwin (which works) forReid Spencer
2004-12-22For PR432:Reid Spencer
2004-12-22For PR432:Reid Spencer
2004-12-22Revert last changes as they introduce CFE build problems.Reid Spencer
2004-12-21For PR432:Reid Spencer
2004-12-15Remove most references to LLVM_LIB_SEARCH_PATH. It now only exists in theReid Spencer
2004-12-14Correct documentation to reflect the change in location of the CFE runtimeReid Spencer
2004-12-10Merged in RELEASE_14 changes.John Criswell
2004-12-04Use the install-bytecode target to install just the bytecode libs intoReid Spencer
2004-12-01Fixed pathname to LLVM tools.John Criswell
2004-12-01Be a little more explicit about how to configure LLVM with the --prefixReid Spencer
2004-12-01Fix typeo, thanks to Duraid for pointing it outChris Lattner
2004-11-29Fix a typo.John Criswell
2004-11-25Add some instructions about ranlib'ing the CFE runtime libraries so thatReid Spencer
2004-11-11Fix documentation for Makefile target name change. install-bytecode is nowReid Spencer
2004-10-06Fix the path to the fixinc'd headers. Patch contributed by Jeff Cohen!Chris Lattner
2004-08-23Note: do not use GNU binutils under AIX, they're not stable.Misha Brukman
2004-08-14Use the `tools-only' target to avoid getting warnings about not having a CFE.Misha Brukman
2004-08-09* CFE builds on AIX/PowerPCMisha Brukman
2004-07-19Just run 'make', not all-gccChris Lattner
2004-06-21Mention the requirement of dlcompat for MacOS X.Misha Brukman
2004-06-18Capitalize Cygwin.Misha Brukman
2004-06-02cygwin apparently doesn't have widechar support. But when disabled, the wholeChris Lattner
2004-06-01* Make it HTML4.01Chris Lattner