| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Describe llvm/test more accurately given recent changes. | Reid Spencer | 2007-02-08 | 1 | -13/+21 |
| | | | | | llvm-svn: 34055 | ||||
| * | Added information for the new nightly tester. | Patrick Jenkins | 2006-08-11 | 1 | -19/+35 |
| | | | | | llvm-svn: 29635 | ||||
| * | Fix a typo | Chris Lattner | 2006-06-01 | 1 | -1/+1 |
| | | | | | llvm-svn: 28627 | ||||
| * | Describe how to add a custom test. | Chris Lattner | 2006-05-23 | 1 | -3/+82 |
| | | | | | llvm-svn: 28430 | ||||
| * | Wrap long lines fix typo | Chris Lattner | 2006-05-23 | 1 | -12/+19 |
| | | | | | llvm-svn: 28429 | ||||
| * | Fixed up comment on xfail for llvmgcc version. | Tanya Lattner | 2006-04-20 | 1 | -2/+2 |
| | | | | | llvm-svn: 27857 | ||||
| * | Added note about being able to XFAIL based on llvmgcc version. | Tanya Lattner | 2006-04-20 | 1 | -2/+2 |
| | | | | | llvm-svn: 27856 | ||||
| * | Misunderstanding. | Jim Laskey | 2006-03-27 | 1 | -2/+2 |
| | | | | | llvm-svn: 27179 | ||||
| * | Typo. | Jim Laskey | 2006-03-27 | 1 | -1/+1 |
| | | | | | llvm-svn: 27178 | ||||
| * | Clarity. | Jim Laskey | 2006-03-27 | 1 | -4/+4 |
| | | | | | llvm-svn: 27177 | ||||
| * | Adding other platforms. | Jim Laskey | 2006-03-27 | 1 | -1/+4 |
| | | | | | llvm-svn: 27176 | ||||
| * | Add note for Mac OS X developers. | Jim Laskey | 2006-03-27 | 1 | -0/+3 |
| | | | | | llvm-svn: 27175 | ||||
| * | Changes docs for llvm.cs.uiuc.edu -> llvm.org | Reid Spencer | 2006-03-14 | 1 | -4/+4 |
| | | | | | llvm-svn: 26746 | ||||
| * | More typo and wording fixes. | John Criswell | 2005-05-13 | 1 | -5/+9 |
| | | | | | llvm-svn: 21974 | ||||
| * | Minor corrections and clarifications. | John Criswell | 2005-05-13 | 1 | -5/+5 |
| | | | | | llvm-svn: 21961 | ||||
| * | * Add directions to send output of nightly test script to llvm-testresults@cs | Misha Brukman | 2005-03-10 | 1 | -17/+23 |
| | | | | | | | | | * Use the doc_code class to nightly test script example * Enclose file names in <tt> tags * Achieve compliance with HTML-4.01 Strict llvm-svn: 20556 | ||||
| * | Correct the name of the executables to which llvmgcc and llvmgxx variables | Reid Spencer | 2004-12-22 | 1 | -2/+2 |
| | | | | | | | point to. llvm-svn: 19100 | ||||
| * | Remove most references to LLVM_LIB_SEARCH_PATH. It now only exists in the | Reid Spencer | 2004-12-15 | 1 | -2/+1 |
| | | | | | | | | GettingStarted.html document in the environment section and only as an optional feature. llvm-svn: 18944 | ||||
| * | Correct documentation to reflect the change in location of the CFE runtime | Reid Spencer | 2004-12-14 | 1 | -2/+2 |
| | | | | | | | libraries. They are now in $CFEINSTALL/lib not $CFEINSTALL/bytecode-lib. llvm-svn: 18939 | ||||
| * | Merged in RELEASE_14 changes. | John Criswell | 2004-12-10 | 1 | -6/+8 |
| | | | | | llvm-svn: 18763 | ||||
| * | Fixed typo in Dejagnu section. | Tanya Lattner | 2004-12-08 | 1 | -1/+1 |
| | | | | | llvm-svn: 18642 | ||||
| * | Removed QMTest reference. | Tanya Lattner | 2004-12-08 | 1 | -117/+11 |
| | | | | | llvm-svn: 18641 | ||||
| * | Move documentation for various configuration options applicabe only to the | Reid Spencer | 2004-12-08 | 1 | -1/+27 |
| | | | | | | | llvm-test directory into this document from GettingStarted.html. llvm-svn: 18637 | ||||
| * | Added DejaGNU information to the testing guide. This should go into the 1.4 ↵ | Tanya Lattner | 2004-12-06 | 1 | -11/+102 |
| | | | | | | | | | release. I left the QMTest stuff in place but made it appear to be optional. llvm-svn: 18564 | ||||
| * | Remove spurious end tag, fix indentation. | Reid Spencer | 2004-11-01 | 1 | -16/+16 |
| | | | | | llvm-svn: 17397 | ||||
| * | Make HTML 4.01 Strict compliant. | Reid Spencer | 2004-11-01 | 1 | -3/+3 |
| | | | | | llvm-svn: 17396 | ||||
| * | Describe how to configure tests to work with f2c | Misha Brukman | 2004-10-08 | 1 | -0/+26 |
| | | | | | llvm-svn: 16829 | ||||
| * | * Reformat to fit 80 cols | Misha Brukman | 2004-10-08 | 1 | -54/+53 |
| | | | | | | | * Add missing <li> tags llvm-svn: 16828 | ||||
| * | Make section separator comments 80 chars, not 70. | Reid Spencer | 2004-09-05 | 1 | -184/+245 |
| | | | | | | | | | | Revise descriptions to account for llvm/test/Programs being moved to the new CVS module llvm-test. Incoporate an example of how to run the NightlyTest.pl script from a shell script. llvm-svn: 16192 | ||||
| * | Add a section about running the nightly tester proper. | Chris Lattner | 2004-06-24 | 1 | -0/+32 |
| | | | | | llvm-svn: 14370 | ||||
| * | link to qmtest-2.0.3 tar file | Brian Gaeke | 2004-06-22 | 1 | -1/+2 |
| | | | | | llvm-svn: 14331 | ||||
| * | Added a note about requiring QMTest 2.0.3 instead of any other version. | Reid Spencer | 2004-06-20 | 1 | -1/+3 |
| | | | | | llvm-svn: 14274 | ||||
| * | Make use of the new doc_author class. "Seperate content from presentation" ↵ | Chris Lattner | 2004-05-23 | 1 | -1/+3 |
| | | | | | | | they said. llvm-svn: 13675 | ||||
| * | * HTML 4.01 Strict compliance | Misha Brukman | 2004-03-01 | 1 | -401/+355 |
| | | | | | | | * Removed unnecessary tabs in the entire file llvm-svn: 12051 | ||||
| * | Closed the h2 header for the LLVM Test Suite Organization section. | John Criswell | 2003-11-03 | 1 | -1/+1 |
| | | | | | llvm-svn: 9676 | ||||
| * | Merged in RELEASE_1. | John Criswell | 2003-10-27 | 1 | -0/+2 |
| | | | | | llvm-svn: 9538 | ||||
| * | Gotta use gmake, not make. make on Solaris is Sun's make which does not work. | Vikram S. Adve | 2003-10-26 | 1 | -8/+8 |
| | | | | | llvm-svn: 9510 | ||||
| * | Reformat. A few minor edits. | Brian Gaeke | 2003-10-23 | 1 | -221/+297 |
| | | | | | llvm-svn: 9434 | ||||
| * | Renamed the feature subtests so that they do not begin with 'f'. It was | John Criswell | 2003-10-10 | 1 | -9/+4 |
| | | | | | | | | | never necessary to do that to denote them as feature tests. Removed the Feature.asm tests as they are the same as the Feature.mc tests. llvm-svn: 9039 | ||||
| * | Initial checkin of Testing Guide. | John Criswell | 2003-10-10 | 1 | -0/+356 |
| Still very rough, IMHO. llvm-svn: 9030 | |||||

