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

2006-08-16 Thread Evan Cheng
Changes in directory llvm/utils/TableGen: DAGISelEmitter.cpp updated: 1.244 - 1.245 --- Log message: SelectNodeTo() may return a SDOperand that is different from the input. --- Diffs of the changes: (+1 -4) DAGISelEmitter.cpp |5 + 1 files changed, 1 insertion(+), 4 deletions(-)

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelDAGToDAG.cpp

2006-08-16 Thread Evan Cheng
Changes in directory llvm/lib/Target/Alpha: AlphaISelDAGToDAG.cpp updated: 1.50 - 1.51 --- Log message: SelectNodeTo() may return a SDOperand that is different from the input. --- Diffs of the changes: (+12 -17) AlphaISelDAGToDAG.cpp | 29 - 1 files changed,

[llvm-commits] CVS: llvm/lib/Target/IA64/IA64ISelLowering.cpp

2006-08-16 Thread Evan Cheng
Changes in directory llvm/lib/Target/IA64: IA64ISelLowering.cpp updated: 1.40 - 1.41 --- Log message: RET_FLAG has an optional input flag, but it does not produce a flag result. --- Diffs of the changes: (+2 -8) IA64ISelLowering.cpp | 10 ++ 1 files changed, 2 insertions(+), 8

[llvm-commits] CVS: llvm/lib/Target/Sparc/SparcISelDAGToDAG.cpp

2006-08-16 Thread Evan Cheng
Changes in directory llvm/lib/Target/Sparc: SparcISelDAGToDAG.cpp updated: 1.103 - 1.104 --- Log message: SelectNodeTo() may return a SDOperand that is different from the input. --- Diffs of the changes: (+3 -3) SparcISelDAGToDAG.cpp |6 +++--- 1 files changed, 3 insertions(+), 3

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

2006-08-16 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelDAGToDAG.cpp updated: 1.91 - 1.92 --- Log message: SelectNodeTo() may return a SDOperand that is different from the input. --- Diffs of the changes: (+1 -2) X86ISelDAGToDAG.cpp |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-)

[llvm-commits] CVS: llvm/lib/Target/IA64/IA64ISelDAGToDAG.cpp

2006-08-16 Thread Evan Cheng
Changes in directory llvm/lib/Target/IA64: IA64ISelDAGToDAG.cpp updated: 1.48 - 1.49 --- Log message: SelectNodeTo() may return a SDOperand that is different from the input. --- Diffs of the changes: (+20 -31) IA64ISelDAGToDAG.cpp | 51 ---

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

2006-08-16 Thread Rafael Espindola
Changes in directory llvm/lib/Target/ARM: ARMFrameInfo.h added (r1.1) ARMISelDAGToDAG.cpp updated: 1.29 - 1.30 ARMInstrInfo.td updated: 1.14 - 1.15 ARMRegisterInfo.cpp updated: 1.14 - 1.15 ARMTargetMachine.cpp updated: 1.4 - 1.5 ARMTargetMachine.h updated: 1.1 - 1.2 --- Log message: Declare

[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: llvm/tools/llvmc/CompilerDriver.cpp Configuration.cpp Makefile c

2006-08-16 Thread Reid Spencer
Changes in directory llvm/tools/llvmc: CompilerDriver.cpp updated: 1.37 - 1.38 Configuration.cpp updated: 1.24 - 1.25 Makefile updated: 1.20 - 1.21 c updated: 1.1 - 1.2 --- Log message: Patches to correct several bugs in llvmc. Patches contributed by Bram Adams. Thanks Bram. --- Diffs of

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

2006-08-16 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAG.cpp updated: 1.331 - 1.332 --- Log message: Use the appropriate typedef --- Diffs of the changes: (+1 -2) SelectionDAG.cpp |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAG.h SelectionDAGNodes.h

2006-08-16 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: SelectionDAG.h updated: 1.123 - 1.124 SelectionDAGNodes.h updated: 1.142 - 1.143 --- Log message: Change the use_list to be a smallvector instead of a vector. This reduces isel time from 6.79s to 5.53s (22%) on kc++ with a release build on ppc.

[llvm-commits] CVS: llvm/CREDITS.TXT

2006-08-16 Thread Bill Wendling
Changes in directory llvm: CREDITS.TXT updated: 1.63 - 1.64 --- Log message: Added my home web page. --- Diffs of the changes: (+1 -1) CREDITS.TXT |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/CREDITS.TXT diff -u llvm/CREDITS.TXT:1.63 llvm/CREDITS.TXT:1.64 ---

[llvm-commits] CVS: llvm-test/autoconf/configure.ac

2006-08-16 Thread Reid Spencer
Changes in directory llvm-test/autoconf: configure.ac updated: 1.35 - 1.36 --- Log message: Oops, fix the SPEC95 case too. --- Diffs of the changes: (+1 -1) configure.ac |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/autoconf/configure.ac diff -u

[llvm-commits] CVS: llvm/include/llvm/ADT/SmallVector.h

2006-08-16 Thread Chris Lattner
Changes in directory llvm/include/llvm/ADT: SmallVector.h updated: 1.13 - 1.14 --- Log message: silence a warning. --- Diffs of the changes: (+1 -0) SmallVector.h |1 + 1 files changed, 1 insertion(+) Index: llvm/include/llvm/ADT/SmallVector.h diff -u

[llvm-commits] CVS: llvm-test/configure

2006-08-16 Thread Reid Spencer
Changes in directory llvm-test: configure updated: 1.37 - 1.38 --- Log message: Oops, fix the SPEC95 case too. --- Diffs of the changes: (+1 -1) configure |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/configure diff -u llvm-test/configure:1.37

[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

[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.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/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp SelectionDAG.cpp

2006-08-16 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGISel.cpp updated: 1.269 - 1.270 SelectionDAG.cpp updated: 1.332 - 1.333 --- Log message: minor changes. --- Diffs of the changes: (+24 -22) SelectionDAG.cpp | 37 +++--

[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAG.h

2006-08-16 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: SelectionDAG.h updated: 1.124 - 1.125 --- Log message: add an accessor --- Diffs of the changes: (+2 -0) SelectionDAG.h |2 ++ 1 files changed, 2 insertions(+) Index: llvm/include/llvm/CodeGen/SelectionDAG.h diff -u

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

2006-08-16 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelDAGToDAG.cpp updated: 1.92 - 1.93 --- Log message: Doh. Incorrectly inverted condition. Also add a isOnlyUse check to match tablegen. --- Diffs of the changes: (+2 -1) X86ISelDAGToDAG.cpp |3 ++- 1 files changed, 2 insertions(+), 1

[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/2006-08-16-CycleInDAG.ll

2006-08-16 Thread Evan Cheng
Changes in directory llvm/test/Regression/CodeGen/X86: 2006-08-16-CycleInDAG.ll added (r1.1) --- Log message: Another cyclic dag test case. --- Diffs of the changes: (+23 -0) 2006-08-16-CycleInDAG.ll | 23 +++ 1 files changed, 23 insertions(+) Index:

[llvm-commits] CVS: llvm/include/llvm/CodeGen/ScheduleDAG.h

2006-08-16 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: ScheduleDAG.h updated: 1.31 - 1.32 --- Log message: switch the SUnit pred/succ sets from being std::sets to being smallvectors. This reduces selectiondag time on kc++ from 5.43s to 4.98s (9%). More significantly, this speeds up the default ppc

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

2006-08-16 Thread Chris Lattner
Changes in directory llvm/docs: GetElementPtr.html updated: 1.12 - 1.13 --- Log message: remove IRC transcript. Anything still misunderstood after the faq is read can be added to the faq. --- Diffs of the changes: (+1 -327) GetElementPtr.html | 328

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

2006-08-16 Thread Chris Lattner
Changes in directory llvm/docs: GetElementPtr.html updated: 1.13 - 1.14 --- Log message: Fix validation problem --- Diffs of the changes: (+3 -3) GetElementPtr.html |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/docs/GetElementPtr.html diff -u