aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/GettingStarted.html
AgeCommit message (Collapse)AuthorFilesLines
2010-04-27Commit 2.7 release notes.llvmorg-2.7.0release/2.7.xTanya Lattner1-0/+1
Update getting started guide for 2.7 llvm-svn: 102412
2010-02-18Refer to -help instead of --help since this is what tools themselves say.Duncan Sands1-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
2010-02-17add optional debian instructions, PR6272Chris Lattner1-2/+8
llvm-svn: 96488
2010-02-11Document binutils requirements for coff targets (cygwin / mingw32).Anton Korobeynikov1-8/+4
llvm-svn: 95928
2009-12-17Add more detail for getting started on Windows.Jim Grosbach1-23/+54
Patch from jon.forums at gmail.com llvm-svn: 91603
2009-12-09Add note about loadable modules on windows.Anton Korobeynikov1-1/+5
Patch by Gregory Petrosyan! llvm-svn: 90972
2009-11-04The magic for our current brand of .bc files is BC. For older ones it was llvc.Nick Lewycky1-1/+1
When was it ever "llvm"? llvm-svn: 86009
2009-10-23Add 2.6 release note.Tanya Lattner1-0/+1
llvm-svn: 84934
2009-09-27Correct the version numbers to match those actually tested for byNick Lewycky1-3/+3
autoconf/AutoRegen.sh. llvm-svn: 82886
2009-09-10add another broken version of gcc, thanks to Niels Moller for pointing this out.Chris Lattner1-1/+2
llvm-svn: 81449
2009-08-06Add note about msys perl needed for windows/mingw32 builds.Anton Korobeynikov1-1/+7
Patch by John Thompson! llvm-svn: 78304
2009-08-04Minor www site formating improvements.Edward O'Callaghan1-6/+5
llvm-svn: 78054
2009-07-22fix some formatting stuff, patch by Edward O'Callaghan!Chris Lattner1-3/+3
llvm-svn: 76718
2009-07-21Various doc updates from Edward O'Callaghan!Chris Lattner1-0/+5
llvm-svn: 76668
2009-07-17Add broken gcc from PR4532.Nick Lewycky1-1/+3
llvm-svn: 76157
2009-05-04It turns out that this version of gcc is broken (cygwin is well-known in ↵Anton Korobeynikov1-0/+3
shipping of broken/buggy/snapshot-based compilers) llvm-svn: 70848
2009-04-25improve documentation on build configurations, patch byChris Lattner1-8/+19
Josef Eisl! llvm-svn: 70087
2009-04-25aDd support for building a subset of the llvm tools, patch by Jeffrey Yasskin!Chris Lattner1-3/+3
llvm-svn: 70082
2009-04-18Make it clearer that llvm-gcc is not needed forDuncan Sands1-1/+2
building llvm. llvm-svn: 69441
2009-04-17Update information on canadian cross buildsJim Grosbach1-36/+9
llvm-svn: 69358
2009-04-10fix typo, patch by Shlomi Fish!Chris Lattner1-1/+1
llvm-svn: 68784
2009-03-03This bug's been fixed but a version with the fix hasn't been released yet.Nick Lewycky1-3/+3
llvm-svn: 65931
2009-02-25Recommend against using Gold to build LLVM.Nick Lewycky1-0/+6
llvm-svn: 65435
2009-01-02lex and bison aren't needed to build llvm anymore.Chris Lattner1-17/+1
llvm-svn: 61560
2008-12-29Cleanup: clarify llvm-gcc version and package name.Misha Brukman1-7/+7
llvm-svn: 61474
2008-12-17Added mention of the RELEASE_24 tag for the 2.4 release.Misha Brukman1-1/+2
llvm-svn: 61138
2008-12-11Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img>Misha Brukman1-6/+6
tags are not needed in HTML, only XML. llvm-svn: 60885
2008-12-11Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman1-2/+2
llvm-svn: 60880
2008-12-10fix typo. thanks Baldrick for noticingNuno Lopes1-1/+1
llvm-svn: 60841
2008-12-10add gcc 4.1.2 from redhat to the list of broken compilersNuno Lopes1-0/+2
llvm-svn: 60840
2008-12-08Fixes for Visual Studio users. Patch by OvermindDL1 on llvm-dev!Nick Lewycky1-2/+2
llvm-svn: 60679
2008-11-13LLVM can generate native code for amd64 on "Linux".Dan Gohman1-1/+1
llvm-svn: 59257
2008-11-09fix validation problem.Chris Lattner1-5/+4
llvm-svn: 58938
2008-10-11Add GCC 4.1.2 from Debian to known bad GCC list.Daniel Dunbar1-0/+4
llvm-svn: 57379
2008-08-19remove reference to really really old treeChris Lattner1-4/+0
llvm-svn: 55001
2008-08-11the stacker doc is way out of date.Chris Lattner1-2/+1
llvm-svn: 54631
2008-07-22Fix grammar.Bill Wendling1-1/+1
llvm-svn: 53898
2008-06-09Update with new release.Tanya Lattner1-0/+1
llvm-svn: 52121
2008-04-07Added note to getting started guide to use llvm-gcc4.2.Tanya Lattner1-1/+1
Removed llvm-upgrade from documentations. llvm-svn: 49346
2008-03-18Note that gcc 4.0.1 will trip internal LLVM asserts (e.g., pred_iterator) if ↵Scott Michel1-1/+6
compiling for Release with optimization levels greater than -O0. llvm-svn: 48513
2008-02-14Rename CFEBuildInstrs.html to GCCFEBuildInstrs.html.Duncan Sands1-6/+6
Update all references to it and place a redirection page at the old address. llvm-svn: 47124
2008-02-13gcc 3.2.3 is also bad.Chris Lattner1-1/+2
llvm-svn: 47073
2008-02-12Add 2.2 release tag.Tanya Lattner1-0/+1
llvm-svn: 46981
2007-12-03lli -trace was removed back in 2003.Nick Lewycky1-7/+4
llvm-svn: 44527
2007-11-01add a broken gcc version, thanks to P. Durante for pointing this out.Chris Lattner1-23/+27
llvm-svn: 43602
2007-09-29PR1601: etags not configured correctlyGordon Henriksen1-1/+0
Resolving this by deleting vestigal etags remnants. llvm-svn: 42460
2007-09-28Update how to release document.Tanya Lattner1-0/+1
Add release version to getting started guide. llvm-svn: 42454
2007-09-27Couple of fixes to mention bunzip2 and make instructions more clear.Tanya Lattner1-3/+3
llvm-svn: 42407
2007-07-16Fix validation errorsBill Wendling1-3/+3
llvm-svn: 39917
2007-07-16Clean up some formattingBill Wendling1-3/+2
llvm-svn: 39916