| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove/modify C backend references from LLVM documentation. | David Blaikie | 2012-06-14 | 1 | -3/+3 |
* | [docs] Remove spurious or unused images. | Daniel Dunbar | 2012-04-20 | 1 | -3/+0 |
* | [docs] Update HTML pages to refer to CSS in a way that works locally and with... | Daniel Dunbar | 2012-04-19 | 1 | -1/+1 |
* | docs/*.html: Appease W3C Checker to add "charset=utf-8". | NAKAMURA Takumi | 2011-10-31 | 1 | -0/+1 |
* | Typo. | Chad Rosier | 2011-06-07 | 1 | -1/+1 |
* | docs: Introduce cascading style <div> and <p> continued on <h[2-5]>. | NAKAMURA Takumi | 2011-04-23 | 1 | -9/+9 |
* | docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">. | NAKAMURA Takumi | 2011-04-18 | 1 | -16/+16 |
* | docs: Canonicalize URLs. | NAKAMURA Takumi | 2011-04-09 | 1 | -1/+1 |
* | Revert r103213. It broke several sections of live website. | mike-m | 2010-05-07 | 1 | -0/+347 |
* | Overhauled llvm/clang docs builds. Closes PR6613. | mike-m | 2010-05-06 | 1 | -347/+0 |
* | Remove the -enable-sjlj-eh option, which doesn't do anything. | Duncan Sands | 2010-05-02 | 1 | -8/+0 |
* | Documentation: Perform automated correction of common typos. | Benjamin Kramer | 2009-10-12 | 1 | -1/+1 |
* | Update documentation for the -f change. | Dan Gohman | 2009-08-25 | 1 | -7/+7 |
* | A lot of formatting changes. | Bill Wendling | 2009-04-05 | 1 | -2/+2 |
* | Removed warnings from HTML 4.01 validator: trailing slashes in <br> and <img> | Misha Brukman | 2008-12-11 | 1 | -1/+1 |
* | Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. | Misha Brukman | 2008-12-11 | 1 | -2/+2 |
* | Subversionify the documentation. | Reid Spencer | 2007-07-09 | 1 | -1/+1 |
* | first pass of nomenclature changes in .html files | Gabor Greif | 2007-07-06 | 1 | -7/+7 |
* | add -enable-eh | Chris Lattner | 2007-02-25 | 1 | -1/+9 |
* | update this for llvm-gcc4 | Chris Lattner | 2007-02-25 | 1 | -92/+76 |
* | Added some more information on how to use "delta" to reduce testcases. | Bill Wendling | 2007-02-24 | 1 | -6/+10 |
* | Excise references to the now defunct "analyze" tool. Merge descriptions | Reid Spencer | 2006-08-28 | 1 | -2/+2 |
* | Changes docs for llvm.cs.uiuc.edu -> llvm.org | Reid Spencer | 2006-03-14 | 1 | -2/+2 |
* | Mention that delta can be used to reduce some Front-end problems. | Chris Lattner | 2006-02-08 | 1 | -1/+4 |
* | Fix tag placement to make HTML 4.01 Strict compliant. | Reid Spencer | 2004-11-01 | 1 | -1/+1 |
* | Minor format tweask for tables. | Reid Spencer | 2004-11-01 | 1 | -9/+5 |
* | Lots of minor fixes and formatting improvements | Chris Lattner | 2004-05-23 | 1 | -27/+27 |
* | Use <pre> instead of <p><tt> combo to decrease space used for code blocks. | Misha Brukman | 2004-05-14 | 1 | -27/+33 |
* | Mention the --tool-args option that Brian and Chris added. | Misha Brukman | 2004-05-14 | 1 | -4/+10 |
* | Use the images in the img/ directory. | Misha Brukman | 2004-05-12 | 1 | -1/+1 |
* | Add link to Valgrind. | Misha Brukman | 2004-05-12 | 1 | -2/+3 |
* | Add a note to make sure the program is memory correct | Chris Lattner | 2004-05-11 | 1 | -3/+9 |
* | Display sample bugpoint output with the `code' stylesheet class. | Misha Brukman | 2004-04-19 | 1 | -3/+5 |
* | Add note about easier way to debug tests in the llvm tree. | Misha Brukman | 2004-04-15 | 1 | -0/+10 |
* | Add note about passing arguments to program being debugged. | Misha Brukman | 2004-04-15 | 1 | -35/+40 |
* | Added minor information on C++. | John Criswell | 2004-03-12 | 1 | -3/+5 |
* | Updates for the C backend's movement | Chris Lattner | 2004-02-14 | 1 | -1/+1 |
* | * HTML 4.01 Strict DTD compliance | Misha Brukman | 2004-01-15 | 1 | -11/+15 |
* | Use stylesheets as much as we can. I admit, I still cannot make CSS do what I | Misha Brukman | 2003-10-31 | 1 | -144/+180 |
* | Merged in RELEASE_1. | John Criswell | 2003-10-27 | 1 | -1/+3 |
* | * Changed URL referring to zion to use llvm instead | Misha Brukman | 2003-10-22 | 1 | -9/+5 |
* | Added information on using Bugzilla. | John Criswell | 2003-10-22 | 1 | -4/+18 |
* | The -mode option is no longer | Chris Lattner | 2003-10-14 | 1 | -4/+4 |
* | Added sections about debugging mis-compilations and incorrect code generation. | Misha Brukman | 2003-09-17 | 1 | -6/+75 |
* | Fix grammar | Chris Lattner | 2003-08-24 | 1 | -1/+1 |
* | Suggest -save-temps instead of -S, -E. | Brian Gaeke | 2003-05-23 | 1 | -7/+10 |
* | Fix a problem brian identified. | Chris Lattner | 2003-05-23 | 1 | -2/+3 |
* | New document | Chris Lattner | 2003-05-21 | 1 | -0/+197 |