[llvm-commits] Something Wrong With Nightly Test Results?

2007-01-01 Thread Reid Spencer
Anyone else noticing that the 2007-01-01 nightly test results are identical to the 2006-12-31 results and don't match the results actually generated in the nightly tester's build dir nor the results in the log files in the web dir nor the results in the sentdata.text file. I'm thinking a year roll

Re: [llvm-commits] Something Wrong With Nightly Test Results?

2007-01-01 Thread Jim Laskey
I looked at the posted data for 2007-01-01 and it does look like a new run. -- Jim On 1-Jan-07, at 07:12 PM, Reid Spencer wrote: Anyone else noticing that the 2007-01-01 nightly test results are identical to the 2006-12-31 results and don't match the results actually generated in the ni

[llvm-commits] CVS: llvm/include/llvm/InstrTypes.h

2007-01-01 Thread Reid Spencer
Changes in directory llvm/include/llvm: InstrTypes.h updated: 1.58 -> 1.59 --- Log message: Add some convenience functions for getting the source and destination types from any Cast instruction. --- Diffs of the changes: (+5 -0) InstrTypes.h |5 + 1 files changed, 5 insertions(+)

[llvm-commits] CVS: llvm/test/Regression/CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll

2007-01-01 Thread Reid Spencer
Changes in directory llvm/test/Regression/CodeGen/Alpha: 2005-07-12-TwoMallocCalls.ll updated: 1.3 -> 1.4 --- Log message: Fix this test case to be legal. There is no ubyte %tmp ever defined! --- Diffs of the changes: (+2 -0) 2005-07-12-TwoMallocCalls.ll |2 ++ 1 files changed, 2 inser

[llvm-commits] CVS: llvm/test/Regression/CodeGen/Alpha/2005-07-12-TwoMallocCalls.ll

2007-01-01 Thread Reid Spencer
Changes in directory llvm/test/Regression/CodeGen/Alpha: 2005-07-12-TwoMallocCalls.ll updated: 1.4 -> 1.5 --- Log message: Reverse last patch, committed by accident. --- Diffs of the changes: (+0 -2) 2005-07-12-TwoMallocCalls.ll |2 -- 1 files changed, 2 deletions(-) Index: llvm/test

[llvm-commits] CVS: llvm/tools/llvm-upgrade/ParserInternals.h UpgradeLexer.l UpgradeParser.y

2007-01-01 Thread Reid Spencer
Changes in directory llvm/tools/llvm-upgrade: ParserInternals.h updated: 1.10 -> 1.11 UpgradeLexer.l updated: 1.11 -> 1.12 UpgradeParser.y updated: 1.28 -> 1.29 --- Log message: For PR1070: http://llvm.org/PR1070 : Revise the upgrade parser to keep track of types more faithfully and use this in

[llvm-commits] CVS: llvm/test/Regression/Assembler/2007-01-01-Cast-To-Bool.ll

2007-01-01 Thread Reid Spencer
Changes in directory llvm/test/Regression/Assembler: 2007-01-01-Cast-To-Bool.ll added (r1.1) --- Log message: For PR1070: http://llvm.org/PR1070 : Add a test case to ensure that llvm-upgrade retains correct semantics for the previous definition of "cast to bool" which compared against null. -

[llvm-commits] CVS: llvm/test/Regression/Assembler/2006-12-09-Cast-To-Bool.ll

2007-01-01 Thread Reid Spencer
Changes in directory llvm/test/Regression/Assembler: 2006-12-09-Cast-To-Bool.ll updated: 1.2 -> 1.3 --- Log message: Manually upgrade this test case to make sure that the new cast-to-bool semantics are retained. --- Diffs of the changes: (+3 -3) 2006-12-09-Cast-To-Bool.ll |6 +++--- 1

[llvm-commits] CVS: llvm/test/Regression/CodeGen/Generic/SwitchLowering.ll

2007-01-01 Thread Reid Spencer
Changes in directory llvm/test/Regression/CodeGen/Generic: SwitchLowering.ll updated: 1.3 -> 1.4 --- Log message: For PR1070: http://llvm.org/PR1070 : Revert previous patch now that llvm-upgrade can handle collapsed type plane conversion properly. --- Diffs of the changes: (+1 -0) SwitchL

[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/2006-05-02-InstrSched1.ll

2007-01-01 Thread Reid Spencer
Changes in directory llvm/test/Regression/CodeGen/X86: 2006-05-02-InstrSched1.ll updated: 1.3 -> 1.4 --- Log message: For PR1070: http://llvm.org/PR1070 : Revert previous patch now that llvm-upgrade can handle collapsed type plane conversion properly. --- Diffs of the changes: (+4 -2) 200

[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/branch-opt.ll rotl.ll

2007-01-01 Thread Reid Spencer
Changes in directory llvm/test/Regression/CodeGen/PowerPC: branch-opt.ll updated: 1.4 -> 1.5 rotl.ll updated: 1.3 -> 1.4 --- Log message: For PR1070: http://llvm.org/PR1070 : Revert previous patch now that llvm-upgrade can handle collapsed type plane conversion properly. --- Diffs of the cha

[llvm-commits] CVS: llvm/test/Regression/Transforms/InstCombine/2006-05-06-Infloop.ll

2007-01-01 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/InstCombine: 2006-05-06-Infloop.ll updated: 1.3 -> 1.4 --- Log message: For PR1070: http://llvm.org/PR1070 : Revert previous patch now that llvm-upgrade can handle collapsed type plane conversion properly. --- Diffs of the changes: (+14 -

[llvm-commits] CVS: llvm/test/Regression/Linker/weakextern.ll

2007-01-01 Thread Reid Spencer
Changes in directory llvm/test/Regression/Linker: weakextern.ll updated: 1.3 -> 1.4 --- Log message: For PR1070: http://llvm.org/PR1070 : Tweak the RUN: lines of these tests to accommodate the renaming of variables done by llvm-upgrade. The renaming occurs as a result of avoiding name collison

[llvm-commits] CVS: llvm/test/Regression/Transforms/LCSSA/2006-06-12-MultipleExitsSameBlock.ll basictest.ll

2007-01-01 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/LCSSA: 2006-06-12-MultipleExitsSameBlock.ll updated: 1.2 -> 1.3 basictest.ll updated: 1.6 -> 1.7 --- Log message: For PR1070: http://llvm.org/PR1070 : Tweak the RUN: lines of these tests to accommodate the renaming of variables done by llvm-

[llvm-commits] CVS: llvm/test/Regression/CodeGen/ARM/constants.ll

2007-01-01 Thread Reid Spencer
Changes in directory llvm/test/Regression/CodeGen/ARM: constants.ll updated: 1.6 -> 1.7 --- Log message: For PR1070: http://llvm.org/PR1070 : Tweak the RUN: lines of these tests to accommodate the renaming of variables done by llvm-upgrade. The renaming occurs as a result of avoiding name coll

[llvm-commits] CVS: llvm/test/Regression/Transforms/InstCombine/sub.ll zeroext-and-reduce.ll

2007-01-01 Thread Reid Spencer
Changes in directory llvm/test/Regression/Transforms/InstCombine: sub.ll updated: 1.24 -> 1.25 zeroext-and-reduce.ll updated: 1.3 -> 1.4 --- Log message: For PR1070: http://llvm.org/PR1070 : Tweak the RUN: lines of these tests to accommodate the renaming of variables done by llvm-upgrade. The

[llvm-commits] CVS: llvm/test/Regression/Assembler/2004-11-28-InvalidTypeCrash.ll

2007-01-01 Thread Reid Spencer
Changes in directory llvm/test/Regression/Assembler: 2004-11-28-InvalidTypeCrash.ll updated: 1.2 -> 1.3 --- Log message: For PR1070: http://llvm.org/PR1070 : Tweak the RUN: lines of these tests to accommodate the renaming of variables done by llvm-upgrade. The renaming occurs as a result of av

[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/darwin-labels.ll

2007-01-01 Thread Reid Spencer
Changes in directory llvm/test/Regression/CodeGen/PowerPC: darwin-labels.ll updated: 1.2 -> 1.3 --- Log message: For PR1070: http://llvm.org/PR1070 : Tweak the RUN: lines of these tests to accommodate the renaming of variables done by llvm-upgrade. The renaming occurs as a result of avoiding n

[llvm-commits] CVS: llvm/tools/llvm-upgrade/UpgradeParser.y

2007-01-01 Thread Reid Spencer
Changes in directory llvm/tools/llvm-upgrade: UpgradeParser.y updated: 1.29 -> 1.30 --- Log message: Permit signed and unsigned integer constants to be used with either signed or unsigned integer types. --- Diffs of the changes: (+1 -1) UpgradeParser.y |2 +- 1 files changed, 1 inserti

[llvm-commits] CVS: llvm/tools/llvm-upgrade/UpgradeParser.cpp UpgradeParser.cpp.cvs UpgradeParser.y.cvs

2007-01-01 Thread Reid Spencer
Changes in directory llvm/tools/llvm-upgrade: UpgradeParser.cpp updated: 1.31 -> 1.32 UpgradeParser.cpp.cvs updated: 1.29 -> 1.30 UpgradeParser.y.cvs updated: 1.28 -> 1.29 --- Log message: Regenerate. --- Diffs of the changes: (+211 -211) UpgradeParser.cpp | 210 ++

Re: [llvm-commits] CVS: llvm/tools/llvm-upgrade/ParserInternals.h UpgradeLexer.l UpgradeParser.y

2007-01-01 Thread Reid Spencer
Hi Gordon, On Tue, 2007-01-02 at 01:31 -0500, Gordon Henriksen wrote: > Would it save much work to simply disambiguate all variable > definitions which rely on type planes for uniqueness? That is, essentially, what llvm-upgrade is doing. > There would be no need to identify %t1 and %t2 as iden