[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

2006-08-22 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.56 -> 1.57 --- Log message: Corrected an error that was introduced yesterday that caused the GCC 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

[llvm-commits] CVS: nightlytest-serverside/ProgramResults.php

2006-08-22 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: ProgramResults.php updated: 1.8 -> 1.9 --- Log message: Fixed an issue where instead of appending to list of new/removed/fixed/ broken tests, we were instead assigning the list. Therefore, only the last discovered test change was being reported. -

[llvm-commits] CVS: nightlytest-serverside/NightlyTestAccept.cgi

2006-08-22 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi updated: 1.52 -> 1.53 --- Log message: Changed the nightly test accept script to send out emails with new/removed/ fixed/broken tests listed. --- Diffs of the changes: (+35 -27) NightlyTestAccept.cgi | 62

[llvm-commits] CVS: nightlytest-serverside/popup.js test.php

2006-08-21 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: popup.js updated: 1.1 -> 1.2 test.php updated: 1.17 -> 1.18 --- Log message: A button entitled "Check All" now appears next to the buttons that allow the user to graph long term results. When this button is clicked it will select all the checkboxes i

[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

2006-08-21 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.55 -> 1.56 --- Log message: The new nightly tester should stop outputing a message stating the testresults directory is not present unless the script is run as verbose. --- Diffs of the changes: (+24 -22) NewNightlyTest.pl |

[llvm-commits] CVS: nightlytest-serverside/NightlyTester.php ProgramResults.php fulltest.php test.php

2006-08-21 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTester.php updated: 1.17 -> 1.18 ProgramResults.php updated: 1.7 -> 1.8 fulltest.php updated: 1.14 -> 1.15 test.php updated: 1.16 -> 1.17 --- Log message: Added a new collapsable menu to the brief and full nightly tester pages. This new menu

[llvm-commits] CVS: nightlytest-serverside/NightlyTestAccept.cgi

2006-08-18 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi updated: 1.51 -> 1.52 --- Log message: Fixed the call to function WriteFile for writing out what test machines submit. --- Diffs of the changes: (+1 -1) NightlyTestAccept.cgi |2 +- 1 files changed, 1 insertion(+), 1 de

[llvm-commits] CVS: nightlytest-serverside/NightlyTestAccept.cgi

2006-08-18 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi updated: 1.50 -> 1.51 --- Log message: Changed the regular expression that parses the dejagnu test results. --- Diffs of the changes: (+1 -1) NightlyTestAccept.cgi |2 +- 1 files changed, 1 insertion(+), 1 deletion(-)

[llvm-commits] CVS: nightlytest-serverside/NightlyTestAccept.cgi

2006-08-18 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi updated: 1.49 -> 1.50 --- Log message: Tacked on 8 lines at the end to print out and keep a record of what test machines are sending us. this will be useful in diagnosing what is happing on their ends. --- Diffs of the chan

[llvm-commits] CVS: nightlytest-serverside/ProgramResults.php

2006-08-18 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: ProgramResults.php updated: 1.6 -> 1.7 --- Log message: Fixed a special case error in ProgramResults.php where if you tried to display the first test a machine submitted the results page would give you an error. --- Diffs of the changes: (+31 -

[llvm-commits] CVS: nightlytest-serverside/fulltest.php NightlyTester.php

2006-08-18 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: fulltest.php updated: 1.13 -> 1.14 NightlyTester.php updated: 1.16 -> 1.17 --- Log message: Made several changes that should cut down on php error messages that appear in the httpd/error_log. --- Diffs of the changes: (+7 -3) NightlyTester.php

[llvm-commits] CVS: nightlytest-serverside/NightlyTestAccept.cgi

2006-08-18 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi updated: 1.48 -> 1.49 --- Log message: These changes correctly place dejagnu test results into the database. --- Diffs of the changes: (+12 -15) NightlyTestAccept.cgi | 27 --- 1 files changed, 12

[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

2006-08-18 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.54 -> 1.55 --- Log message: These changes reflect the changes in the database for how tests are stored and bring the handing of dejagnu tests into compliance with this new scheme. --- Diffs of the changes: (+26 -51) NewNightlyTe

[llvm-commits] CVS: nightlytest-serverside/NightlyTester.php ProgramResults.php fulltest.php individualgraph.php sidebar.php test.php

2006-08-17 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTester.php updated: 1.15 -> 1.16 ProgramResults.php updated: 1.5 -> 1.6 fulltest.php updated: 1.12 -> 1.13 individualgraph.php updated: 1.1.1.1 -> 1.2 sidebar.php updated: 1.8 -> 1.9 test.php updated: 1.15 -> 1.16 --- Log message: The change t

[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

2006-08-17 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.53 -> 1.54 --- Log message: Changing the format dejagnu tests are submitted. We used to only submit multisource information for pass fail. Now we submit all pass/fail test information. This should fix the issue where some results w

[llvm-commits] CVS: nightlytest-serverside/NightlyTestAccept.cgi

2006-08-17 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi updated: 1.47 -> 1.48 --- Log message: This commit reflects the changes made in the database in the way we store dejagnu test results. Before we stored them as a string in the night table. Now they have their own table where e

[llvm-commits] CVS: nightlytest-serverside/NightlyTester.php

2006-08-17 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTester.php updated: 1.14 -> 1.15 --- Log message: Changed the definition for "Machines With Recent Submissions" from a machine that has submitted within the last month to a machine that has submitted in the last fourteen days. --- Diffs o

[llvm-commits] CVS: nightlytest-serverside/machinegraph.php

2006-08-17 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: machinegraph.php updated: 1.1.1.1 -> 1.2 --- Log message: Created a more descriptive error message for when a user tries to create a graph from a machines page without selecting anythign to graph. The previous error message said "ERROR: Incorrect U

[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

2006-08-16 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.52 -> 1.53 --- Log message: My last commit added some experimental features I have been working on. This commit rolls those back. --- Diffs of the changes: (+19 -18) NewNightlyTest.pl | 37 +++-

[llvm-commits] CVS: llvm-test/TEST.nightly.report

2006-08-16 Thread Patrick Jenkins
Changes in directory llvm-test: TEST.nightly.report updated: 1.40 -> 1.41 --- Log message: Reinstating the comparisons to GCC for the nightly test reports. --- Diffs of the changes: (+7 -7) TEST.nightly.report | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) Index:

[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

2006-08-16 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.51 -> 1.52 --- Log message: Changed the call to countloc.sh so that the correct topdirectory of the llvm build is set. --- Diffs of the changes: (+19 -20) NewNightlyTest.pl | 39 +++ 1 fil

[llvm-commits] CVS: llvm-test/TEST.nightly.report

2006-08-16 Thread Patrick Jenkins
Changes in directory llvm-test: TEST.nightly.report updated: 1.39 -> 1.40 --- Log message: Changing the way the nightly report gives us information when generating performance results. --- Diffs of the changes: (+10 -10) TEST.nightly.report | 20 ++-- 1 files changed, 10

[llvm-commits] CVS: nightlytest-serverside/NightlyTestAccept.cgi

2006-08-15 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi updated: 1.46 -> 1.47 --- Log message: We now only consider previous tests with a buildstatus that is "OK". --- Diffs of the changes: (+3 -2) NightlyTestAccept.cgi |5 +++-- 1 files changed, 3 insertions(+), 2 deletions

[llvm-commits] CVS: llvm/docs/CommandGuide/bugpoint.pod

2006-08-15 Thread Patrick Jenkins
Changes in directory llvm/docs/CommandGuide: bugpoint.pod updated: 1.7 -> 1.8 --- Log message: Fixed the awkward description of the -find-bugs option for bugpoint. --- Diffs of the changes: (+1 -1) bugpoint.pod |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/docs/Co

[llvm-commits] CVS: llvm/docs/Bugpoint.html

2006-08-15 Thread Patrick Jenkins
Changes in directory llvm/docs: Bugpoint.html updated: 1.7 -> 1.8 --- Log message: Fixed the awkward description of -find-bugs in the "Advice for using bugpoint" section. --- Diffs of the changes: (+2 -2) Bugpoint.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/docs/CommandGuide/bugpoint.pod

2006-08-15 Thread Patrick Jenkins
Changes in directory llvm/docs/CommandGuide: bugpoint.pod updated: 1.6 -> 1.7 --- Log message: Added option description for -find-bugs. --- Diffs of the changes: (+5 -0) bugpoint.pod |5 + 1 files changed, 5 insertions(+) Index: llvm/docs/CommandGuide/bugpoint.pod diff -u llvm/do

[llvm-commits] CVS: llvm/docs/Bugpoint.html

2006-08-15 Thread Patrick Jenkins
Changes in directory llvm/docs: Bugpoint.html updated: 1.6 -> 1.7 --- Log message: This commit mentions -find-bugs under the advice for using bugpoints section of the bugpoint design and usage document. --- Diffs of the changes: (+7 -1) Bugpoint.html |8 +++- 1 files changed, 7 in

[llvm-commits] CVS: llvm/tools/bugpoint/FindBugs.cpp

2006-08-15 Thread Patrick Jenkins
Optimizations ---===// + // + // The LLVM Compiler Infrastructure + // + // This file was developed by Patrick Jenkins and is distributed under + // the University of Illinois Open Source License. See LICENSE.TXT for details

[llvm-commits] CVS: llvm/tools/bugpoint/BugDriver.cpp BugDriver.h CrashDebugger.cpp ExecutionDriver.cpp bugpoint.cpp

2006-08-15 Thread Patrick Jenkins
Changes in directory llvm/tools/bugpoint: BugDriver.cpp updated: 1.46 -> 1.47 BugDriver.h updated: 1.43 -> 1.44 CrashDebugger.cpp updated: 1.48 -> 1.49 ExecutionDriver.cpp updated: 1.62 -> 1.63 bugpoint.cpp updated: 1.31 -> 1.32 --- Log message: This commit adds a new feature called find-bugs.

[llvm-commits] CVS: nightlytest-serverside/NightlyTestAccept.cgi

2006-08-14 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi updated: 1.45 -> 1.46 --- Log message: Changed around how lists of added and removed tests are created. --- Diffs of the changes: (+6 -6) NightlyTestAccept.cgi | 12 ++-- 1 files changed, 6 insertions(+), 6 deleti

[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

2006-08-14 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.49 -> 1.50 --- Log message: Added some comments to clarify code around sub TestDirectory --- Diffs of the changes: (+1 -2) NewNightlyTest.pl |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) Index: llvm/utils/NewNigh

[llvm-commits] CVS: nightlytest-serverside/NightlyTestAccept.cgi

2006-08-13 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi updated: 1.44 -> 1.45 --- Log message: When a test program changes status from pass to fail or vice versa it will no longer incorreclty be adeded to the list of new tests and removed tests --- Diffs of the changes: (+19 -5)

[llvm-commits] CVS: llvm/docs/TestingGuide.html

2006-08-11 Thread Patrick Jenkins
Changes in directory llvm/docs: TestingGuide.html updated: 1.38 -> 1.39 --- Log message: Added information for the new nightly tester. --- Diffs of the changes: (+36 -20) TestingGuide.html | 56 ++ 1 files changed, 36 insertions(+), 20

[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

2006-08-11 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.47 -> 1.48 --- Log message: Added two flags (-submit-server and -submit-script) which allow the user to specify where the test results are submitted too. If these are not specified they default to the LLVM.org server. --- Diffs o

[llvm-commits] CVS: nightlytest-serverside/NightlyTestAccept.cgi

2006-08-11 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi updated: 1.43 -> 1.44 --- Log message: Changed the format of significant changes in the nightly emails --- Diffs of the changes: (+2 -2) NightlyTestAccept.cgi |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)

[llvm-commits] CVS: nightlytest-serverside/fulltest.php

2006-08-10 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: fulltest.php updated: 1.11 -> 1.12 --- Log message: the execution time window now defaults to being closed --- Diffs of the changes: (+2 -2) fulltest.php |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: nightlytest-servers

[llvm-commits] CVS: nightlytest-serverside/test.php

2006-08-10 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: test.php updated: 1.14 -> 1.15 --- Log message: Execution section now defaults to being collapsed --- Diffs of the changes: (+2 -2) test.php |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: nightlytest-serverside/test.php

[llvm-commits] CVS: nightlytest-serverside/NightlyTestAccept.cgi

2006-08-10 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi updated: 1.42 -> 1.43 --- Log message: When i added significant changes to the email i made them print to the console rather than adding them to the email --- Diffs of the changes: (+3 -3) NightlyTestAccept.cgi |6 +++

[llvm-commits] CVS: llvm-www/developers.txt

2006-08-10 Thread Patrick Jenkins
Changes in directory llvm-www: developers.txt updated: 1.6 -> 1.7 --- Log message: Adding patrick jenkins to the llvm developers webpage --- Diffs of the changes: (+1 -0) developers.txt |1 + 1 files changed, 1 insertion(+) Index: llvm-www/developers.txt diff -u llvm-

[llvm-commits] CVS: llvm-www/img/PhotoPatJenk.jpg

2006-08-10 Thread Patrick Jenkins
Changes in directory llvm-www/img: PhotoPatJenk.jpg added (r1.1) --- Log message: Adding my picture to the llvm website --- Diffs of the changes: (+0 -0) PhotoPatJenk.jpg |0 1 files changed Index: llvm-www/img/PhotoPatJenk.jpg ___ llvm

[llvm-commits] CVS: nightlytest-serverside/NightlyTestAccept.cgi

2006-08-10 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi updated: 1.41 -> 1.42 --- Log message: The nightly test results emails sent to the testresults email list should now contain a list of tests with significant changes. --- Diffs of the changes: (+85 -1) NightlyTestAccept.c

[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

2006-08-07 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.45 -> 1.46 --- Log message: Removed unneccesary output from nightly tester --- Diffs of the changes: (+3 -3) NewNightlyTest.pl |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/utils/NewNightlyTest.pl

[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

2006-08-06 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.44 -> 1.45 --- Log message: Reinstated the sending of a list of all dejagnutests run. Also fixed a rather embarresing error introduced during version 1.41 where i commented out the actual sending of the data to the results server.

[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

2006-08-06 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.43 -> 1.44 --- Log message: no longer sending the list of all dejagnu tests because it is too big at the present time --- Diffs of the changes: (+1 -1) NewNightlyTest.pl |2 +- 1 files changed, 1 insertion(+), 1 deletion(-

[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

2006-08-04 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.42 -> 1.43 --- Log message: Changed a = to a .= so we now append tests we have performed to the master list of all tests instead of assigning it as the master list. --- Diffs of the changes: (+3 -3) NewNightlyTest.pl |6 +++

[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

2006-08-04 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.41 -> 1.42 --- Log message: Made some more changes to the print statements in the nightly tester. The last commit was a preemptive strike. --- Diffs of the changes: (+7 -10) NewNightlyTest.pl | 17 +++-- 1 files c

[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

2006-08-04 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.40 -> 1.41 --- Log message: Encapsulated all of the print statements in "if( $VERBOSE) { }". The testing script will be absoutely silent now except for errors, which will still be printed to the annoyance of the user. --- Diffs o

[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

2006-08-04 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.39 -> 1.40 --- Log message: We should now send the correct list of dejagnu tests instead of the csv file of test results when we submit results back to the nightly tester. --- Diffs of the changes: (+5 -1) NewNightlyTest.pl |

[llvm-commits] CVS: nightlytest-serverside/NightlyTestAccept.cgi

2006-08-04 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi updated: 1.40 -> 1.41 --- Log message: The link sent in the email to the llvm-testresults mailing list now directs the user to the night's test page the email is for rather than to the machine page. --- Diffs of the changes:

[llvm-commits] CVS: nightlytest-serverside/fulltest.php

2006-08-03 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: fulltest.php updated: 1.10 -> 1.11 --- Log message: Since we only print out the important eye catching file size changes in the brief test page, i made it so all file sizes and their changes are printed out in the detailed page. --- Diffs of th

[llvm-commits] CVS: nightlytest-serverside/test.php

2006-08-03 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: test.php updated: 1.13 -> 1.14 --- Log message: We now display Significant changes in file size the same way display significant changes in performance. --- Diffs of the changes: (+274 -249) test.php | 523 +---

[llvm-commits] CVS: nightlytest-serverside/test.php fulltest.php

2006-08-03 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: test.php updated: 1.12 -> 1.13 fulltest.php updated: 1.9 -> 1.10 --- Log message: Fixed the coloring of cells in teh file size information table, also formatted the sum total size of the files so it is easily readable. --- Diffs of the changes:

[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

2006-08-03 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.38 -> 1.39 --- Log message: One of the directories we were searching in for .o and .a files was wrong. We now search /lib instead of /libs. --- Diffs of the changes: (+2 -2) NewNightlyTest.pl |4 ++-- 1 files changed, 2 ins

[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

2006-08-02 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.37 -> 1.38 --- Log message: We now only search the following directories for .o and .a files: utils/ libs/ tools/ Release/ & Debug/ as per Chris. --- Diffs of the changes: (+22 -3) NewNightlyTest.pl | 25 +++

[llvm-commits] CVS: nightlytest-serverside/test.php

2006-08-02 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: test.php updated: 1.11 -> 1.12 --- Log message: We now include file size information in the summarized test page. --- Diffs of the changes: (+82 -0) test.php | 82 +++ 1 files change

[llvm-commits] CVS: nightlytest-serverside/fulltest.php

2006-08-02 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: fulltest.php updated: 1.8 -> 1.9 --- Log message: We now print out file size differences in bytes and in % --- Diffs of the changes: (+19 -7) fulltest.php | 26 +++--- 1 files changed, 19 insertions(+), 7 deletions(-) I

[llvm-commits] CVS: nightlytest-serverside/NightlyTester.php

2006-08-02 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTester.php updated: 1.13 -> 1.14 --- Log message: When we build the arrays of file sizes, we now include differences in bytes and % differences --- Diffs of the changes: (+6 -4) NightlyTester.php | 10 ++ 1 files changed, 6 in

[llvm-commits] CVS: nightlytest-serverside/fulltest.php

2006-08-02 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: fulltest.php updated: 1.7 -> 1.8 --- Log message: Pruned down how many file sizes are shown so that only files that have changed have their file sizes changed. --- Diffs of the changes: (+27 -12) fulltest.php | 39 +++

[llvm-commits] CVS: nightlytest-serverside/ProgramResults.php

2006-08-02 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: ProgramResults.php updated: 1.4 -> 1.5 --- Log message: IFixed some indentation issues --- Diffs of the changes: (+5 -4) ProgramResults.php |9 + 1 files changed, 5 insertions(+), 4 deletions(-) Index: nightlytest-serverside/Prog

[llvm-commits] CVS: nightlytest-serverside/fulltest.php

2006-08-02 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: fulltest.php updated: 1.6 -> 1.7 --- Log message: We now print out file size information over time. --- Diffs of the changes: (+43 -0) fulltest.php | 43 +++ 1 files changed, 43 insertions(+) Index: n

[llvm-commits] CVS: nightlytest-serverside/NightlyTester.php

2006-08-02 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTester.php updated: 1.12 -> 1.13 --- Log message: Added several functions to return arrays with file size information. --- Diffs of the changes: (+168 -92) NightlyTester.php | 260 ++

[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

2006-08-02 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.36 -> 1.37 --- Log message: Removed some dead code and hopefully fixed the issue where the total list of tests was not being sent --- Diffs of the changes: (+53 -132) NewNightlyTest.pl | 185 +++

[llvm-commits] CVS: nightlytest-serverside/NightlyTestAccept.cgi

2006-08-02 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi updated: 1.39 -> 1.40 --- Log message: Added a check to see if the dejagnu output includes unexpected failures, expected failures, and expected passes. Evidently if there was no unexpected failures it would not print out 0, it

[llvm-commits] CVS: nightlytest-serverside/test.php

2006-08-02 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: test.php updated: 1.10 -> 1.11 --- Log message: We now spell significantly correctly. --- Diffs of the changes: (+1 -1) test.php |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: nightlytest-serverside/test.php diff -u nightlyt

[llvm-commits] CVS: nightlytest-serverside/ProgramResults.php

2006-08-02 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: ProgramResults.php updated: 1.3 -> 1.4 --- Log message: Fixed an issue where data table would not be displayed when graphing results --- Diffs of the changes: (+308 -318) ProgramResults.php | 626 ++--

[llvm-commits] CVS: nightlytest-serverside/sidebar.php

2006-08-02 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: sidebar.php updated: 1.7 -> 1.8 --- Log message: Moving link to this page down to the bottom of the sidebar --- Diffs of the changes: (+2 -3) sidebar.php |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) Index: nightlytest-servers

[llvm-commits] CVS: nightlytest-serverside/individualfilesizegraph.php

2006-08-01 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: individualfilesizegraph.php updated: 1.2 -> 1.3 --- Log message: Removed a mysql_free_result call that was unneeded --- Diffs of the changes: (+0 -1) individualfilesizegraph.php |1 - 1 files changed, 1 deletion(-) Index: nightlytest-serve

[llvm-commits] CVS: nightlytest-serverside/NightlyTester.php

2006-08-01 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTester.php updated: 1.11 -> 1.12 --- Log message: Fixing up some indentation issues --- Diffs of the changes: (+2 -2) NightlyTester.php |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: nightlytest-serverside/NightlyT

[llvm-commits] CVS: nightlytest-serverside/drawmachinegraph.php fulltest.php NightlyTest.pl

2006-08-01 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: drawmachinegraph.php updated: 1.1.1.1 -> 1.2 fulltest.php updated: 1.5 -> 1.6 NightlyTest.pl (r1.1.1.1) removed --- Log message: Some housekeeping stuff --- Diffs of the changes: (+2 -3) drawmachinegraph.php |1 - fulltest.php |4

[llvm-commits] CVS: nightlytest-serverside/NightlyTester.php

2006-08-01 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTester.php updated: 1.10 -> 1.11 --- Log message: Fixing a crazy issue, the website doesnt seem to have the right file. --- Diffs of the changes: (+0 -1) NightlyTester.php |1 - 1 files changed, 1 deletion(-) Index: nightlytest-serv

[llvm-commits] CVS: nightlytest-serverside/drawfilesizegraph.php individualfilesizegraph.php

2006-08-01 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: drawfilesizegraph.php updated: 1.2 -> 1.3 individualfilesizegraph.php updated: 1.1 -> 1.2 --- Log message: Fixed include headers to no longer reflect the test file NightlyTester2.php which had experimental changes to NightlyTester.php --- Diffs of

[llvm-commits] CVS: nightlytest-serverside/individualfilesizegraph.php drawfilesizegraph.php NightlyTester.php

2006-08-01 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: individualfilesizegraph.php added (r1.1) drawfilesizegraph.php updated: 1.1 -> 1.2 NightlyTester.php updated: 1.9 -> 1.10 --- Log message: Adding support for drawing graphs of an arbitrary number of file sizes over time. --- Diffs of the changes:

[llvm-commits] CVS: nightlytest-serverside/NightlyTester.php

2006-08-01 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTester.php updated: 1.8 -> 1.9 --- Log message: Changed get_file_history to return an array of data that makes sense --- Diffs of the changes: (+4 -4) NightlyTester.php |8 1 files changed, 4 insertions(+), 4 deletions(-) I

[llvm-commits] CVS: nightlytest-serverside/NightlyTester.php

2006-08-01 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTester.php updated: 1.7 -> 1.8 --- Log message: Fixed issue where php didnt know we wanted to use a variable as an array --- Diffs of the changes: (+1 -0) NightlyTester.php |1 + 1 files changed, 1 insertion(+) Index: nightlytest-se

[llvm-commits] CVS: nightlytest-serverside/NightlyTester.php

2006-08-01 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTester.php updated: 1.6 -> 1.7 --- Log message: Fixed the get_file_history function which returns the size of a file over time --- Diffs of the changes: (+4 -5) NightlyTester.php |9 - 1 files changed, 4 insertions(+), 5 delet

[llvm-commits] CVS: nightlytest-serverside/drawresultsgraph.php

2006-08-01 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: drawresultsgraph.php updated: 1.1.1.1 -> 1.2 --- Log message: The data in the database had html line breaks in it which caused regular expresions not to match. I do a search and replace for s// / before performing regular expressions now. This prob

[llvm-commits] CVS: nightlytest-serverside/NightlyTestAccept.cgi

2006-08-01 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi updated: 1.38 -> 1.39 --- Log message: fixed a misnamed variable --- Diffs of the changes: (+1 -1) NightlyTestAccept.cgi |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: nightlytest-serverside/NightlyTestA

[llvm-commits] CVS: nightlytest-serverside/NightlyTestAccept.cgi

2006-07-28 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi updated: 1.36 -> 1.37 --- Log message: Fixed errors were .o file sizes were not being entered into the databaes --- Diffs of the changes: (+1 -1) NightlyTestAccept.cgi |2 +- 1 files changed, 1 insertion(+), 1 deletion(

[llvm-commits] CVS: llvm/tools/bugpoint/ExtractFunction.cpp

2006-07-28 Thread Patrick Jenkins
Changes in directory llvm/tools/bugpoint: ExtractFunction.cpp updated: 1.49 -> 1.50 --- Log message: Updating the comments above SplitFunctionsOutOfModule in ExtractFunction.cpp to reflect the changes made to that function. Specifically I am removing the FIXME comment because the issue has be

[llvm-commits] CVS: llvm/tools/bugpoint/ExtractFunction.cpp

2006-07-27 Thread Patrick Jenkins
Changes in directory llvm/tools/bugpoint: ExtractFunction.cpp updated: 1.48 -> 1.49 --- Log message: This commit improves bugpoints speed. On my G4 this changed caused kimwitu++ to run through bugpoint in 1091.15 seconds (user + system time). The time it took to run this on my G4 before I mad

[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

2006-07-27 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.34 -> 1.35 --- Log message: Removed some unneccesary printing from the nightly tester. --- Diffs of the changes: (+0 -6) NewNightlyTest.pl |6 -- 1 files changed, 6 deletions(-) Index: llvm/utils/NewNightlyTest.pl diff

[llvm-commits] CVS: nightlytest-serverside/NightlyTestAccept.cgi

2006-07-27 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi updated: 1.35 -> 1.36 --- Log message: Modified the search through the dejagnu logs for the number of unexpected failures --- Diffs of the changes: (+13 -8) NightlyTestAccept.cgi | 21 + 1 files chang

[llvm-commits] CVS: nightlytest-serverside/NightlyTestAccept.cgi

2006-07-27 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi updated: 1.34 -> 1.35 --- Log message: the file size information shoudl be submitted to the database successfully --- Diffs of the changes: (+3 -7) NightlyTestAccept.cgi | 10 +++--- 1 files changed, 3 insertions(+),

[llvm-commits] CVS: nightlytest-serverside/index.php

2006-07-27 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: index.php updated: 1.7 -> 1.8 --- Log message: Changed date added column to read time submitted --- Diffs of the changes: (+1 -1) index.php |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: nightlytest-serverside/index.php diff

[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

2006-07-27 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.33 -> 1.34 --- Log message: Removed some unneccesary print statemnts --- Diffs of the changes: (+0 -1) NewNightlyTest.pl |1 - 1 files changed, 1 deletion(-) Index: llvm/utils/NewNightlyTest.pl diff -u llvm/utils/NewNightl

[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

2006-07-27 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.32 -> 1.33 --- Log message: ChangeDir now returns the correct value --- Diffs of the changes: (+2 -1) NewNightlyTest.pl |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/utils/NewNightlyTest.pl diff -u ll

[llvm-commits] CVS: nightlytest-serverside/machine.php

2006-07-27 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: machine.php updated: 1.4 -> 1.5 --- Log message: My last commit tried to fix the issue where the coloring of the machine's test table could be bsaed on a comparison to a failed test, and thus bogus data. However that fix didnt work. This one fixes

[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

2006-07-27 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.31 -> 1.32 --- Log message: Fixed a stupid error where changedir returned false upon success. --- Diffs of the changes: (+1 -2) NewNightlyTest.pl |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) Index: llvm/utils/Ne

[llvm-commits] CVS: nightlytest-serverside/machine.php

2006-07-27 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: machine.php updated: 1.3 -> 1.4 --- Log message: Tweaked the coloring scheme so that we dont consider test submissions with failed builds --- Diffs of the changes: (+6 -1) machine.php |7 ++- 1 files changed, 6 insertions(+), 1 deletion

[llvm-commits] CVS: nightlytest-serverside/fulltest.php

2006-07-27 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: fulltest.php updated: 1.4 -> 1.5 --- Log message: Added link to build log --- Diffs of the changes: (+24 -0) fulltest.php | 24 1 files changed, 24 insertions(+) Index: nightlytest-serverside/fulltest.php diff -u nig

[llvm-commits] CVS: nightlytest-serverside/test.php

2006-07-27 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: test.php updated: 1.9 -> 1.10 --- Log message: Added some comments to clear up ambiguous code --- Diffs of the changes: (+6 -1) test.php |7 ++- 1 files changed, 6 insertions(+), 1 deletion(-) Index: nightlytest-serverside/test.php dif

[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

2006-07-27 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.30 -> 1.31 --- Log message: Added more descriptive output to singlesource,multisource tests. --- Diffs of the changes: (+30 -24) NewNightlyTest.pl | 54 ++ 1 files changed, 3

[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

2006-07-27 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.29 -> 1.30 --- Log message: Removed some clutter that was left over from development. Changed how changedir worked. Hopefully now when it fails it will tell us why. --- Diffs of the changes: (+39 -48) NewNightlyTest.pl | 87

[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

2006-07-26 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.28 -> 1.29 --- Log message: I made a stupid mistake when adding support for -use-gmake. ~PJ --- Diffs of the changes: (+1 -1) NewNightlyTest.pl |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/utils/NewNig

[llvm-commits] CVS: nightlytest-serverside/NightlyTestAccept.cgi

2006-07-26 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi updated: 1.33 -> 1.34 --- Log message: Some more formatting changes to the nightly test results email. This time we dont print test changes if build fail and instead link to the build log. --- Diffs of the changes: (+17 -8)

[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

2006-07-26 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.27 -> 1.28 --- Log message: added support for the -use-gmake option. This will come in handy when running the test on SunOS. --- Diffs of the changes: (+10 -12) NewNightlyTest.pl | 22 ++ 1 files changed,

[llvm-commits] CVS: llvm/utils/NewNightlyTest.pl

2006-07-26 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.26 -> 1.27 --- Log message: This change will allow support for SunOS to the testing script. It adds a check to see if we're running on SunOS and if so, then uses gmake instead of make. --- Diffs of the changes: (+39 -17) NewNig

[llvm-commits] CVS: nightlytest-serverside/NightlyTestAccept.cgi

2006-07-26 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi updated: 1.32 -> 1.33 --- Log message: Some reformatting of the nightly test results email along with a change to accomodate the new database schema for file sizes. --- Diffs of the changes: (+54 -14) NightlyTestAccept.cgi

[llvm-commits] CVS: nightlytest-serverside/drawfilesizegraph.php

2006-07-26 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: drawfilesizegraph.php added (r1.1) --- Log message: Adding a script to create a graph of file sizes. this script hasnt been tested yet and certainly needs debugging. --- Diffs of the changes: (+235 -0) drawfilesizegraph.php | 235 +

[llvm-commits] CVS: nightlytest-serverside/NightlyTester.php

2006-07-26 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTester.php updated: 1.5 -> 1.6 --- Log message: Changed the functions that return information about a files size to fit the new database schema --- Diffs of the changes: (+35 -48) NightlyTester.php | 83 ++--

  1   2   >