summaryrefslogtreecommitdiff
path: root/docs/TestingGuide.html
Commit message (Expand)AuthorAge
* Fix some doc-os.Daniel Dunbar2012-10-19
* lit: Allow XFAIL: lines to also refer to "features".Daniel Dunbar2012-10-18
* Revert r156393, "[tests] Remove some remaining DejaGNU related cruft.", thisDaniel Dunbar2012-05-08
* [tests] Remove some remaining DejaGNU related cruft.Daniel Dunbar2012-05-08
* [docs] Update HTML pages to refer to CSS in a way that works locally and with...Daniel Dunbar2012-04-19
* [docs] Convert docs index page into Sphinx.Daniel Dunbar2012-04-19
* A bit of cleanup in the TestingGuide doc - dg.exp files no longer existEli Bendersky2012-04-18
* llvm/docs/*.html: Fix markups.NAKAMURA Takumi2012-03-27
* docs: Update TestingGuide to change recommended practice to using LNT to driveDaniel Dunbar2012-03-15
* Update the docs for some of the test-suite configure changes andEric Christopher2011-11-29
* docs/*.html: Appease W3C Checker to add "charset=utf-8".NAKAMURA Takumi2011-10-31
* tests: Rip out a bunch of now unused test code relating to use of llvm-gcc in...Daniel Dunbar2011-10-27
* Correct typos in TestingGuide.htmlChad Rosier2011-05-18
* docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi2011-04-23
* docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi2011-04-18
* docs/*.html: Make W3C HTML 4.01 Strict more compliant.NAKAMURA Takumi2011-04-09
* docs: Canonicalize URLs.NAKAMURA Takumi2011-04-09
* Spelling fix: consequtive -> consecutive.Duncan Sands2011-02-15
* Reapply 122341 to fix PR8199 now that clang changes are in.David Greene2011-01-03
* Revert 122341. It breaks some darwin tests.David Greene2010-12-21
* Fix PR 8199. This patch prepends the build tool dir to LLVM programsDavid Greene2010-12-21
* Document debuginfo-tests.Devang Patel2010-11-11
* Fix typo, pointed out by Trevor Harmon.Duncan Sands2010-11-03
* fix typo, patch by Trevor Harmon (PR8537)Chris Lattner2010-11-03
* Fix Getting Started docs.Andrew Trick2010-09-23
* docs/TestingGuide: Minimal update to describe 'lit' based regression testingDaniel Dunbar2010-08-02
* docs/TestingGuide: Rip out description of old nightly tester infrastructure. TheDaniel Dunbar2010-08-02
* Revert r103213. It broke several sections of live website.mike-m2010-05-07
* Overhauled llvm/clang docs builds. Closes PR6613.mike-m2010-05-06
* Test autoupdate.Tanya Lattner2010-02-26
* Test auto update.Tanya Lattner2010-02-26
* Eliminate llvmgcc_version testing variable.Daniel Dunbar2010-02-23
* Kill unused llvmgccmajvers testing variable.Daniel Dunbar2010-02-23
* rename REG -> REGISTER to make it explicit in the doc. <tt>ify some stuff.Chris Lattner2009-09-27
* implement and document support for filecheck variables. ThisChris Lattner2009-09-27
* add and document regex support for FileCheck. You can now do stuff like:Chris Lattner2009-09-24
* grammaroChris Lattner2009-09-20
* implement and document support for CHECK-NOTChris Lattner2009-09-20
* Remove prcontext.Daniel Dunbar2009-09-10
* wrap to 80 colsChris Lattner2009-08-15
* implement support for CHECK-NEXT: in filecheck.Chris Lattner2009-08-15
* document filecheck.Chris Lattner2009-08-15
* add a stub for futher description of filecheck.Chris Lattner2009-08-15
* Clarify how to configure llvm-gcc-4.2 for use withShantonu Sen2009-06-26
* Add some missing steps to the sacred testing ritual scriptures.Stuart Hastings2009-05-21
* docs/TestingGuide.html: correction to prev. text (objdir!=srcdir required for...John Mosby2009-03-30
* Clarify section on setting up and running test-suiteJohn Mosby2009-03-30
* Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman2008-12-11
* Rewrite instructions for configuring external testsDale Johannesen2008-12-10
* add info about how to run the tests with valgrindNuno Lopes2008-11-25