| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r156393, "[tests] Remove some remaining DejaGNU related cruft.", this | Daniel Dunbar | 2012-05-08 | 1 | -12/+20 |
* | [tests] Remove some remaining DejaGNU related cruft. | Daniel Dunbar | 2012-05-08 | 1 | -20/+12 |
* | [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] Convert docs index page into Sphinx. | Daniel Dunbar | 2012-04-19 | 1 | -0/+9 |
* | A bit of cleanup in the TestingGuide doc - dg.exp files no longer exist | Eli Bendersky | 2012-04-18 | 1 | -9/+9 |
* | llvm/docs/*.html: Fix markups. | NAKAMURA Takumi | 2012-03-27 | 1 | -2/+0 |
* | docs: Update TestingGuide to change recommended practice to using LNT to drive | Daniel Dunbar | 2012-03-15 | 1 | -327/+54 |
* | Update the docs for some of the test-suite configure changes and | Eric Christopher | 2011-11-29 | 1 | -16/+11 |
* | docs/*.html: Appease W3C Checker to add "charset=utf-8". | NAKAMURA Takumi | 2011-10-31 | 1 | -0/+1 |
* | tests: Rip out a bunch of now unused test code relating to use of llvm-gcc in... | Daniel Dunbar | 2011-10-27 | 1 | -27/+0 |
* | Correct typos in TestingGuide.html | Chad Rosier | 2011-05-18 | 1 | -2/+2 |
* | docs: Introduce cascading style <div> and <p> continued on <h[2-5]>. | NAKAMURA Takumi | 2011-04-23 | 1 | -32/+42 |
* | docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">. | NAKAMURA Takumi | 2011-04-18 | 1 | -41/+46 |
* | docs/*.html: Make W3C HTML 4.01 Strict more compliant. | NAKAMURA Takumi | 2011-04-09 | 1 | -0/+1 |
* | docs: Canonicalize URLs. | NAKAMURA Takumi | 2011-04-09 | 1 | -2/+2 |
* | Spelling fix: consequtive -> consecutive. | Duncan Sands | 2011-02-15 | 1 | -1/+1 |
* | Reapply 122341 to fix PR8199 now that clang changes are in. | David Greene | 2011-01-03 | 1 | -0/+5 |
* | Revert 122341. It breaks some darwin tests. | David Greene | 2010-12-21 | 1 | -5/+0 |
* | Fix PR 8199. This patch prepends the build tool dir to LLVM programs | David Greene | 2010-12-21 | 1 | -0/+5 |
* | Document debuginfo-tests. | Devang Patel | 2010-11-11 | 1 | -0/+38 |
* | Fix typo, pointed out by Trevor Harmon. | Duncan Sands | 2010-11-03 | 1 | -1/+1 |
* | fix typo, patch by Trevor Harmon (PR8537) | Chris Lattner | 2010-11-03 | 1 | -1/+1 |
* | Fix Getting Started docs. | Andrew Trick | 2010-09-23 | 1 | -9/+9 |
* | docs/TestingGuide: Minimal update to describe 'lit' based regression testing | Daniel Dunbar | 2010-08-02 | 1 | -79/+81 |
* | docs/TestingGuide: Rip out description of old nightly tester infrastructure. The | Daniel Dunbar | 2010-08-02 | 1 | -61/+0 |
* | Revert r103213. It broke several sections of live website. | mike-m | 2010-05-07 | 1 | -0/+1212 |
* | Overhauled llvm/clang docs builds. Closes PR6613. | mike-m | 2010-05-06 | 1 | -1212/+0 |
* | Test autoupdate. | Tanya Lattner | 2010-02-26 | 1 | -1/+0 |
* | Test auto update. | Tanya Lattner | 2010-02-26 | 1 | -2/+0 |
* | Eliminate llvmgcc_version testing variable. | Daniel Dunbar | 2010-02-23 | 1 | -12/+7 |
* | Kill unused llvmgccmajvers testing variable. | Daniel Dunbar | 2010-02-23 | 1 | -3/+0 |
* | rename REG -> REGISTER to make it explicit in the doc. <tt>ify some stuff. | Chris Lattner | 2009-09-27 | 1 | -8/+8 |
* | implement and document support for filecheck variables. This | Chris Lattner | 2009-09-27 | 1 | -1/+40 |
* | add and document regex support for FileCheck. You can now do stuff like: | Chris Lattner | 2009-09-24 | 1 | -0/+34 |
* | grammaro | Chris Lattner | 2009-09-20 | 1 | -1/+1 |
* | implement and document support for CHECK-NOT | Chris Lattner | 2009-09-20 | 1 | -0/+30 |
* | Remove prcontext. | Daniel Dunbar | 2009-09-10 | 1 | -8/+0 |
* | wrap to 80 cols | Chris Lattner | 2009-08-15 | 1 | -2/+4 |
* | implement support for CHECK-NEXT: in filecheck. | Chris Lattner | 2009-08-15 | 1 | -1/+42 |
* | document filecheck. | Chris Lattner | 2009-08-15 | 1 | -3/+87 |
* | add a stub for futher description of filecheck. | Chris Lattner | 2009-08-15 | 1 | -0/+21 |
* | Clarify how to configure llvm-gcc-4.2 for use with | Shantonu Sen | 2009-06-26 | 1 | -28/+27 |
* | Add some missing steps to the sacred testing ritual scriptures. | Stuart Hastings | 2009-05-21 | 1 | -14/+23 |
* | docs/TestingGuide.html: correction to prev. text (objdir!=srcdir required for... | John Mosby | 2009-03-30 | 1 | -7/+3 |
* | Clarify section on setting up and running test-suite | John Mosby | 2009-03-30 | 1 | -14/+27 |
* | Global replace of yellow W3C "valid HTML/CSS" icons with blue ones. | Misha Brukman | 2008-12-11 | 1 | -2/+2 |
* | Rewrite instructions for configuring external tests | Dale Johannesen | 2008-12-10 | 1 | -25/+17 |
* | add info about how to run the tests with valgrind | Nuno Lopes | 2008-11-25 | 1 | -0/+9 |
* | LLVM does have a fortran FE! | Duraid Madina | 2008-11-21 | 1 | -12/+0 |
* | Update testing documentation with more consistent terminology. | Matthijs Kooijman | 2008-06-24 | 1 | -74/+73 |