| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | ||||
| * | Refer to -help instead of --help since this is what tools themselves say. | Duncan Sands | 2010-02-18 | 1 | -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, PR6272 | Chris Lattner | 2010-02-17 | 1 | -2/+8 |
| | | | | | llvm-svn: 96488 | ||||
| * | Document binutils requirements for coff targets (cygwin / mingw32). | Anton Korobeynikov | 2010-02-11 | 1 | -8/+4 |
| | | | | | llvm-svn: 95928 | ||||
| * | Add more detail for getting started on Windows. | Jim Grosbach | 2009-12-17 | 1 | -23/+54 |
| | | | | | | | Patch from jon.forums at gmail.com llvm-svn: 91603 | ||||
| * | Add note about loadable modules on windows. | Anton Korobeynikov | 2009-12-09 | 1 | -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 Lewycky | 2009-11-04 | 1 | -1/+1 |
| | | | | | | | When was it ever "llvm"? llvm-svn: 86009 | ||||
| * | Add 2.6 release note. | Tanya Lattner | 2009-10-23 | 1 | -0/+1 |
| | | | | | llvm-svn: 84934 | ||||
| * | Correct the version numbers to match those actually tested for by | Nick Lewycky | 2009-09-27 | 1 | -3/+3 |
| | | | | | | | autoconf/AutoRegen.sh. llvm-svn: 82886 | ||||
| * | add another broken version of gcc, thanks to Niels Moller for pointing this out. | Chris Lattner | 2009-09-10 | 1 | -1/+2 |
| | | | | | llvm-svn: 81449 | ||||
| * | Add note about msys perl needed for windows/mingw32 builds. | Anton Korobeynikov | 2009-08-06 | 1 | -1/+7 |
| | | | | | | | Patch by John Thompson! llvm-svn: 78304 | ||||
| * | Minor www site formating improvements. | Edward O'Callaghan | 2009-08-04 | 1 | -6/+5 |
| | | | | | llvm-svn: 78054 | ||||
| * | fix some formatting stuff, patch by Edward O'Callaghan! | Chris Lattner | 2009-07-22 | 1 | -3/+3 |
| | | | | | llvm-svn: 76718 | ||||
| * | Various doc updates from Edward O'Callaghan! | Chris Lattner | 2009-07-21 | 1 | -0/+5 |
| | | | | | llvm-svn: 76668 | ||||
| * | Add broken gcc from PR4532. | Nick Lewycky | 2009-07-17 | 1 | -1/+3 |
| | | | | | llvm-svn: 76157 | ||||
| * | It turns out that this version of gcc is broken (cygwin is well-known in ↵ | Anton Korobeynikov | 2009-05-04 | 1 | -0/+3 |
| | | | | | | | | | shipping of broken/buggy/snapshot-based compilers) llvm-svn: 70848 | ||||
| * | improve documentation on build configurations, patch by | Chris Lattner | 2009-04-25 | 1 | -8/+19 |
| | | | | | | | Josef Eisl! llvm-svn: 70087 | ||||
| * | aDd support for building a subset of the llvm tools, patch by Jeffrey Yasskin! | Chris Lattner | 2009-04-25 | 1 | -3/+3 |
| | | | | | llvm-svn: 70082 | ||||
| * | Make it clearer that llvm-gcc is not needed for | Duncan Sands | 2009-04-18 | 1 | -1/+2 |
| | | | | | | | building llvm. llvm-svn: 69441 | ||||
| * | Update information on canadian cross builds | Jim Grosbach | 2009-04-17 | 1 | -36/+9 |
| | | | | | llvm-svn: 69358 | ||||
| * | fix typo, patch by Shlomi Fish! | Chris Lattner | 2009-04-10 | 1 | -1/+1 |
| | | | | | llvm-svn: 68784 | ||||
| * | This bug's been fixed but a version with the fix hasn't been released yet. | Nick Lewycky | 2009-03-03 | 1 | -3/+3 |
| | | | | | llvm-svn: 65931 | ||||
| * | Recommend against using Gold to build LLVM. | Nick Lewycky | 2009-02-25 | 1 | -0/+6 |
| | | | | | llvm-svn: 65435 | ||||
| * | lex and bison aren't needed to build llvm anymore. | Chris Lattner | 2009-01-02 | 1 | -17/+1 |
| | | | | | llvm-svn: 61560 | ||||
| * | Cleanup: clarify llvm-gcc version and package name. | Misha Brukman | 2008-12-29 | 1 | -7/+7 |
| | | | | | llvm-svn: 61474 | ||||
| * | Added mention of the RELEASE_24 tag for the 2.4 release. | Misha Brukman | 2008-12-17 | 1 | -1/+2 |
| | | | | | llvm-svn: 61138 | ||||
| * | Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img> | Misha Brukman | 2008-12-11 | 1 | -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 Brukman | 2008-12-11 | 1 | -2/+2 |
| | | | | | llvm-svn: 60880 | ||||
| * | fix typo. thanks Baldrick for noticing | Nuno Lopes | 2008-12-10 | 1 | -1/+1 |
| | | | | | llvm-svn: 60841 | ||||

