summaryrefslogtreecommitdiffstats
path: root/llvm/docs/GettingStarted.html
Commit message (Collapse)AuthorAgeFilesLines
* Added note to getting started guide to use llvm-gcc4.2.Tanya Lattner2008-04-071-1/+1
| | | | | | Removed llvm-upgrade from documentations. llvm-svn: 49346
* Note that gcc 4.0.1 will trip internal LLVM asserts (e.g., pred_iterator) if ↵Scott Michel2008-03-181-1/+6
| | | | | | | | compiling for Release with optimization levels greater than -O0. llvm-svn: 48513
* Rename CFEBuildInstrs.html to GCCFEBuildInstrs.html.Duncan Sands2008-02-141-6/+6
| | | | | | | Update all references to it and place a redirection page at the old address. llvm-svn: 47124
* gcc 3.2.3 is also bad.Chris Lattner2008-02-131-1/+2
| | | | llvm-svn: 47073
* Add 2.2 release tag.Tanya Lattner2008-02-121-0/+1
| | | | llvm-svn: 46981
* lli -trace was removed back in 2003.Nick Lewycky2007-12-031-7/+4
| | | | llvm-svn: 44527
* add a broken gcc version, thanks to P. Durante for pointing this out.Chris Lattner2007-11-011-23/+27
| | | | llvm-svn: 43602
* PR1601: etags not configured correctlyGordon Henriksen2007-09-291-1/+0
| | | | | | Resolving this by deleting vestigal etags remnants. llvm-svn: 42460
* Update how to release document.Tanya Lattner2007-09-281-0/+1
| | | | | | Add release version to getting started guide. llvm-svn: 42454
* Couple of fixes to mention bunzip2 and make instructions more clear.Tanya Lattner2007-09-271-3/+3
| | | | llvm-svn: 42407
* Fix validation errorsBill Wendling2007-07-161-3/+3
| | | | llvm-svn: 39917
* Clean up some formattingBill Wendling2007-07-161-3/+2
| | | | llvm-svn: 39916
* Clean up some formatting. Add some doc_code div tags.Bill Wendling2007-07-161-36/+53
| | | | llvm-svn: 39915
* 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
OpenPOWER on IntegriCloud