aboutsummaryrefslogtreecommitdiff
path: root/docs/GettingStarted.html
AgeCommit message (Expand)Author
2012-07-23Fix a typo (the the => the)Sylvestre Ledru
2012-06-06Add a new broken compiler.Duncan Sands
2012-06-05Add 3.0 and 3.1 tags to the getting started guide.Benjamin Kramer
2012-05-13Fix Xcode case (Upper X, lower c)Jean-Daniel Dupas
2012-04-27Remove a docs reference to the CBackend.Jim Grosbach
2012-04-19[docs] Update HTML pages to refer to CSS in a way that works locally and with...Daniel Dunbar
2012-04-19Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer
2012-03-27llvm/docs/*.html: Fix markups.NAKAMURA Takumi
2012-03-23Remove the C backend.Eric Christopher
2012-02-26Remove more GCC FE build stuff.Chad Rosier
2012-02-26Installing the GCC front end is no longer supported.Chad Rosier
2012-02-26Cleanup the LLVM Getting Started page.Chad Rosier
2012-02-26Add href to clang in overview.Chad Rosier
2012-02-26Remove references to llvm-gcc from overview and tutorial.Chad Rosier
2012-02-23Typo.Chad Rosier
2012-02-23The LLVM Getting Started documentation is out of date. It would be nice ifChad Rosier
2012-02-15utils: Kill NewNightlyTest.pl, which has been replaced by LNT (as far as I kn...Daniel Dunbar
2012-02-10update --enable-targets listJia Liu
2012-01-25Tidy up. s/Low Level Virtual Machine/LLVM/.Jim Grosbach
2011-11-16There are already problems with building LLVM under VS2005, and it'sChandler Carruth
2011-11-06docs/GettingStarted.html: [Git] Add another example for "[Gmail]/Drafts" in T...NAKAMURA Takumi
2011-10-31Update 'Getting Started' to suggest using GCC 4.2 or higher (or Clang). Ther...Ted Kremenek
2011-10-11Clean up a few references to System/. We still have docs/SystemLibrary.htmlDaniel Dunbar
2011-09-20More llvmc bits. Spotted by Benjamin on IRC.Eric Christopher
2011-08-12docs/GettingStarted.html: [Git] Add instructions how to generate patchset wit...NAKAMURA Takumi
2011-08-12docs/GettingStarted.html: [Git] Mention branch.master.rebase for the tracking...NAKAMURA Takumi
2011-08-12docs/GettingStarted.html: [Git] Split the subsubsection for committer's section.NAKAMURA Takumi
2011-07-20docs/GettingStarted.html: Tweak style.NAKAMURA Takumi
2011-07-20docs/GettingStarted.html: Fix a typo and tweak a command line.NAKAMURA Takumi
2011-07-19Document how to maintain a git-svn clone of the LLVM git repositories.Jeffrey Yasskin
2011-04-23docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi
2011-04-18docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi
2011-04-09docs/*.html: Make W3C HTML 4.01 Strict more compliant.NAKAMURA Takumi
2011-04-09docs: Canonicalize URLs.NAKAMURA Takumi
2011-04-05docs/GettingStarted.html: FIXME: dg, lit, and source tree layout.NAKAMURA Takumi
2011-04-04Add info on where to get 2.9 final svn sources.Bill Wendling
2011-03-28docs/GettingStarted.html: [PR8850] Add a note for x86_64-w64-mingw32.NAKAMURA Takumi
2011-03-28docs/GettingStarted.html: Add blurb "--enable-shared" on cygming.NAKAMURA Takumi
2011-02-01Document the LLVM GIT mirrorAnton Korobeynikov
2010-12-15Add mention that we support FreeBSD/amd64.Bill Wendling
2010-11-02Removed obsolete section about VC++ project files.Oscar Fuentes
2010-10-07Warn about broken GCCs on ARM due to the problem fixed:Nick Lewycky
2010-10-06Fixed RELEASE_28 tags.Bill Wendling
2010-10-06Update release location.Tanya Lattner
2010-09-23Fix Getting Started docs.Andrew Trick
2010-07-08Tweak some docs now that the default build is called Debug+Asserts.Duncan Sands
2010-05-19Update autoconf/automake versions in the documentation to match the versions ...Tobias Grosser
2010-05-07Revert r103213. It broke several sections of live website.mike-m
2010-05-06Overhauled llvm/clang docs builds. Closes PR6613.mike-m
2010-02-18Refer to -help instead of --help since this is what tools themselves say.Duncan Sands