summaryrefslogtreecommitdiffstats
path: root/llvm/docs/GettingStarted.html
Commit message (Collapse)AuthorAgeFilesLines
...
* first pass of nomenclature changes in .html filesGabor Greif2007-07-061-31/+31
| | | | llvm-svn: 37956
* Make the GSG actually work.Chris Lattner2007-07-041-1/+1
| | | | llvm-svn: 37872
* Remove labels againAnton Korobeynikov2007-06-301-1/+2
| | | | llvm-svn: 37824
* Change CVS-style 'labels' to SVN 'tags' directory.Anton Korobeynikov2007-06-291-2/+2
| | | | llvm-svn: 37821
* Another typoAnton Korobeynikov2007-06-291-1/+1
| | | | llvm-svn: 37817
* Fix a typoAnton Korobeynikov2007-06-291-2/+2
| | | | llvm-svn: 37813
* Applied Reid's patch. Long live Subversion!John Criswell2007-06-291-41/+29
| | | | llvm-svn: 37811
* don't use binutils 2.17Chris Lattner2007-06-191-2/+8
| | | | llvm-svn: 37652
* NightlyTest.pl does not exist.Tanya Lattner2007-05-221-1/+1
| | | | llvm-svn: 37278
* Adding 2.0 releaseTanya Lattner2007-05-221-0/+1
| | | | llvm-svn: 37277
* gar. GCC 3.4.2 also miscompiles llvm at -O3. :(Chris Lattner2007-05-101-4/+8
| | | | llvm-svn: 36972
* another version of gcc that miscompiles llvm.Chris Lattner2007-05-101-0/+3
| | | | llvm-svn: 36971
* Add Scott's note about GCC 4.1.2 on OpenSUSE.Reid Spencer2007-04-111-0/+2
| | | | llvm-svn: 35924
* gcc 3.4.4 is known-bad on x86-64Chris Lattner2007-04-011-0/+2
| | | | llvm-svn: 35559
* llvm-gcc 3.4 is dead.Chris Lattner2007-03-061-9/+4
| | | | llvm-svn: 34961
* remove obsolete warningChris Lattner2007-02-141-1/+1
| | | | llvm-svn: 34271
* There is no circular dependency between llvm and llvm-gcc anymore. stopChris Lattner2007-02-141-4/+13
| | | | | | scaring users. llvm-svn: 34270
* Remove references to gccld and gccas, adjusting the documentation toReid Spencer2007-02-091-35/+11
| | | | | | mention llvm-ld and opt instead (if appropriate). llvm-svn: 34094
* Updating documentation:Anton Korobeynikov2007-01-231-0/+5
| | | | | | | | - Document visibility stuff - Fix gcc' supported attributes list - Document udis86 configure option llvm-svn: 33462
* ding dong llvm-gcc3 is deadChris Lattner2007-01-041-74/+2
| | | | llvm-svn: 32868
* gcc 4.1.1 on amd64 is brokenChris Lattner2007-01-041-1/+6
| | | | llvm-svn: 32867
* Fixed typoTanya Lattner2006-11-201-1/+1
| | | | llvm-svn: 31871
* Adding 1.9 release and removing references to cfrontendTanya Lattner2006-11-201-16/+16
| | | | llvm-svn: 31870
* Add a note about warnings from the GNU ld 2.16.X linker.Reid Spencer2006-11-041-0/+5
| | | | llvm-svn: 31440
* Warn people not to use GCC 4.1.1.Chris Lattner2006-09-071-0/+3
| | | | llvm-svn: 30147
* cleanups and updates to the GSG, patch by B Scott Michel, thanks!Chris Lattner2006-09-071-41/+52
| | | | | | This is PR899 llvm-svn: 30143
* Excise references to the now defunct "analyze" tool. Merge descriptionsReid Spencer2006-08-281-11/+8
| | | | | | where appropriate. llvm-svn: 29931
* Fix more validation issuesChris Lattner2006-08-141-3/+4
| | | | llvm-svn: 29671
* Update the example to work with llvm-gcc4. Fix validation errors.Chris Lattner2006-08-141-5/+86
| | | | llvm-svn: 29670
* updated CVS server locationChris Lattner2006-08-031-4/+4
| | | | llvm-svn: 29518
* Changed to a new directory for opensource checkout.Jim Laskey2006-07-311-3/+3
| | | | llvm-svn: 29418
* 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. llvm-svn: 29339
* Fix section title to use lower case.Reid Spencer2006-07-271-1/+1
| | | | llvm-svn: 29332
* Add instructions for building a cross-compiler. Patch contributed byReid Spencer2006-07-271-0/+41
| | | | | | Anton Korobeynikov. llvm-svn: 29330
* Add some notes about mingw, patch contributed by Anton Korobeynikov.Chris Lattner2006-07-211-4/+10
| | | | llvm-svn: 29238
* 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
OpenPOWER on IntegriCloud