aboutsummaryrefslogtreecommitdiff
path: root/docs/TestingGuide.html
AgeCommit message (Expand)Author
2011-05-18Correct typos in TestingGuide.htmlChad Rosier
2011-04-23docs: Introduce cascading style <div> and <p> continued on <h[2-5]>.NAKAMURA Takumi
2011-04-18docs: Use <Hn> as Heading elements instead of <DIV class="doc_foo">.NAKAMURA Takumi
2011-04-09docs/*.html: Make W3C HTML 4.01 Strict more compliant.NAKAMURA Takumi
2011-04-09docs: Canonicalize URLs.NAKAMURA Takumi
2011-02-15Spelling fix: consequtive -> consecutive.Duncan Sands
2011-01-03Reapply 122341 to fix PR8199 now that clang changes are in.David Greene
2010-12-21Revert 122341. It breaks some darwin tests.David Greene
2010-12-21Fix PR 8199. This patch prepends the build tool dir to LLVM programsDavid Greene
2010-11-11Document debuginfo-tests.Devang Patel
2010-11-03Fix typo, pointed out by Trevor Harmon.Duncan Sands
2010-11-03fix typo, patch by Trevor Harmon (PR8537)Chris Lattner
2010-09-23Fix Getting Started docs.Andrew Trick
2010-08-02docs/TestingGuide: Minimal update to describe 'lit' based regression testingDaniel Dunbar
2010-08-02docs/TestingGuide: Rip out description of old nightly tester infrastructure. TheDaniel Dunbar
2010-05-07Revert r103213. It broke several sections of live website.mike-m
2010-05-06Overhauled llvm/clang docs builds. Closes PR6613.mike-m
2010-02-26Test autoupdate.Tanya Lattner
2010-02-26Test auto update.Tanya Lattner
2010-02-23Eliminate llvmgcc_version testing variable.Daniel Dunbar
2010-02-23Kill unused llvmgccmajvers testing variable.Daniel Dunbar
2009-09-27rename REG -> REGISTER to make it explicit in the doc. <tt>ify some stuff.Chris Lattner
2009-09-27implement and document support for filecheck variables. ThisChris Lattner
2009-09-24add and document regex support for FileCheck. You can now do stuff like:Chris Lattner
2009-09-20grammaroChris Lattner
2009-09-20implement and document support for CHECK-NOTChris Lattner
2009-09-10Remove prcontext.Daniel Dunbar
2009-08-15wrap to 80 colsChris Lattner
2009-08-15implement support for CHECK-NEXT: in filecheck.Chris Lattner
2009-08-15document filecheck.Chris Lattner
2009-08-15add a stub for futher description of filecheck.Chris Lattner
2009-06-26Clarify how to configure llvm-gcc-4.2 for use withShantonu Sen
2009-05-21Add some missing steps to the sacred testing ritual scriptures.Stuart Hastings
2009-03-30docs/TestingGuide.html: correction to prev. text (objdir!=srcdir required for...John Mosby
2009-03-30Clarify section on setting up and running test-suiteJohn Mosby
2008-12-11Global replace of yellow W3C "valid HTML/CSS" icons with blue ones.Misha Brukman
2008-12-10Rewrite instructions for configuring external testsDale Johannesen
2008-11-25add info about how to run the tests with valgrindNuno Lopes
2008-11-21LLVM does have a fortran FE!Duraid Madina
2008-06-24Update testing documentation with more consistent terminology.Matthijs Kooijman
2008-05-23Restructure the testing documentation.Matthijs Kooijman
2008-05-20Clarify the testing documentation a bit and solve two HTML validator warnings.Matthijs Kooijman
2007-11-28Fix typoTanya Lattner
2007-11-28Modified instructions to configure llvm-test by configure llvm with the Path ...Tanya Lattner
2007-09-22Validation fixesBill Wendling
2007-09-22Formatting changes.Bill Wendling
2007-07-09Subversionify the documentation.Reid Spencer
2007-07-06first pass of nomenclature changes in .html filesGabor Greif
2007-04-15Describe quoting rules.Reid Spencer
2007-04-14Add some info about the pipelines and redirection.Reid Spencer