aboutsummaryrefslogtreecommitdiff
path: root/www/get_started.html
AgeCommit message (Collapse)Author
2013-04-15Remove reference to MSVC only building X86 backend.Tim Northover
This is no longer true. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179519 91177308-0d34-0410-b5e6-96231b3b80d8
2013-03-12Make C++11 status page more consistent: we mark entries as "done" if weRichard Smith
implement correct functionality, even if it's not optimal. On this basis, mark "data dependency ordering" as done. Add footnotes for cases where our implementation is known to be suboptimal. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@176891 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-27docs: [CMake] Add Xcode to the list of project formats CMake can generate.NAKAMURA Takumi
Suggested by Sean McBride, thanks! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168745 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-27clang/www/get_started.html: s/cmake/CMake/NAKAMURA Takumi
Suggested by Sean McBride, thanks! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168744 91177308-0d34-0410-b5e6-96231b3b80d8
2012-08-14Add initial documentation about the new tools repository and theChandler Carruth
structure of how we're building concrete tools as well as tooling infrastructure as part of the Clang project. This documentation is definitely still rough. If anyone can improve it, flesh it out, or help structure it in a more natural way, please, help! =] This is not my forte, and patches here are more than welcome! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161855 91177308-0d34-0410-b5e6-96231b3b80d8
2012-08-14Clean up the basic instructions for getting started with clang to alwaysChandler Carruth
return to the same directory. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@161823 91177308-0d34-0410-b5e6-96231b3b80d8
2012-07-23Fix a typo (the the => the)Sylvestre Ledru
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160622 91177308-0d34-0410-b5e6-96231b3b80d8
2012-05-16Clarify how libstdc++ and other bits of the system toolchain are foundChandler Carruth
on Linux in the getting started documentation. Patch by Nathan Ridge. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@156911 91177308-0d34-0410-b5e6-96231b3b80d8
2012-02-09Getting Started: Add a missing "cd ../..".Benjamin Kramer
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150181 91177308-0d34-0410-b5e6-96231b3b80d8
2012-01-15Fix ALL the markup.Benjamin Kramer
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148219 91177308-0d34-0410-b5e6-96231b3b80d8
2011-12-07www: Update getting started to encourage people to check out compielr-rt.Daniel Dunbar
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@146014 91177308-0d34-0410-b5e6-96231b3b80d8
2011-11-16Stop claiming that Visual Studio 2005 is a viable basis for buildingChandler Carruth
Clang. It isn't any more, and we're not going to twist the code around to make it work. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@144815 91177308-0d34-0410-b5e6-96231b3b80d8
2011-11-07Colorize. (this is consistent with the coloring in diagnostics.html, but ↵David Blaikie
perhaps that's a bit out of date because it doesn't look like current clang behavior) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@143913 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-25www/get_started.html: Fix a phrase, "in the *build* directory* in the ↵NAKAMURA Takumi
instructions of Visual Studio. Thanks to Andreas Bittel to point it out. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135907 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-06Added link to LLVM cmake page in Visual Studio section.John Thompson
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129013 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-27www/get_started.html: Fix a few URLs.NAKAMURA Takumi
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128372 91177308-0d34-0410-b5e6-96231b3b80d8
2010-12-16Getting Started: Add VS2010 instructions and specify an out of source build.Michael J. Spencer
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122003 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-02Add link to LLVM releases page.Daniel Dunbar
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@118095 91177308-0d34-0410-b5e6-96231b3b80d8
2010-10-29Use objdir != srcdir in the getting started doc.Rafael Espindola
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117723 91177308-0d34-0410-b5e6-96231b3b80d8
2010-10-07Bugs should go to Bugzilla, not the mailing listDouglas Gregor
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115972 91177308-0d34-0410-b5e6-96231b3b80d8
2010-07-26path renamed.Chris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109464 91177308-0d34-0410-b5e6-96231b3b80d8
2010-05-06mention that cmake works on unix too. PR7061Chris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@103202 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-29provide a simpler way to get to the headersGabor Greif
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99843 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-11Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc.Daniel Dunbar
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91176 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-09fix thinkoChris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86509 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-09mention that clang defaults to C99 mode, PR5388Chris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86507 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-09remove a mostly obsolete "word of warning"Chris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86506 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-06Update clang web pages with respect to WindowsJohn Thompson
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@86200 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-27CMake generate VS2008 project and CLang and LLVM compile without problem on ↵Cedric Venet
VS2008. Remove obsolete remark git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82895 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-20Improve the Getting Started and Hacking web pages, patch byChris Lattner
John Thompson! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79518 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-06Add link to LLVM's Getting Started page.Anton Korobeynikov
Patch by John Thompson! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@78307 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-03Website updates for working with Visual Studio and making patches.Eli Friedman
Patch by John Thompson! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77988 91177308-0d34-0410-b5e6-96231b3b80d8
2009-05-24Another tweak to the clang Getting Started page.Daniel Dunbar
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72355 91177308-0d34-0410-b5e6-96231b3b80d8
2009-05-24Minor updates to the clang Getting Started page.Daniel Dunbar
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72354 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-27Update "Getting Started" with more current information about 'clang-cc' and ↵Ted Kremenek
'clang'. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67850 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-10update this, C headers don't need hacks anymore.Chris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66544 91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-25clang seems "generally useful" for c and objc by now, though obviously bugsChris Lattner
still remain. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65431 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-26make www less outdatedNico Weber
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55388 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-26update documentationNico Weber
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@55386 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-14Fix minor mistake in clang checkout instructions.Ted Kremenek
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53550 91177308-0d34-0410-b5e6-96231b3b80d8
2008-06-17Convert <h4> to <h3>.Ted Kremenek
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52400 91177308-0d34-0410-b5e6-96231b3b80d8
2008-06-09Sprinkle some "-o -" clang options to make the examples work.Matthijs Kooijman
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@52145 91177308-0d34-0410-b5e6-96231b3b80d8
2008-02-28Updated clang webpage to hint at "make update". AlsoGabor Greif
changed "very early" to "early" when talking about the state of clang. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@47718 91177308-0d34-0410-b5e6-96231b3b80d8
2008-02-08Moved that clang doesn't depend on llvm-gcc aboveTed Kremenek
the subsection of building clang with llvm. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46884 91177308-0d34-0410-b5e6-96231b3b80d8
2008-02-08Add instructions for building clang while building llvm.Eric Christopher
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46881 91177308-0d34-0410-b5e6-96231b3b80d8
2008-02-08De-^Mify file.Eric Christopher
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46879 91177308-0d34-0410-b5e6-96231b3b80d8
2008-01-10Added some text about the ccc script provided by Sanghyeon Seo.Ted Kremenek
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@45820 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-13split get_involved into two pages: get_started and get_involved.Chris Lattner
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44988 91177308-0d34-0410-b5e6-96231b3b80d8