aboutsummaryrefslogtreecommitdiffstats
path: root/docs/GettingStarted.html
Commit message (Collapse)AuthorAgeFilesLines
...
* Adding 2.0 releaseTanya Lattner2007-05-221-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37277 91177308-0d34-0410-b5e6-96231b3b80d8
* gar. GCC 3.4.2 also miscompiles llvm at -O3. :(Chris Lattner2007-05-101-4/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36972 91177308-0d34-0410-b5e6-96231b3b80d8
* another version of gcc that miscompiles llvm.Chris Lattner2007-05-101-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36971 91177308-0d34-0410-b5e6-96231b3b80d8
* Add Scott's note about GCC 4.1.2 on OpenSUSE.Reid Spencer2007-04-111-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35924 91177308-0d34-0410-b5e6-96231b3b80d8
* gcc 3.4.4 is known-bad on x86-64Chris Lattner2007-04-011-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35559 91177308-0d34-0410-b5e6-96231b3b80d8
* llvm-gcc 3.4 is dead.Chris Lattner2007-03-061-9/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34961 91177308-0d34-0410-b5e6-96231b3b80d8
* remove obsolete warningChris Lattner2007-02-141-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34271 91177308-0d34-0410-b5e6-96231b3b80d8
* There is no circular dependency between llvm and llvm-gcc anymore. stopChris Lattner2007-02-141-4/+13
| | | | | | | scaring users. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34270 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove references to gccld and gccas, adjusting the documentation toReid Spencer2007-02-091-35/+11
| | | | | | | mention llvm-ld and opt instead (if appropriate). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34094 91177308-0d34-0410-b5e6-96231b3b80d8
* Updating documentation:Anton Korobeynikov2007-01-231-0/+5
| | | | | | | | | - Document visibility stuff - Fix gcc' supported attributes list - Document udis86 configure option git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33462 91177308-0d34-0410-b5e6-96231b3b80d8
* ding dong llvm-gcc3 is deadChris Lattner2007-01-041-74/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32868 91177308-0d34-0410-b5e6-96231b3b80d8
* gcc 4.1.1 on amd64 is brokenChris Lattner2007-01-041-1/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32867 91177308-0d34-0410-b5e6-96231b3b80d8
* Fixed typoTanya Lattner2006-11-201-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31871 91177308-0d34-0410-b5e6-96231b3b80d8
* Adding 1.9 release and removing references to cfrontendTanya Lattner2006-11-201-16/+16
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31870 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a note about warnings from the GNU ld 2.16.X linker.Reid Spencer2006-11-041-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31440 91177308-0d34-0410-b5e6-96231b3b80d8
* Warn people not to use GCC 4.1.1.Chris Lattner2006-09-071-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30147 91177308-0d34-0410-b5e6-96231b3b80d8
* cleanups and updates to the GSG, patch by B Scott Michel, thanks!Chris Lattner2006-09-071-41/+52
| | | | | | | This is PR899 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30143 91177308-0d34-0410-b5e6-96231b3b80d8
* Excise references to the now defunct "analyze" tool. Merge descriptionsReid Spencer2006-08-281-11/+8
| | | | | | | where appropriate. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29931 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix more validation issuesChris Lattner2006-08-141-3/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29671 91177308-0d34-0410-b5e6-96231b3b80d8
* Update the example to work with llvm-gcc4. Fix validation errors.Chris Lattner2006-08-141-5/+86
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29670 91177308-0d34-0410-b5e6-96231b3b80d8
* updated CVS server locationChris Lattner2006-08-031-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29518 91177308-0d34-0410-b5e6-96231b3b80d8
* Changed to a new directory for opensource checkout.Jim Laskey2006-07-311-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29418 91177308-0d34-0410-b5e6-96231b3b80d8
* Correct a misunderstanding about cross-compiling. Anton's changes don'tReid Spencer2006-07-271-8/+13
| | | | | | | | cause LLVM to become a cross-compiler but rather cross-compile LLVM so that it can execute on a platform other than the build host. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29339 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix section title to use lower case.Reid Spencer2006-07-271-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29332 91177308-0d34-0410-b5e6-96231b3b80d8
* Add instructions for building a cross-compiler. Patch contributed byReid Spencer2006-07-271-0/+41
| | | | | | | Anton Korobeynikov. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29330 91177308-0d34-0410-b5e6-96231b3b80d8
* Add some notes about mingw, patch contributed by Anton Korobeynikov.Chris Lattner2006-07-211-4/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29238 91177308-0d34-0410-b5e6-96231b3b80d8
* Include information about svn repository for llvm-gcc4.Jim Laskey2006-06-161-0/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28844 91177308-0d34-0410-b5e6-96231b3b80d8
* Document known xcode 2.3 issueChris Lattner2006-06-161-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28836 91177308-0d34-0410-b5e6-96231b3b80d8
* apple's compiler works tooChris Lattner2006-06-161-3/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28823 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove more references to Burg.Reid Spencer2006-04-201-5/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27905 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove V9Chris Lattner2006-04-201-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27886 91177308-0d34-0410-b5e6-96231b3b80d8
* Update llvmgcc4 tarball namesChris Lattner2006-04-201-6/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27861 91177308-0d34-0410-b5e6-96231b3b80d8
* Minor fixes for the release.Tanya Lattner2006-04-201-22/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27854 91177308-0d34-0410-b5e6-96231b3b80d8
* Update docs for ENABLE_ASSERTIONS -> DISABLE_ASSERTIONSReid Spencer2006-04-091-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27553 91177308-0d34-0410-b5e6-96231b3b80d8
* Document ENABLE_ASSERTIONS=1Chris Lattner2006-03-211-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26915 91177308-0d34-0410-b5e6-96231b3b80d8
* Changes docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-141-6/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26746 91177308-0d34-0410-b5e6-96231b3b80d8
* Update list of supported bisons.Jeff Cohen2006-01-041-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25082 91177308-0d34-0410-b5e6-96231b3b80d8
* Document the new --enable-debug-runtime configure option.Reid Spencer2005-12-211-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24892 91177308-0d34-0410-b5e6-96231b3b80d8
* Merged from RELEASE_16.John Criswell2005-11-081-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24243 91177308-0d34-0410-b5e6-96231b3b80d8
* Add more bison versions, thanks to VladimirChris Lattner2005-11-031-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24169 91177308-0d34-0410-b5e6-96231b3b80d8
* Per bug 655, give people more options in case 1.35 doesn't build on theirChris Lattner2005-11-031-1/+1
| | | | | | | system. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24168 91177308-0d34-0410-b5e6-96231b3b80d8
* Add a requirement, patch contributed by Henrik Bach.Chris Lattner2005-09-061-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23242 91177308-0d34-0410-b5e6-96231b3b80d8
* Merged in release_15.John Criswell2005-05-181-18/+18
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22120 91177308-0d34-0410-b5e6-96231b3b80d8
* GCC4 + IA64 = badnewsChris Lattner2005-05-151-0/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22075 91177308-0d34-0410-b5e6-96231b3b80d8
* note HP-UX supportDuraid Madina2005-05-101-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21841 91177308-0d34-0410-b5e6-96231b3b80d8
* 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). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21817 91177308-0d34-0410-b5e6-96231b3b80d8
* Little corrections.John Criswell2005-05-091-4/+4
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21816 91177308-0d34-0410-b5e6-96231b3b80d8
* Document the --enable-targets= feature of the configure script.Reid Spencer2005-04-221-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21454 91177308-0d34-0410-b5e6-96231b3b80d8
* SuSE 3.3.3 is also borken.Chris Lattner2005-02-131-4/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20163 91177308-0d34-0410-b5e6-96231b3b80d8
* Add note about broken GCCChris Lattner2005-02-121-1/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20138 91177308-0d34-0410-b5e6-96231b3b80d8