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

2006-07-21 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi updated: 1.25 -> 1.26 --- Log message: Changed the call to the function that updates teh lines of code in the databaes to be the correct function --- Diffs of the changes: (+9 -26) NightlyTestAccept.cgi | 35 +---

[llvm-commits] CVS: llvm/lib/ExecutionEngine/JIT/JIT.cpp

2006-07-21 Thread Evan Cheng
Changes in directory llvm/lib/ExecutionEngine/JIT: JIT.cpp updated: 1.70 -> 1.71 --- Log message: Forgot to #ifdef __APPLE__ --- Diffs of the changes: (+2 -0) JIT.cpp |2 ++ 1 files changed, 2 insertions(+) Index: llvm/lib/ExecutionEngine/JIT/JIT.cpp diff -u llvm/lib/ExecutionEngine/J

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

2006-07-21 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.23 -> 1.24 --- Log message: added status message during nightly test --- Diffs of the changes: (+4 -2) NewNightlyTest.pl |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) Index: llvm/utils/NewNightlyTest.pl diff

[llvm-commits] CVS: llvm/lib/Target/X86/README.txt

2006-07-21 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: README.txt updated: 1.120 -> 1.121 --- Log message: Done. --- Diffs of the changes: (+0 -5) README.txt |5 - 1 files changed, 5 deletions(-) Index: llvm/lib/Target/X86/README.txt diff -u llvm/lib/Target/X86/README.txt:1.120 llvm/lib/Targe

[llvm-commits] CVS: llvm-test/Makefile.rules

2006-07-21 Thread Evan Cheng
Changes in directory llvm-test: Makefile.rules updated: 1.14 -> 1.15 --- Log message: Workaround no longer needed. --- Diffs of the changes: (+1 -1) Makefile.rules |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/Makefile.rules diff -u llvm-test/Makefile.rules:1.

[llvm-commits] CVS: llvm/lib/ExecutionEngine/JIT/JIT.cpp

2006-07-21 Thread Evan Cheng
Changes in directory llvm/lib/ExecutionEngine/JIT: JIT.cpp updated: 1.69 -> 1.70 --- Log message: Resolve __dso_handle. --- Diffs of the changes: (+8 -0) JIT.cpp |8 1 files changed, 8 insertions(+) Index: llvm/lib/ExecutionEngine/JIT/JIT.cpp diff -u llvm/lib/ExecutionEngine/

[llvm-commits] CVS: llvm/Makefile.rules

2006-07-21 Thread Evan Cheng
Changes in directory llvm: Makefile.rules updated: 1.388 -> 1.389 --- Log message: Workaround no longer needed. --- Diffs of the changes: (+1 -6) Makefile.rules |7 +-- 1 files changed, 1 insertion(+), 6 deletions(-) Index: llvm/Makefile.rules diff -u llvm/Makefile.rules:1.388 llv

[llvm-commits] CVS: llvm/utils/TableGen/DAGISelEmitter.cpp

2006-07-21 Thread Evan Cheng
Changes in directory llvm/utils/TableGen: DAGISelEmitter.cpp updated: 1.224 -> 1.225 --- Log message: Removed a hack intended to allow (store (op (load))) folding. Will handle this with preprocessing. --- Diffs of the changes: (+7 -52) DAGISelEmitter.cpp | 59 ++--

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

2006-07-21 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: test.php updated: 1.5 -> 1.6 --- Log message: Added check ot see whether the build log exists to make sure we dont link to a file thats not there --- Diffs of the changes: (+9 -2) test.php | 11 +-- 1 files changed, 9 insertions(+), 2

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

2006-07-21 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: test.php updated: 1.4 -> 1.5 --- Log message: The build status link to the build log doesnt work, this should fix it --- Diffs of the changes: (+1 -1) test.php |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: nightlytest-server

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

2006-07-21 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: test.php updated: 1.3 -> 1.4 --- Log message: The build status link to the build log file doesnt work, this might fix it. --- Diffs of the changes: (+2 -1) test.php |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: nightlytest

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

2006-07-21 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: test.php updated: 1.2 -> 1.3 --- Log message: added a link to the build status that links to build log --- Diffs of the changes: (+1 -1) test.php |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: nightlytest-serverside/test.php

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

2006-07-21 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi updated: 1.24 -> 1.25 --- Log message: The date that is submitted to teh database as the date the test was added is now the date on the central server. --- Diffs of the changes: (+2 -1) NightlyTestAccept.cgi |3 ++- 1

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

2006-07-21 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.22 -> 1.23 --- Log message: Added a check to skip dejagnu test results gathering if we did not run dejagnu tests --- Diffs of the changes: (+13 -11) NewNightlyTest.pl | 24 +--- 1 files changed, 13 inserti

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

2006-07-21 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.21 -> 1.22 --- Log message: Fixed an issue of variable scope that prevented file size from being submitted to the server. --- Diffs of the changes: (+6 -4) NewNightlyTest.pl | 10 ++ 1 files changed, 6 insertions(+),

[llvm-commits] CVS: llvm/utils/TableGen/InstrInfoEmitter.cpp

2006-07-21 Thread Jim Laskey
Changes in directory llvm/utils/TableGen: InstrInfoEmitter.cpp updated: 1.44 -> 1.45 --- Log message: Eliminate data relocations by using NULL instead of global empty list. --- Diffs of the changes: (+2 -5) InstrInfoEmitter.cpp |7 ++- 1 files changed, 2 insertions(+), 5 deletions(

[llvm-commits] CVS: llvm/lib/CodeGen/LiveIntervalAnalysis.cpp LiveVariables.cpp RegAllocLocal.cpp RegAllocSimple.cpp VirtRegMap.cpp

2006-07-21 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: LiveIntervalAnalysis.cpp updated: 1.162 -> 1.163 LiveVariables.cpp updated: 1.55 -> 1.56 RegAllocLocal.cpp updated: 1.82 -> 1.83 RegAllocSimple.cpp updated: 1.69 -> 1.70 VirtRegMap.cpp updated: 1.68 -> 1.69 --- Log message: Eliminate data relocations by us

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/ScheduleDAG.cpp ScheduleDAGRRList.cpp

2006-07-21 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen/SelectionDAG: ScheduleDAG.cpp updated: 1.98 -> 1.99 ScheduleDAGRRList.cpp updated: 1.8 -> 1.9 --- Log message: Use an enumeration to eliminate data relocations. --- Diffs of the changes: (+24 -7) ScheduleDAG.cpp | 29 +++

[llvm-commits] CVS: llvm/utils/TableGen/InstrInfoEmitter.cpp RegisterInfoEmitter.cpp

2006-07-21 Thread Jim Laskey
Changes in directory llvm/utils/TableGen: InstrInfoEmitter.cpp updated: 1.43 -> 1.44 RegisterInfoEmitter.cpp updated: 1.47 -> 1.48 --- Log message: Use an enumeration to eliminate data relocations. --- Diffs of the changes: (+12 -2) InstrInfoEmitter.cpp|2 +- RegisterInfoEmitter.cp

[llvm-commits] CVS: llvm/include/llvm/Target/MRegisterInfo.h TargetInstrInfo.h

2006-07-21 Thread Jim Laskey
Changes in directory llvm/include/llvm/Target: MRegisterInfo.h updated: 1.78 -> 1.79 TargetInstrInfo.h updated: 1.90 -> 1.91 --- Log message: Use an enumeration to eliminate data relocations. --- Diffs of the changes: (+19 -18) MRegisterInfo.h | 18 +++--- TargetInstrInfo.h

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

2006-07-21 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.20 -> 1.21 --- Log message: Added code to get .a and .o file sizes and submit them to the server in the nightly report. --- Diffs of the changes: (+19 -1) NewNightlyTest.pl | 20 +++- 1 files changed, 19 inser

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

2006-07-21 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi updated: 1.23 -> 1.24 --- Log message: Changed the way buildlogs are written to the server Added support for .o and .a file sizes and now creates a logfile of them on the server --- Diffs of the changes: (+17 -4) NightlyT

[llvm-commits] CVS: llvm/tools/llc/Makefile

2006-07-21 Thread Devang Patel
Changes in directory llvm/tools/llc: Makefile updated: 1.86 -> 1.87 --- Log message: Fix MacOSX build failures. (pr841: http://llvm.org/PR841 ) --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tools/llc/Makefile diff -u llvm

[llvm-commits] CVS: llvm/Makefile.rules

2006-07-21 Thread Devang Patel
Changes in directory llvm: Makefile.rules updated: 1.387 -> 1.388 --- Log message: Fix MacOSX build failures. (pr841: http://llvm.org/PR841 ) --- Diffs of the changes: (+5 -4) Makefile.rules |9 + 1 files changed, 5 insertions(+), 4 deletions(-) Index: llvm/Makefile.rules dif

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

2006-07-21 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi updated: 1.22 -> 1.23 --- Log message: We never actually executed the mysql query to insert the new lines of code, file, and directory counts into the database. --- Diffs of the changes: (+1 -0) NightlyTestAccept.cgi |

[llvm-commits] CVS: llvm/lib/Target/ARM/ARMInstrInfo.td ARMRegisterInfo.cpp

2006-07-21 Thread Rafael Espindola
Changes in directory llvm/lib/Target/ARM: ARMInstrInfo.td updated: 1.9 -> 1.10 ARMRegisterInfo.cpp updated: 1.8 -> 1.9 --- Log message: implemented sub correctly update the stack pointer in the prologue and epilogue --- Diffs of the changes: (+12 -3) ARMInstrInfo.td |4 ARMRe

[llvm-commits] CVS: llvm/lib/Target/X86/X86ISelLowering.cpp

2006-07-21 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.238 -> 1.239 --- Log message: This opt is now handled in DAG combine. --- Diffs of the changes: (+0 -2) X86ISelLowering.cpp |2 -- 1 files changed, 2 deletions(-) Index: llvm/lib/Target/X86/X86ISelLowering.cpp di

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp

2006-07-21 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen/SelectionDAG: DAGCombiner.cpp updated: 1.177 -> 1.178 --- Log message: If a shuffle is a splat, check if the argument is a build_vector with all elements being the same. If so, return the argument. --- Diffs of the changes: (+90 -8) DAGCombiner.cpp |