Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add a requirement, patch contributed by Henrik Bach. | Chris Lattner | 2005-09-06 | 1 | -0/+6 | |
| | | | | llvm-svn: 23242 | |||||
* | Merged in release_15. | John Criswell | 2005-05-18 | 1 | -18/+18 | |
| | | | | llvm-svn: 22120 | |||||
* | GCC4 + IA64 = badnews | Chris Lattner | 2005-05-15 | 1 | -0/+2 | |
| | | | | llvm-svn: 22075 | |||||
* | note HP-UX support | Duraid Madina | 2005-05-10 | 1 | -0/+5 | |
| | | | | llvm-svn: 21841 | |||||
* | Updated the list of code generators for LLVM 1.5. | John Criswell | 2005-05-09 | 1 | -0/+13 | |
| | | | | | | | Added information on getting LLVM 1.5 from CVS (hopefully readers will understand that the label will work *after* LLVM 1.5 is released). llvm-svn: 21817 | |||||
* | Little corrections. | John Criswell | 2005-05-09 | 1 | -4/+4 | |
| | | | | llvm-svn: 21816 | |||||
* | Document the --enable-targets= feature of the configure script. | Reid Spencer | 2005-04-22 | 1 | -0/+10 | |
| | | | | llvm-svn: 21454 | |||||
* | SuSE 3.3.3 is also borken. | Chris Lattner | 2005-02-13 | 1 | -4/+8 | |
| | | | | llvm-svn: 20163 | |||||
* | Add note about broken GCC | Chris Lattner | 2005-02-12 | 1 | -1/+6 | |
| | | | | llvm-svn: 20138 | |||||
* | This will be moved elsewhere. | Chris Lattner | 2005-02-09 | 1 | -8/+1 | |
| | | | | llvm-svn: 20101 | |||||
* | * Use an HTML list <ol> instead of custom superscripts in the platform notes | Misha Brukman | 2005-02-09 | 1 | -45/+44 | |
| | | | | | | | | * Reorder software requirements list to show relative importance * Use superscripts for footnotes in software list rather than "Note 1" * Use new doc_notes class to separate footnotes from main doc text llvm-svn: 20098 | |||||
* | Turn footnotes into links, make the page validate. | Chris Lattner | 2005-02-09 | 1 | -18/+23 | |
| | | | | llvm-svn: 20096 | |||||
* | If needed, this should be in the 'how to compile the cfe' doc. | Chris Lattner | 2005-02-09 | 1 | -3/+1 | |
| | | | | llvm-svn: 20095 | |||||
* | this should be incorporated into the build | Chris Lattner | 2005-02-09 | 1 | -1/+0 | |
| | | | | llvm-svn: 20094 | |||||
* | * Separate superscript footnotes with a comma, otherwise it's a 2-digit number | Misha Brukman | 2005-02-09 | 1 | -14/+18 | |
| | | | | | | | | | | * Make a URL into an HTML link using anchor tag * Put code in fixed-width font * Since the MinGW footnote is significantly more than the rest of the footnotes combined, it needs to have a border and background color to separate it from the regular flow of text for readability purposes. llvm-svn: 20093 | |||||
* | Add instructions for MINGW, contributed by Henrik Bach | Chris Lattner | 2005-02-09 | 1 | -1/+17 | |
| | | | | llvm-svn: 20092 | |||||
* | * Fix broken link to directions to get llvm, llvm-gcc, and llvm-test from CVS | Misha Brukman | 2005-02-03 | 1 | -37/+15 | |
| | | | | | | | * Remove duplicated CVS directions and refer reader to the CVS section * Clean up directions to be brief llvm-svn: 20023 | |||||
* | * Clearly mark LLVM_LIB_SEARCH_PATH as being optional | Misha Brukman | 2005-02-03 | 1 | -13/+7 | |
| | | | | | | * llvmgcc and llvmg++ aliases are no longer needed (binaries have llvm- prefix) llvm-svn: 20016 | |||||
* | * Instead of fixing the version numbers before every release, mark them as x.y | Misha Brukman | 2005-02-02 | 1 | -16/+16 | |
| | | | | | | | * Eliminate the redundant "This is the..." in released file listing * Fix grammar llvm-svn: 20005 | |||||
* | Describe the --with-llvmgccdir option to configure. | Reid Spencer | 2004-12-26 | 1 | -1/+19 | |
| | | | | llvm-svn: 19144 | |||||
* | Be specific about version of GCC and binutils on Cygwin since it matters. | Reid Spencer | 2004-12-23 | 1 | -1/+1 | |
| | | | | llvm-svn: 19116 | |||||
* | LLVM now builds and runs on Linux/amd64, but we don't have 64-bit codegen yet | Misha Brukman | 2004-12-23 | 1 | -0/+5 | |
| | | | | llvm-svn: 19115 | |||||
* | For PR432: | Reid Spencer | 2004-12-22 | 1 | -22/+17 | |
| | | | | | | | | * llvmgcc -> llvm-gcc * llvmg++ -> llvm-g++ * remove references to --with-llvmgccdir configure option llvm-svn: 19098 | |||||
* | Revert last patch until we can figure out how to build executables named | Reid Spencer | 2004-12-22 | 1 | -0/+2 | |
| | | | | | | llvmgcc and llvmg++ correctly. llvm-svn: 19089 | |||||
* | Remove instructions to make aliases for llvmgcc and llvmg++ as the CFE | Reid Spencer | 2004-12-21 | 1 | -2/+0 | |
| | | | | | | | Build instructions now direct the user to have the CFE generate executables with those names via the --program-prefix=llvm configure option. llvm-svn: 19084 | |||||
* | Remove most references to LLVM_LIB_SEARCH_PATH. It now only exists in the | Reid Spencer | 2004-12-15 | 1 | -22/+10 | |
| | | | | | | | 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 runtime | Reid Spencer | 2004-12-14 | 1 | -4/+4 | |
| | | | | | | libraries. They are now in $CFEINSTALL/lib not $CFEINSTALL/bytecode-lib. llvm-svn: 18939 | |||||
* | Merged in RELEASE_14 changes. | John Criswell | 2004-12-10 | 1 | -8/+33 | |
| | | | | llvm-svn: 18763 | |||||
* | Correct the version numbers for automake, Perl, and CVS. | Reid Spencer | 2004-12-09 | 1 | -5/+5 | |
| | | | | llvm-svn: 18703 | |||||
* | Mention in the exposition that lli can JIT on PowerPC now. | John Criswell | 2004-12-08 | 1 | -1/+1 | |
| | | | | llvm-svn: 18646 | |||||
* | Add llvm-ld tool | Reid Spencer | 2004-12-08 | 1 | -1/+11 | |
| | | | | | | Note that both llvmc and llvm-ld are experimental in 1.4 llvm-svn: 18644 | |||||
* | Minor fixups. | John Criswell | 2004-12-08 | 1 | -12/+21 | |
| | | | | llvm-svn: 18643 | |||||
* | Removed QMTest referrences. Updated ordering of notes. | Tanya Lattner | 2004-12-08 | 1 | -27/+4 | |
| | | | | llvm-svn: 18639 | |||||
* | Fix spell'os. | John Criswell | 2004-12-08 | 1 | -3/+3 | |
| | | | | llvm-svn: 18638 | |||||
* | Various 1.4ish corrections and additions. | Reid Spencer | 2004-12-08 | 1 | -43/+58 | |
| | | | | llvm-svn: 18636 | |||||
* | Update the version numbers of the pre-built LLVM GCC frontends. | John Criswell | 2004-12-08 | 1 | -4/+4 | |
| | | | | llvm-svn: 18635 | |||||
* | * Change version numbers of tarballs from 1.3 to 1.4 | Reid Spencer | 2004-12-08 | 1 | -17/+16 | |
| | | | | | | | * Add llvm-test-1.4.tar.gz as the tarball for the llvm-test module * Highlight the tarball name a little. llvm-svn: 18632 | |||||
* | Add descriptions of missing top level directories. | Reid Spencer | 2004-12-08 | 1 | -4/+28 | |
| | | | | llvm-svn: 18629 | |||||
* | Suggest people run cvs up -P -d after checking out the tree so they don't | Chris Lattner | 2004-12-05 | 1 | -0/+1 | |
| | | | | | | get empty directories llvm-svn: 18543 | |||||
* | Added remark about GCC 3.2.2. Someone with more knowledge of the problem | John Criswell | 2004-11-23 | 1 | -1/+2 | |
| | | | | | | can elaborate. llvm-svn: 18177 | |||||
* | We also provide a source distribution of the GCC front-end | Misha Brukman | 2004-11-23 | 1 | -0/+4 | |
| | | | | llvm-svn: 18166 | |||||
* | Fixed typo. | John Criswell | 2004-11-22 | 1 | -2/+2 | |
| | | | | llvm-svn: 18106 | |||||
* | If we're going to mention mv and cp, clearly, we also need `rm' | Misha Brukman | 2004-11-20 | 1 | -0/+1 | |
| | | | | llvm-svn: 18026 | |||||
* | * Remove disk space requirements, they vary wildly, depend on the number of | Misha Brukman | 2004-11-19 | 1 | -30/+37 | |
| | | | | | | | | tools built, the build type, and we don't keep them up-to-date on all platforms * AIX, Linux on PowerPC aren't fully-supported systems llvm-svn: 18016 | |||||
* | * Change test/projects => projects/llvm-test | Misha Brukman | 2004-11-15 | 1 | -2/+3 | |
| | | | | | | * Add link to complete Command Guide in the "brief intro to major tools" section llvm-svn: 17866 | |||||
* | Merge content of RequiredSoftware.html into GettingStarted.html | Reid Spencer | 2004-11-15 | 1 | -50/+156 | |
| | | | | | | Remove now defunct RequiredSoftware.html. llvm-svn: 17850 | |||||
* | * Add entry for Linux/PowerPC | Misha Brukman | 2004-11-15 | 1 | -4/+14 | |
| | | | | | | | * Mark MacOS X/PPC support as 32-bit-only * Fix FreeBSD space usage -- it's in MB, not GB llvm-svn: 17848 | |||||
* | Replace the textual description with table specifying disk space requirements | Misha Brukman | 2004-11-15 | 1 | -59/+54 | |
| | | | | llvm-svn: 17819 | |||||
* | Fix documentation for Makefile target name change. install-bytecode is now | Reid Spencer | 2004-11-11 | 1 | -4/+4 | |
| | | | | | | just "install" in the runtime directory. llvm-svn: 17677 | |||||
* | Recommend that new users read the documentation before they get started, | Reid Spencer | 2004-11-08 | 1 | -0/+3 | |
| | | | | | | | with a little twist of humor. This more than anything else will help people get started with LLVM. llvm-svn: 17605 |