Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix documentation for Makefile target name change. install-bytecode is now | Reid Spencer | 2004-11-11 | 1 | -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 Lattner | 2004-10-06 | 1 | -1/+1 | |
| | | | | llvm-svn: 16755 | |||||
* | Note: do not use GNU binutils under AIX, they're not stable. | Misha Brukman | 2004-08-23 | 1 | -0/+14 | |
| | | | | llvm-svn: 16000 | |||||
* | Use the `tools-only' target to avoid getting warnings about not having a CFE. | Misha Brukman | 2004-08-14 | 1 | -6/+3 | |
| | | | | llvm-svn: 15744 | |||||
* | * CFE builds on AIX/PowerPC | Misha Brukman | 2004-08-09 | 1 | -5/+6 | |
| | | | | | | * Wrap long code lines llvm-svn: 15584 | |||||
* | Just run 'make', not all-gcc | Chris Lattner | 2004-07-19 | 1 | -3/+3 | |
| | | | | llvm-svn: 15007 | |||||
* | Mention the requirement of dlcompat for MacOS X. | Misha Brukman | 2004-06-21 | 1 | -2/+2 | |
| | | | | llvm-svn: 14282 | |||||
* | Capitalize Cygwin. | Misha Brukman | 2004-06-18 | 1 | -4/+4 | |
| | | | | llvm-svn: 14235 | |||||
* | cygwin apparently doesn't have widechar support. But when disabled, the whole | Chris Lattner | 2004-06-02 | 1 | -4/+12 | |
| | | | | | | C/C++ front-end and runtime libraries finally build! llvm-svn: 13963 | |||||
* | * Make it HTML4.01 | Chris Lattner | 2004-06-01 | 1 | -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 Lattner | 2004-05-23 | 1 | -2/+2 | |
| | | | | | | they said. llvm-svn: 13675 | |||||
* | Made to be HTML-4.01 (Strict)-compliant. | Misha Brukman | 2004-05-12 | 1 | -14/+16 | |
| | | | | llvm-svn: 13500 | |||||
* | Added a header indicating that the Linux and MacOS configure procedures are | John Criswell | 2004-03-12 | 1 | -0/+22 | |
| | | | | | | | | the same. Added LLVM copyright and warranty disclaimer information. llvm-svn: 12337 | |||||
* | Recommend using install-bytecode target | Brian Gaeke | 2004-03-10 | 1 | -1/+1 | |
| | | | | llvm-svn: 12270 | |||||
* | I think this is a more robust fix for the Solaris wchar problems (PR206). | Brian Gaeke | 2004-01-28 | 1 | -22/+10 | |
| | | | | llvm-svn: 11004 | |||||
* | Merged in RELEASE_11. | John Criswell | 2003-12-18 | 1 | -1/+60 | |
| | | | | llvm-svn: 10516 | |||||
* | Fixed a comma error. | John Criswell | 2003-12-10 | 1 | -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 Criswell | 2003-12-10 | 1 | -1/+1 | |
| | | | | llvm-svn: 10364 | |||||
* | Updated build instructions for Sparc. | John Criswell | 2003-12-08 | 1 | -0/+23 | |
| | | | | llvm-svn: 10323 | |||||
* | Make the beginning of this page look like the beginnings of other pages. | Brian Gaeke | 2003-11-12 | 1 | -3/+22 | |
| | | | | llvm-svn: 9930 | |||||
* | * Put LLVM in title of page so readers know which CFE we're talking about | Misha Brukman | 2003-10-28 | 1 | -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 Criswell | 2003-10-27 | 1 | -3/+8 | |
| | | | | llvm-svn: 9538 | |||||
* | Add note about multilibs. THis should go into the 1.0 release if possible | Chris Lattner | 2003-10-24 | 1 | -0/+5 | |
| | | | | llvm-svn: 9467 | |||||
* | Minor edits | Chris Lattner | 2003-10-23 | 1 | -14/+21 | |
| | | | | llvm-svn: 9399 | |||||
* | * Use UTF-8 instead of ISO-8859-1 | Misha Brukman | 2003-10-23 | 1 | -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 Gaeke | 2003-10-21 | 1 | -0/+140 | |
llvm-svn: 9355 |