summaryrefslogtreecommitdiffstats
path: root/llvm/docs/GettingStarted.html
Commit message (Collapse)AuthorAgeFilesLines
* Refer to -help instead of --help since this is what tools themselves say.Duncan Sands2010-02-181-2/+2
| | | | | | | | Also, have tools output -help-hidden rather than refer to --help-hidden, for consistency, and likewise adjust documentation. This doesn't change every mention of --help, only those which seemed clearly safe. llvm-svn: 96578
* add optional debian instructions, PR6272Chris Lattner2010-02-171-2/+8
| | | | llvm-svn: 96488
* Document binutils requirements for coff targets (cygwin / mingw32).Anton Korobeynikov2010-02-111-8/+4
| | | | llvm-svn: 95928
* Add more detail for getting started on Windows.Jim Grosbach2009-12-171-23/+54
| | | | | | Patch from jon.forums at gmail.com llvm-svn: 91603
* Add note about loadable modules on windows.Anton Korobeynikov2009-12-091-1/+5
| | | | | | Patch by Gregory Petrosyan! llvm-svn: 90972
* The magic for our current brand of .bc files is BC. For older ones it was llvc.Nick Lewycky2009-11-041-1/+1
| | | | | | When was it ever "llvm"? llvm-svn: 86009
* Add 2.6 release note.Tanya Lattner2009-10-231-0/+1
| | | | llvm-svn: 84934
* Correct the version numbers to match those actually tested for byNick Lewycky2009-09-271-3/+3
| | | | | | autoconf/AutoRegen.sh. llvm-svn: 82886
* add another broken version of gcc, thanks to Niels Moller for pointing this out.Chris Lattner2009-09-101-1/+2
| | | | llvm-svn: 81449
* Add note about msys perl needed for windows/mingw32 builds.Anton Korobeynikov2009-08-061-1/+7
| | | | | | Patch by John Thompson! llvm-svn: 78304
* Minor www site formating improvements.Edward O'Callaghan2009-08-041-6/+5
| | | | llvm-svn: 78054
* fix some formatting stuff, patch by Edward O'Callaghan!Chris Lattner2009-07-221-3/+3
| | | | llvm-svn: 76718
* Various doc updates from Edward O'Callaghan!Chris Lattner2009-07-211-0/+5
| | | | llvm-svn: 76668
* Add broken gcc from PR4532.Nick Lewycky2009-07-171-1/+3
| | | | llvm-svn: 76157
* It turns out that this version of gcc is broken (cygwin is well-known in ↵Anton Korobeynikov2009-05-041-0/+3
| | | | | | | | shipping of broken/buggy/snapshot-based compilers) llvm-svn: 70848
* improve documentation on build configurations, patch byChris Lattner2009-04-251-8/+19
| | | | | | Josef Eisl! llvm-svn: 70087
* aDd support for building a subset of the llvm tools, patch by Jeffrey Yasskin!Chris Lattner2009-04-251-3/+3
| | | | llvm-svn: 70082
* Make it clearer that llvm-gcc is not needed forDuncan Sands2009-04-181-1/+2
| | | | | | building llvm. llvm-svn: 69441
* Update information on canadian cross buildsJim Grosbach2009-04-171-36/+9
| | | | llvm-svn: 69358
* fix typo, patch by Shlomi Fish!Chris Lattner2009-04-101-1/+1
| | | | llvm-svn: 68784
* This bug's been fixed but a version with the fix hasn't been released yet.Nick Lewycky2009-03-031-3/+3
| | | | llvm-svn: 65931
* Recommend against using Gold to build LLVM.Nick Lewycky2009-02-251-0/+6
| | | | llvm-svn: 65435
* lex and bison aren't needed to build llvm anymore.Chris Lattner2009-01-021-17/+1
| | | | llvm-svn: 61560
* Cleanup: clarify llvm-gcc version and package name.Misha Brukman2008-12-291-7/+7
| | | | llvm-svn: 61474
* Added mention of the RELEASE_24 tag for the 2.4 release.Misha Brukman2008-12-171-1/+2
| | | | llvm-svn: 61138
* Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img>Misha Brukman2008-12-111-6/+6
| | | | | | tags are not needed in HTML, only XML. llvm-svn: 60885
* Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman2008-12-111-2/+2
| | | | llvm-svn: 60880
* fix typo. thanks Baldrick for noticingNuno Lopes2008-12-101-1/+1
| | | | llvm-svn: 60841
* add gcc 4.1.2 from redhat to the list of broken compilersNuno Lopes2008-12-101-0/+2
| | | | llvm-svn: 60840
* Fixes for Visual Studio users. Patch by OvermindDL1 on llvm-dev!Nick Lewycky2008-12-081-2/+2
| | | | llvm-svn: 60679
* LLVM can generate native code for amd64 on "Linux".Dan Gohman2008-11-131-1/+1
| | | | llvm-svn: 59257
* fix validation problem.Chris Lattner2008-11-091-5/+4
| | | | llvm-svn: 58938
* Add GCC 4.1.2 from Debian to known bad GCC list.Daniel Dunbar2008-10-111-0/+4
| | | | llvm-svn: 57379
* remove reference to really really old treeChris Lattner2008-08-191-4/+0
| | | | llvm-svn: 55001
* the stacker doc is way out of date.Chris Lattner2008-08-111-2/+1
| | | | llvm-svn: 54631
* Fix grammar.Bill Wendling2008-07-221-1/+1
| | | | llvm-svn: 53898
* Update with new release.Tanya Lattner2008-06-091-0/+1
| | | | llvm-svn: 52121
* 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
OpenPOWER on IntegriCloud