Cleanup some comments in the OCaml bindings.
[oota-llvm.git] / utils / NewNightlyTest.pl
2008-01-14 Evan ChengNeed a space to separate Make options.
2008-01-12 Evan ChengAdd -disable-lto optimization.
2007-11-10 Evan ChengAdded -test-opts to specify test options.
2007-10-02 Tanya LattnerIf the user did not check out LLVM and request it to...
2007-07-02 Reid SpencerRemove the last vestiges of -usesvn.
2007-07-02 Reid SpencerWe want the Subversion checkout to succeed even if...
2007-06-29 John CriswellApplied Reid's patch. Long live Subversion!
2007-06-29 Reid SpencerFix problems with the checkout and cd directories for...
2007-06-26 Reid SpencerUpdate for Subversion conversion:
2007-05-14 Evan ChengRemove duplicated line.
2007-05-03 Lauro Ramos VenancioMake my proxy happy.
2007-04-13 Tanya LattnerAdding target triplet to be passed to database.
2007-04-10 Jeff CohenCorrectly report version of GCC used.
2007-04-07 Reid SpencerTerminate some lines that need to be.
2007-04-07 Reid SpencerReinstate the SVN capability without requiring Date...
2007-04-04 Reid SpencerRevert this until the Date::Parse module can be install...
2007-04-03 Reid SpencerPrepare for Subversion migration by implementing a...
2006-11-24 Reid SpencerAdd an option to enable lli (interpreter mode) testing.
2006-10-19 Reid Spencer80 cols fix.
2006-09-29 Jim LaskeyWrong directory.
2006-09-28 Jim LaskeyFix search file for -release.
2006-09-28 Jim LaskeyAdd support for -release-asserts.
2006-09-20 Jim LaskeyTrim the home directory from the dejagnu test
2006-09-15 Jim LaskeySwitching to NewNightlyTest.php
2006-08-29 Evan ChengIssue cvs co with -P option to prune empty directories...
2006-08-22 Patrick JenkinsCorrected an error that was introduced yesterday that...
2006-08-21 Patrick JenkinsThe new nightly tester should stop outputing a message...
2006-08-18 Patrick JenkinsThese changes reflect the changes in the database for...
2006-08-17 Patrick JenkinsChanging the format dejagnu tests are submitted. We...
2006-08-16 Patrick JenkinsMy last commit added some experimental features I have...
2006-08-16 Patrick JenkinsChanged the call to countloc.sh so that the correct...
2006-08-14 Reid SpencerMake all tools that use llvmdo have a -topdir option...
2006-08-14 Patrick JenkinsAdded some comments to clarify code around sub TestDire...
2006-08-13 Reid SpencerChanges for LLVM coding standard compliance:
2006-08-11 Patrick JenkinsAdded two flags (-submit-server and -submit-script...
2006-08-09 Evan ChengMerge some NightlyTest.pl changes.
2006-08-08 Patrick JenkinsRemoved unneccesary output from nightly tester
2006-08-07 Patrick JenkinsReinstated the sending of a list of all dejagnutests...
2006-08-06 Patrick Jenkinsno longer sending the list of all dejagnu tests because...
2006-08-04 Patrick JenkinsChanged a = to a .= so we now append tests we have...
2006-08-04 Patrick JenkinsMade some more changes to the print statements in the...
2006-08-04 Patrick JenkinsEncapsulated all of the print statements in "if( $VERBO...
2006-08-04 Patrick JenkinsWe should now send the correct list of dejagnu tests...
2006-08-03 Patrick JenkinsOne of the directories we were searching in for .o...
2006-08-02 Patrick JenkinsWe now only search the following directories for .o...
2006-08-02 Patrick JenkinsRemoved some dead code and hopefully fixed the issue...
2006-07-29 Andrew Lenharthfix externals
2006-07-28 Patrick JenkinsRemoved some unneccesary printing from the nightly...
2006-07-27 Patrick JenkinsRemoved some unneccesary print statemnts
2006-07-27 Patrick JenkinsChangeDir now returns the correct value
2006-07-27 Patrick JenkinsFixed a stupid error where changedir returned false...
2006-07-27 Patrick JenkinsAdded more descriptive output to singlesource,multisour...
2006-07-27 Patrick JenkinsRemoved some clutter that was left over from development.
2006-07-27 Patrick JenkinsI made a stupid mistake when adding support for -use...
2006-07-27 Patrick Jenkinsadded support for the -use-gmake option. This will...
2006-07-27 Patrick JenkinsThis change will allow support for SunOS to the testing...
2006-07-23 Patrick JenkinsFixing a syntax error and adding buildtype to the ...
2006-07-23 Patrick JenkinsWhen the ability to gather .a and .o file sizes was...
2006-07-22 Patrick Jenkinsadded status message during nightly test
2006-07-21 Patrick JenkinsAdded a check to skip dejagnu test results gathering...
2006-07-21 Patrick JenkinsFixed an issue of variable scope that prevented file...
2006-07-21 Patrick JenkinsAdded code to get .a and .o file sizes and submit them...
2006-07-21 Patrick JenkinsFixed issue where nightly test always tells you you...
2006-07-21 Patrick JenkinsThe nightly tester will no longer report numbers instea...
2006-07-20 Patrick JenkinsWe now fail and print an error message if a nightly...
2006-07-20 Patrick JenkinsFixed a problem that caused the script to abort right...
2006-07-19 Patrick JenkinsRemoved the portion that determines which tests are...
2006-07-18 Patrick Jenkinsyet another change to get the correct gcc version for...
2006-07-18 Patrick JenkinsMinor output changes.
2006-07-17 Patrick JenkinsIf a gccpath is specified when invoking the nightly...
2006-07-14 Patrick JenkinsFixed an issue where the user specified gcc was not...
2006-07-13 Patrick JenkinsSyntax error. I will run perl -c before commiting perl...
2006-07-13 Patrick JenkinsFixed some small bugs exposed when trying to get a...
2006-07-10 Patrick JenkinsFixed some output issues where newlines were not being...
2006-07-10 Patrick JenkinsFixed an issue that tried to cat externalprogramstable...
2006-07-07 Patrick JenkinsSyntax error in NewNightlyTest.pl
2006-07-07 Patrick JenkinsFixed a variable naming issue for the External Program...
2006-07-07 Patrick JenkinsUpdated comments at top of file to reflect relevant...
2006-07-07 Patrick JenkinsAdded the -noremoveresults option which will not remove...
2006-07-07 Patrick JenkinsFixed variable naming issue that prevented $Prefix...
2006-07-06 Patrick JenkinsFixed a bug that looked for -Warnings.txt and -Tests...
2006-07-06 Patrick JenkinsThe first commit of NewNightlyTest.pl which instead...