summaryrefslogtreecommitdiffstats
path: root/llvm/docs/GettingStarted.html
Commit message (Collapse)AuthorAgeFilesLines
...
* Include information about svn repository for llvm-gcc4.Jim Laskey2006-06-161-0/+4
| | | | llvm-svn: 28844
* Document known xcode 2.3 issueChris Lattner2006-06-161-0/+3
| | | | llvm-svn: 28836
* apple's compiler works tooChris Lattner2006-06-161-3/+3
| | | | llvm-svn: 28823
* Remove more references to Burg.Reid Spencer2006-04-201-5/+0
| | | | llvm-svn: 27905
* Remove V9Chris Lattner2006-04-201-2/+2
| | | | llvm-svn: 27886
* Update llvmgcc4 tarball namesChris Lattner2006-04-201-6/+9
| | | | llvm-svn: 27861
* Minor fixes for the release.Tanya Lattner2006-04-201-22/+9
| | | | llvm-svn: 27854
* Update docs for ENABLE_ASSERTIONS -> DISABLE_ASSERTIONSReid Spencer2006-04-091-2/+2
| | | | llvm-svn: 27553
* Document ENABLE_ASSERTIONS=1Chris Lattner2006-03-211-0/+5
| | | | llvm-svn: 26915
* Changes docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-141-6/+6
| | | | llvm-svn: 26746
* Update list of supported bisons.Jeff Cohen2006-01-041-1/+1
| | | | llvm-svn: 25082
* Document the new --enable-debug-runtime configure option.Reid Spencer2005-12-211-0/+5
| | | | llvm-svn: 24892
* Merged from RELEASE_16.John Criswell2005-11-081-0/+1
| | | | llvm-svn: 24243
* Add more bison versions, thanks to VladimirChris Lattner2005-11-031-1/+1
| | | | llvm-svn: 24169
* Per bug 655, give people more options in case 1.35 doesn't build on theirChris Lattner2005-11-031-1/+1
| | | | | | system. llvm-svn: 24168
* Add a requirement, patch contributed by Henrik Bach.Chris Lattner2005-09-061-0/+6
| | | | llvm-svn: 23242
* Merged in release_15.John Criswell2005-05-181-18/+18
| | | | llvm-svn: 22120
* GCC4 + IA64 = badnewsChris Lattner2005-05-151-0/+2
| | | | llvm-svn: 22075
* note HP-UX supportDuraid Madina2005-05-101-0/+5
| | | | llvm-svn: 21841
* Updated the list of code generators for LLVM 1.5.John Criswell2005-05-091-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 Criswell2005-05-091-4/+4
| | | | llvm-svn: 21816
* Document the --enable-targets= feature of the configure script.Reid Spencer2005-04-221-0/+10
| | | | llvm-svn: 21454
* SuSE 3.3.3 is also borken.Chris Lattner2005-02-131-4/+8
| | | | llvm-svn: 20163
* Add note about broken GCCChris Lattner2005-02-121-1/+6
| | | | llvm-svn: 20138
* This will be moved elsewhere.Chris Lattner2005-02-091-8/+1
| | | | llvm-svn: 20101
* * Use an HTML list <ol> instead of custom superscripts in the platform notesMisha Brukman2005-02-091-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 Lattner2005-02-091-18/+23
| | | | llvm-svn: 20096
* If needed, this should be in the 'how to compile the cfe' doc.Chris Lattner2005-02-091-3/+1
| | | | llvm-svn: 20095
* this should be incorporated into the buildChris Lattner2005-02-091-1/+0
| | | | llvm-svn: 20094
* * Separate superscript footnotes with a comma, otherwise it's a 2-digit numberMisha Brukman2005-02-091-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 BachChris Lattner2005-02-091-1/+17
| | | | llvm-svn: 20092
* * Fix broken link to directions to get llvm, llvm-gcc, and llvm-test from CVSMisha Brukman2005-02-031-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 optionalMisha Brukman2005-02-031-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.yMisha Brukman2005-02-021-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 Spencer2004-12-261-1/+19
| | | | llvm-svn: 19144
* Be specific about version of GCC and binutils on Cygwin since it matters.Reid Spencer2004-12-231-1/+1
| | | | llvm-svn: 19116
* LLVM now builds and runs on Linux/amd64, but we don't have 64-bit codegen yetMisha Brukman2004-12-231-0/+5
| | | | llvm-svn: 19115
* For PR432:Reid Spencer2004-12-221-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 namedReid Spencer2004-12-221-0/+2
| | | | | | llvmgcc and llvmg++ correctly. llvm-svn: 19089
* Remove instructions to make aliases for llvmgcc and llvmg++ as the CFEReid Spencer2004-12-211-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 theReid Spencer2004-12-151-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 runtimeReid Spencer2004-12-141-4/+4
| | | | | | libraries. They are now in $CFEINSTALL/lib not $CFEINSTALL/bytecode-lib. llvm-svn: 18939
* Merged in RELEASE_14 changes.John Criswell2004-12-101-8/+33
| | | | llvm-svn: 18763
* Correct the version numbers for automake, Perl, and CVS.Reid Spencer2004-12-091-5/+5
| | | | llvm-svn: 18703
* Mention in the exposition that lli can JIT on PowerPC now.John Criswell2004-12-081-1/+1
| | | | llvm-svn: 18646
* Add llvm-ld toolReid Spencer2004-12-081-1/+11
| | | | | | Note that both llvmc and llvm-ld are experimental in 1.4 llvm-svn: 18644
* Minor fixups.John Criswell2004-12-081-12/+21
| | | | llvm-svn: 18643
* Removed QMTest referrences. Updated ordering of notes.Tanya Lattner2004-12-081-27/+4
| | | | llvm-svn: 18639
* Fix spell'os.John Criswell2004-12-081-3/+3
| | | | llvm-svn: 18638
* Various 1.4ish corrections and additions.Reid Spencer2004-12-081-43/+58
| | | | llvm-svn: 18636
OpenPOWER on IntegriCloud