summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CFEBuildInstrs.html
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix documentation for Makefile target name change. install-bytecode is nowReid Spencer2004-11-111-1/+1
| | | | | | just "install" in the runtime directory. llvm-svn: 17677
* Fix the path to the fixinc'd headers. Patch contributed by Jeff Cohen!Chris Lattner2004-10-061-1/+1
| | | | llvm-svn: 16755
* Note: do not use GNU binutils under AIX, they're not stable.Misha Brukman2004-08-231-0/+14
| | | | llvm-svn: 16000
* Use the `tools-only' target to avoid getting warnings about not having a CFE.Misha Brukman2004-08-141-6/+3
| | | | llvm-svn: 15744
* * CFE builds on AIX/PowerPCMisha Brukman2004-08-091-5/+6
| | | | | | * Wrap long code lines llvm-svn: 15584
* Just run 'make', not all-gccChris Lattner2004-07-191-3/+3
| | | | llvm-svn: 15007
* Mention the requirement of dlcompat for MacOS X.Misha Brukman2004-06-211-2/+2
| | | | llvm-svn: 14282
* Capitalize Cygwin.Misha Brukman2004-06-181-4/+4
| | | | llvm-svn: 14235
* 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! llvm-svn: 13963
* * 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 llvm-svn: 13920
* Make use of the new doc_author class. "Seperate content from presentation" ↵Chris Lattner2004-05-231-2/+2
| | | | | | they said. llvm-svn: 13675
* Made to be HTML-4.01 (Strict)-compliant.Misha Brukman2004-05-121-14/+16
| | | | llvm-svn: 13500
* 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. llvm-svn: 12337
* Recommend using install-bytecode targetBrian Gaeke2004-03-101-1/+1
| | | | llvm-svn: 12270
* I think this is a more robust fix for the Solaris wchar problems (PR206).Brian Gaeke2004-01-281-22/+10
| | | | llvm-svn: 11004
* Merged in RELEASE_11.John Criswell2003-12-181-1/+60
| | | | llvm-svn: 10516
* 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). llvm-svn: 10380
* Added the --host= option to the Sparc configuration directions.John Criswell2003-12-101-1/+1
| | | | llvm-svn: 10364
* Updated build instructions for Sparc.John Criswell2003-12-081-0/+23
| | | | llvm-svn: 10323
* Make the beginning of this page look like the beginnings of other pages.Brian Gaeke2003-11-121-3/+22
| | | | llvm-svn: 9930
* * Put LLVM in title of page so readers know which CFE we're talking aboutMisha Brukman2003-10-281-14/+16
| | | | | | | | * Use <ol> instead of <ul> if we're gonna number the list items * Close <li> tags * Stylize the document footer to be consistent llvm-svn: 9558
* Merged in RELEASE_1.John Criswell2003-10-271-3/+8
| | | | llvm-svn: 9538
* Add note about multilibs. THis should go into the 1.0 release if possibleChris Lattner2003-10-241-0/+5
| | | | llvm-svn: 9467
* Minor editsChris Lattner2003-10-231-14/+21
| | | | llvm-svn: 9399
* * Use UTF-8 instead of ISO-8859-1Misha Brukman2003-10-231-38/+47
| | | | | | | | * Use stylesheet instead of explicit <font> formatting * Stop using <ul> for layout * Close <li> tags llvm-svn: 9393
* Add C/C++ build instructions, first draft.Brian Gaeke2003-10-211-0/+140
llvm-svn: 9355
OpenPOWER on IntegriCloud