| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove the last vestiges of -usesvn. | Reid Spencer | 2007-07-02 | 1 | -5/+3 |
| | | | | | | | Implement -usecvs just in case we need to go back to cvs for some reason. llvm-svn: 37837 | ||||
| * | We want the Subversion checkout to succeed even if we don't specify | Reid Spencer | 2007-07-02 | 1 | -7/+7 |
| | | | | | | | the -verbose option! Doh! llvm-svn: 37836 | ||||
| * | Applied Reid's patch. Long live Subversion! | John Criswell | 2007-06-29 | 1 | -2/+1 |
| | | | | | llvm-svn: 37812 | ||||
| * | Fix problems with the checkout and cd directories for SVN checkout. | Reid Spencer | 2007-06-29 | 1 | -4/+4 |
| | | | | | llvm-svn: 37797 | ||||
| * | Update for Subversion conversion: | Reid Spencer | 2007-06-26 | 1 | -7/+7 |
| | | | | | | | | | 1. Fix comments for -usesvn and -svnurl options. 2. Fix default URL for SVN access. 3. Fix paths to accommodate "trunk" when checking out from SVN. llvm-svn: 37736 | ||||
| * | Remove duplicated line. | Evan Cheng | 2007-05-14 | 1 | -1/+0 |
| | | | | | llvm-svn: 37040 | ||||
| * | Make my proxy happy. | Lauro Ramos Venancio | 2007-05-03 | 1 | -0/+1 |
| | | | | | llvm-svn: 36665 | ||||
| * | Adding target triplet to be passed to database. | Tanya Lattner | 2007-04-13 | 1 | -1/+18 |
| | | | | | llvm-svn: 35958 | ||||
| * | Correctly report version of GCC used. | Jeff Cohen | 2007-04-10 | 1 | -0/+2 |
| | | | | | llvm-svn: 35866 | ||||
| * | Terminate some lines that need to be. | Reid Spencer | 2007-04-07 | 1 | -2/+2 |
| | | | | | llvm-svn: 35725 | ||||
| * | Reinstate the SVN capability without requiring Date::Parse. As before the | Reid Spencer | 2007-04-07 | 1 | -63/+154 |
| | | | | | | | | SVN Repository is only used if requested with -usesvn option otherwise it uses CVS. llvm-svn: 35721 | ||||
| * | Revert this until the Date::Parse module can be installed on the nightly | Reid Spencer | 2007-04-04 | 1 | -147/+62 |
| | | | | | | | testers. llvm-svn: 35657 | ||||
| * | Prepare for Subversion migration by implementing a -usesvn to tell the | Reid Spencer | 2007-04-03 | 1 | -62/+147 |
| | | | | | | | | | | | script to to check out llvm and llvm-test from Subversion instead of CVS. Without this option the script will continue to check out from CVS. To specify the Subversion URL, set the SVNURL environment variable or pass -svnurl followed by the URL. For now, -svnurl will default to Reid's temporary (read-only, daily snapshot) SVN server. Try it out if you like! llvm-svn: 35621 | ||||
| * | Add an option to enable lli (interpreter mode) testing. | Reid Spencer | 2006-11-24 | 1 | -0/+3 |
| | | | | | llvm-svn: 31899 | ||||
| * | 80 cols fix. | Reid Spencer | 2006-10-19 | 1 | -1/+2 |
| | | | | | llvm-svn: 31050 | ||||
| * | Wrong directory. | Jim Laskey | 2006-09-29 | 1 | -2/+2 |
| | | | | | llvm-svn: 30669 | ||||
| * | Fix search file for -release. | Jim Laskey | 2006-09-28 | 1 | -2/+2 |
| | | | | | llvm-svn: 30647 | ||||
| * | Add support for -release-asserts. | Jim Laskey | 2006-09-28 | 1 | -1/+9 |
| | | | | | llvm-svn: 30646 | ||||
| * | Trim the home directory from the dejagnu test | Jim Laskey | 2006-09-20 | 1 | -3/+2 |
| | | | | | llvm-svn: 30519 | ||||
| * | Switching to NewNightlyTest.php | Jim Laskey | 2006-09-15 | 1 | -4/+8 |
| | | | | | llvm-svn: 30394 | ||||
| * | Issue cvs co with -P option to prune empty directories. Remove the unnecessary | Evan Cheng | 2006-08-29 | 1 | -5/+1 |
| | | | | | | | update stage. llvm-svn: 29955 | ||||
| * | Corrected an error that was introduced yesterday that caused the GCC | Patrick Jenkins | 2006-08-22 | 1 | -37/+35 |
| | | | | | | | | | | | version to be left blank if the build failed. Also corrected a problem where if the build failed the nightly tester would still try to read the results of the Dejagnutests log even though it didnt exist. llvm-svn: 29829 | ||||
| * | The new nightly tester should stop outputing a message stating the | Patrick Jenkins | 2006-08-21 | 1 | -22/+24 |
| | | | | | | | testresults directory is not present unless the script is run as verbose. llvm-svn: 29797 | ||||
| * | These changes reflect the changes in the database for how tests are stored | Patrick Jenkins | 2006-08-18 | 1 | -51/+26 |
| | | | | | | | and bring the handing of dejagnu tests into compliance with this new scheme. llvm-svn: 29772 | ||||
| * | Changing the format dejagnu tests are submitted. We used to only submit ↵ | Patrick Jenkins | 2006-08-17 | 1 | -19/+23 |
| | | | | | | | multisource information for pass fail. Now we submit all pass/fail test information. This should fix the issue where some results were not being reported. llvm-svn: 29757 | ||||
| * | My last commit added some experimental features I have been working on. This ↵ | Patrick Jenkins | 2006-08-16 | 1 | -18/+19 |
| | | | | | | | commit rolls those back. llvm-svn: 29738 | ||||
| * | Changed the call to countloc.sh so that the correct topdirectory of the llvm ↵ | Patrick Jenkins | 2006-08-16 | 1 | -20/+19 |
| | | | | | | | build is set. llvm-svn: 29736 | ||||
| * | Make all tools that use llvmdo have a -topdir option that allows the top | Reid Spencer | 2006-08-14 | 1 | -1/+1 |
| | | | | | | | | | | | | source dir for LLVM to be specified explicitly. This removes the dependency on the llvm-config script. If the option is not given, then the scripts use llvm-config which should be both built and in the PATH. This arrangement provides a useful default for most developers but also allows the nightly tester to execute countloc.sh before llvm-config is built and without altering the PATH. llvm-svn: 29663 | ||||
| * | Added some comments to clarify code around sub TestDirectory | Patrick Jenkins | 2006-08-14 | 1 | -2/+1 |
| | | | | | llvm-svn: 29658 | ||||
| * | Changes for LLVM coding standard compliance: | Reid Spencer | 2006-08-13 | 1 | -508/+491 |
| | | | | | | | | | | | | | | 1. Remove tabs 2. Wrap to 80 columns 3. Put spaces between "if" or "elsif" and expression 4. Put { on same line as if statement. 5. Make indentation be 2 spaces. Functionality change: Run utils/countloc.sh after the build is done. This is necessary because that script now uses llvm-config to find the top src directory. llvm-svn: 29651 | ||||
| * | Added two flags (-submit-server and -submit-script) which allow the user to ↵ | Patrick Jenkins | 2006-08-11 | 1 | -5/+18 |
| | | | | | | | specify where the test results are submitted too. If these are not specified they default to the LLVM.org server. llvm-svn: 29633 | ||||
| * | Merge some NightlyTest.pl changes. | Evan Cheng | 2006-08-09 | 1 | -1/+5 |
| | | | | | llvm-svn: 29579 | ||||
| * | Removed unneccesary output from nightly tester | Patrick Jenkins | 2006-08-08 | 1 | -3/+3 |
| | | | | | llvm-svn: 29565 | ||||
| * | Reinstated the sending of a list of all dejagnutests run. Also fixed a ↵ | Patrick Jenkins | 2006-08-07 | 1 | -2/+2 |
| | | | | | | | rather embarresing error introduced during version 1.41 where i commented out the actual sending of the data to the results server. llvm-svn: 29538 | ||||
| * | no longer sending the list of all dejagnu tests because it is too big at the ↵ | Patrick Jenkins | 2006-08-06 | 1 | -1/+1 |
| | | | | | | | present time llvm-svn: 29537 | ||||
| * | Changed a = to a .= so we now append tests we have performed to the master ↵ | Patrick Jenkins | 2006-08-04 | 1 | -3/+3 |
| | | | | | | | list of all tests instead of assigning it as the master list. llvm-svn: 29531 | ||||
| * | Made some more changes to the print statements in the nightly tester. The ↵ | Patrick Jenkins | 2006-08-04 | 1 | -10/+7 |
| | | | | | | | last commit was a preemptive strike. llvm-svn: 29526 | ||||
| * | Encapsulated all of the print statements in "if( $VERBOSE) { }". The testing ↵ | Patrick Jenkins | 2006-08-04 | 1 | -6/+6 |
| | | | | | | | script will be absoutely silent now except for errors, which will still be printed to the annoyance of the user. llvm-svn: 29525 | ||||
| * | We should now send the correct list of dejagnu tests instead of the csv file ↵ | Patrick Jenkins | 2006-08-04 | 1 | -1/+5 |
| | | | | | | | of test results when we submit results back to the nightly tester. llvm-svn: 29523 | ||||
| * | One of the directories we were searching in for .o and .a files was wrong. ↵ | Patrick Jenkins | 2006-08-03 | 1 | -2/+2 |
| | | | | | | | We now search /lib instead of /libs. llvm-svn: 29496 | ||||
| * | We now only search the following directories for .o and .a files: | Patrick Jenkins | 2006-08-02 | 1 | -3/+22 |
| | | | | | | | | | | | utils/ libs/ tools/ Release/ & Debug/ as per Chris. llvm-svn: 29488 | ||||
| * | Removed some dead code and hopefully fixed the issue where the total list of ↵ | Patrick Jenkins | 2006-08-02 | 1 | -132/+53 |
| | | | | | | | tests was not being sent llvm-svn: 29476 | ||||
| * | fix externals | Andrew Lenharth | 2006-07-29 | 1 | -2/+2 |
| | | | | | llvm-svn: 29409 | ||||
| * | Removed some unneccesary printing from the nightly tester. | Patrick Jenkins | 2006-07-28 | 1 | -6/+0 |
| | | | | | llvm-svn: 29377 | ||||
| * | Removed some unneccesary print statemnts | Patrick Jenkins | 2006-07-27 | 1 | -1/+0 |
| | | | | | llvm-svn: 29362 | ||||
| * | ChangeDir now returns the correct value | Patrick Jenkins | 2006-07-27 | 1 | -1/+2 |
| | | | | | llvm-svn: 29361 | ||||
| * | Fixed a stupid error where changedir returned false upon success. | Patrick Jenkins | 2006-07-27 | 1 | -2/+1 |
| | | | | | llvm-svn: 29357 | ||||
| * | Added more descriptive output to singlesource,multisource tests. | Patrick Jenkins | 2006-07-27 | 1 | -24/+30 |
| | | | | | llvm-svn: 29353 | ||||
| * | Removed some clutter that was left over from development. | Patrick Jenkins | 2006-07-27 | 1 | -48/+39 |
| | | | | | | | Changed how changedir worked. Hopefully now when it fails it will tell us why. llvm-svn: 29352 | ||||
| * | I made a stupid mistake when adding support for -use-gmake. ~PJ | Patrick Jenkins | 2006-07-27 | 1 | -1/+1 |
| | | | | | llvm-svn: 29321 | ||||

