Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sphinxify the GettinStarted documentation. | Bill Wendling | 2012-10-07 | 1 | -1760/+0 |
| | | | | llvm-svn: 165372 | ||||
* | Fix a typo (the the => the) | Sylvestre Ledru | 2012-07-23 | 1 | -2/+2 |
| | | | | llvm-svn: 160621 | ||||
* | Add a new broken compiler. | Duncan Sands | 2012-06-06 | 1 | -0/+1 |
| | | | | llvm-svn: 158053 | ||||
* | Add 3.0 and 3.1 tags to the getting started guide. | Benjamin Kramer | 2012-06-05 | 1 | -0/+2 |
| | | | | llvm-svn: 158020 | ||||
* | Fix Xcode case (Upper X, lower c) | Jean-Daniel Dupas | 2012-05-13 | 1 | -1/+1 |
| | | | | llvm-svn: 156743 | ||||
* | Remove a docs reference to the CBackend. | Jim Grosbach | 2012-04-27 | 1 | -1/+1 |
| | | | | llvm-svn: 155716 | ||||
* | [docs] Update HTML pages to refer to CSS in a way that works locally and ↵ | Daniel Dunbar | 2012-04-19 | 1 | -1/+1 |
| | | | | | | with Sphinx. llvm-svn: 155153 | ||||
* | Remove llvm-ld and llvm-stub (which is only used by llvm-ld). | Michael J. Spencer | 2012-04-19 | 1 | -6/+0 |
| | | | | | | | | | | | | | | | | llvm-ld is no longer useful and causes confusion and so it is being removed. * Does not work very well on Windows because it must call a gcc like driver to assemble and link. * Has lots of hard coded paths which are wrong on many systems. * Does not understand most of ld's options. * Can be partially replaced by llvm-link | opt | {llc | as, llc -filetype=obj} | ld, or fully replaced by Clang. I know of no production use of llvm-ld, and hacking use should be replaced by Clang's driver. llvm-svn: 155147 | ||||
* | llvm/docs/*.html: Fix markups. | NAKAMURA Takumi | 2012-03-27 | 1 | -4/+3 |
| | | | | llvm-svn: 153508 | ||||
* | Remove the C backend. | Eric Christopher | 2012-03-23 | 1 | -1/+1 |
| | | | | llvm-svn: 153307 | ||||
* | Remove more GCC FE build stuff. | Chad Rosier | 2012-02-26 | 1 | -18/+3 |
| | | | | llvm-svn: 151507 | ||||
* | Installing the GCC front end is no longer supported. | Chad Rosier | 2012-02-26 | 1 | -94/+0 |
| | | | | llvm-svn: 151506 | ||||
* | Cleanup the LLVM Getting Started page. | Chad Rosier | 2012-02-26 | 1 | -54/+64 |
| | | | | llvm-svn: 151505 | ||||
* | Add href to clang in overview. | Chad Rosier | 2012-02-26 | 1 | -3/+4 |
| | | | | llvm-svn: 151503 | ||||
* | Remove references to llvm-gcc from overview and tutorial. | Chad Rosier | 2012-02-26 | 1 | -26/+13 |
| | | | | llvm-svn: 151502 | ||||
* | Typo. | Chad Rosier | 2012-02-23 | 1 | -1/+1 |
| | | | | llvm-svn: 151302 | ||||
* | The LLVM Getting Started documentation is out of date. It would be nice if | Chad Rosier | 2012-02-23 | 1 | -0/+6 |
| | | | | | | | someone could update this, but for now at least reference the Clang Getting Started document, which is much more current. llvm-svn: 151285 | ||||
* | utils: Kill NewNightlyTest.pl, which has been replaced by LNT (as far as I ↵ | Daniel Dunbar | 2012-02-15 | 1 | -7/+1 |
| | | | | | | know). llvm-svn: 150610 | ||||
* | update --enable-targets list | Jia Liu | 2012-02-10 | 1 | -1/+1 |
| | | | | llvm-svn: 150229 | ||||
* | Tidy up. s/Low Level Virtual Machine/LLVM/. | Jim Grosbach | 2012-01-25 | 1 | -4/+3 |
| | | | | | | LLVM isn't an acronym anymore. llvm-svn: 148985 | ||||
* | There are already problems with building LLVM under VS2005, and it's | Chandler Carruth | 2011-11-16 | 1 | -1/+1 |
| | | | | | | | quite old now. Update the documentation to reflect this, and direct people to use VS2008 or newer. llvm-svn: 144818 | ||||
* | docs/GettingStarted.html: [Git] Add another example for "[Gmail]/Drafts" in ↵ | NAKAMURA Takumi | 2011-11-06 | 1 | -0/+2 |
| | | | | | | | | Traditional Chinese. Thanks to Chen Weiren. llvm-svn: 143862 | ||||
* | Update 'Getting Started' to suggest using GCC 4.2 or higher (or Clang). ↵ | Ted Kremenek | 2011-10-31 | 1 | -3/+2 |
| | | | | | | There is no reason to support older versions of GCC. llvm-svn: 143366 | ||||
* | Clean up a few references to System/. We still have docs/SystemLibrary.html | Daniel Dunbar | 2011-10-11 | 1 | -7/+3 |
| | | | | | | lying around... llvm-svn: 141703 | ||||
* | More llvmc bits. Spotted by Benjamin on IRC. | Eric Christopher | 2011-09-20 | 1 | -13/+3 |
| | | | | llvm-svn: 140124 | ||||
* | docs/GettingStarted.html: [Git] Add instructions how to generate patchset ↵ | NAKAMURA Takumi | 2011-08-12 | 1 | -0/+67 |
| | | | | | | with Git. llvm-svn: 137444 | ||||
* | docs/GettingStarted.html: [Git] Mention branch.master.rebase for the ↵ | NAKAMURA Takumi | 2011-08-12 | 1 | -0/+13 |
| | | | | | | | | tracking branch. Thanks to Jeff Yasskin to reword. llvm-svn: 137443 | ||||
* | docs/GettingStarted.html: [Git] Split the subsubsection for committer's section. | NAKAMURA Takumi | 2011-08-12 | 1 | -0/+5 |
| | | | | llvm-svn: 137442 | ||||
* | docs/GettingStarted.html: Tweak style. | NAKAMURA Takumi | 2011-07-20 | 1 | -5/+5 |
| | | | | llvm-svn: 135637 | ||||
* | docs/GettingStarted.html: Fix a typo and tweak a command line. | NAKAMURA Takumi | 2011-07-20 | 1 | -2/+2 |
| | | | | llvm-svn: 135632 | ||||
* | Document how to maintain a git-svn clone of the LLVM git repositories. | Jeffrey Yasskin | 2011-07-19 | 1 | -1/+56 |
| | | | | llvm-svn: 135453 | ||||
* | docs: Introduce cascading style <div> and <p> continued on <h[2-5]>. | NAKAMURA Takumi | 2011-04-23 | 1 | -39/+38 |
| | | | | | | | | | | | | | | | | | <h2>Section Example</h2> <div> <!-- h2+div is applied --> <p>Section preamble.</p> <h3>Subsection Example</h3> <p> <!-- h3+p is applied --> Subsection body </p> <!-- End of section body --> </div> FIXME: Care H5 better. llvm-svn: 130040 | ||||
* | docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">. | NAKAMURA Takumi | 2011-04-18 | 1 | -61/+92 |
| | | | | | | | | | H1 ... doc_title H2 ... doc_section H3 ... doc_subsection H4 ... doc_subsubsection llvm-svn: 129736 | ||||
* | docs/*.html: Make W3C HTML 4.01 Strict more compliant. | NAKAMURA Takumi | 2011-04-09 | 1 | -6/+6 |
| | | | | | FIXME: The logo handling in ReleaseNotes.html llvm-svn: 129208 | ||||
* | docs: Canonicalize URLs. | NAKAMURA Takumi | 2011-04-09 | 1 | -9/+9 |
| | | | | llvm-svn: 129181 | ||||
* | docs/GettingStarted.html: FIXME: dg, lit, and source tree layout. | NAKAMURA Takumi | 2011-04-05 | 1 | -0/+10 |
| | | | | llvm-svn: 128881 | ||||
* | Add info on where to get 2.9 final svn sources. | Bill Wendling | 2011-04-04 | 1 | -0/+1 |
| | | | | llvm-svn: 128860 | ||||
* | docs/GettingStarted.html: [PR8850] Add a note for x86_64-w64-mingw32. | NAKAMURA Takumi | 2011-03-28 | 1 | -0/+7 |
| | | | | llvm-svn: 128404 | ||||
* | docs/GettingStarted.html: Add blurb "--enable-shared" on cygming. | NAKAMURA Takumi | 2011-03-28 | 1 | -4/+4 |
| | | | | llvm-svn: 128403 | ||||
* | Document the LLVM GIT mirror | Anton Korobeynikov | 2011-02-01 | 1 | -0/+20 |
| | | | | llvm-svn: 124677 | ||||
* | Add mention that we support FreeBSD/amd64. | Bill Wendling | 2010-12-15 | 1 | -0/+5 |
| | | | | llvm-svn: 121832 | ||||
* | Removed obsolete section about VC++ project files. | Oscar Fuentes | 2010-11-02 | 1 | -10/+0 |
| | | | | llvm-svn: 118072 | ||||
* | Warn about broken GCCs on ARM due to the problem fixed: | Nick Lewycky | 2010-10-07 | 1 | -0/+3 |
| | | | | | | http://gcc.gnu.org/ml/gcc-patches/2010-09/msg01070.html llvm-svn: 115998 | ||||
* | Fixed RELEASE_28 tags. | Bill Wendling | 2010-10-06 | 1 | -1/+1 |
| | | | | llvm-svn: 115872 | ||||
* | Update release location. | Tanya Lattner | 2010-10-06 | 1 | -0/+2 |
| | | | | llvm-svn: 115749 | ||||
* | Fix Getting Started docs. | Andrew Trick | 2010-09-23 | 1 | -15/+17 |
| | | | | | | | | configure expects LLVM Test Suite to be in projects/test-suite. Made the "getting started" and "testing infrastructure" docs internally consistent. Avoid confusion between llvm-test and llvm/test. llvm-svn: 114691 | ||||
* | Tweak some docs now that the default build is called Debug+Asserts. | Duncan Sands | 2010-07-08 | 1 | -3/+3 |
| | | | | llvm-svn: 107862 | ||||
* | Update autoconf/automake versions in the documentation to match the versions ↵ | Tobias Grosser | 2010-05-19 | 1 | -2/+2 |
| | | | | | | used in Autogen.sh llvm-svn: 104113 | ||||
* | Revert r103213. It broke several sections of live website. | mike-m | 2010-05-07 | 1 | -0/+1679 |
| | | | | llvm-svn: 103219 | ||||
* | Overhauled llvm/clang docs builds. Closes PR6613. | mike-m | 2010-05-06 | 1 | -1679/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NOTE: 2nd part changeset for cfe trunk to follow. *** PRE-PATCH ISSUES ADDRESSED - clang api docs fail build from objdir - clang/llvm api docs collide in install PREFIX/ - clang/llvm main docs collide in install - clang/llvm main docs have full of hard coded destination assumptions and make use of absolute root in static html files; namely CommandGuide tools hard codes a website destination for cross references and some html cross references assume website root paths *** IMPROVEMENTS - bumped Doxygen from 1.4.x -> 1.6.3 - splits llvm/clang docs into 'main' and 'api' (doxygen) build trees - provide consistent, reliable doc builds for both main+api docs - support buid vs. install vs. website intentions - support objdir builds - document targets with 'make help' - correct clean and uninstall operations - use recursive dir delete only where absolutely necessary - added call function fn.RMRF which safeguards against botched 'rm -rf'; if any target (or any variable is evaluated) which attempts to remove any dirs which match a hard-coded 'safelist', a verbose error will be printed and make will error-stop. llvm-svn: 103213 |