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

2006-09-12 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAGISel.cpp updated: 1.275 -> 1.276 --- Log message: If LSR went through a lot of trouble to put constants (e.g. the addr of a global in a specific BB, don't undo this!). This allows us to compile CodeGen/X86/loop-hoist.ll into: _f

[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/loop-hoist.ll

2006-09-12 Thread Chris Lattner
Changes in directory llvm/test/Regression/CodeGen/X86: loop-hoist.ll added (r1.1) --- Log message: new testcase --- Diffs of the changes: (+25 -0) loop-hoist.ll | 25 + 1 files changed, 25 insertions(+) Index: llvm/test/Regression/CodeGen/X86/loop-hoist.ll diff

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

2006-09-12 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86ISelDAGToDAG.cpp updated: 1.106 -> 1.107 --- Log message: Fix a regression in the 32-bit port from the 64-bit port landing. We now compile CodeGen/X86/lea-2.ll into: _test: movl 4(%esp), %eax movl 8(%esp), %ecx leal -5(%ecx,%

[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/lea-2.ll

2006-09-12 Thread Chris Lattner
Changes in directory llvm/test/Regression/CodeGen/X86: lea-2.ll added (r1.1) --- Log message: New testcase --- Diffs of the changes: (+10 -0) lea-2.ll | 10 ++ 1 files changed, 10 insertions(+) Index: llvm/test/Regression/CodeGen/X86/lea-2.ll diff -c /dev/null llvm/test/Regress

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

2006-09-12 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: README.txt updated: 1.131 -> 1.132 --- Log message: new note --- Diffs of the changes: (+32 -0) README.txt | 32 1 files changed, 32 insertions(+) Index: llvm/lib/Target/X86/README.txt diff -u llvm/lib/Target/X8

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

2006-09-12 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: README.txt updated: 1.130 -> 1.131 --- Log message: new note --- Diffs of the changes: (+13 -0) README.txt | 13 + 1 files changed, 13 insertions(+) Index: llvm/lib/Target/X86/README.txt diff -u llvm/lib/Target/X86/README.txt:1.130

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

2006-09-12 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: LegalizeDAG.cpp updated: 1.392 -> 1.393 --- Log message: Compile X << 1 (where X is a long-long) to: addl %ecx, %ecx adcl %eax, %eax instead of: movl %ecx, %edx addl %edx, %edx shrl $31, %ecx

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

2006-09-12 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: README.txt updated: 1.129 -> 1.130 X86ISelLowering.cpp updated: 1.255 -> 1.256 --- Log message: Compile X > -1 -> text X,X; js dest This implements CodeGen/X86/jump_sign.ll. --- Diffs of the changes: (+23 -28) README.txt | 12 -

[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/jump_sign.ll

2006-09-12 Thread Chris Lattner
Changes in directory llvm/test/Regression/CodeGen/X86: jump_sign.ll added (r1.1) --- Log message: new testcase --- Diffs of the changes: (+20 -0) jump_sign.ll | 20 1 files changed, 20 insertions(+) Index: llvm/test/Regression/CodeGen/X86/jump_sign.ll diff -c /dev/

[llvm-commits] CVS: llvm/lib/Transforms/IPO/Internalize.cpp

2006-09-12 Thread Devang Patel
Changes in directory llvm/lib/Transforms/IPO: Internalize.cpp updated: 1.35 -> 1.36 --- Log message: Initialize DontInternalize. --- Diffs of the changes: (+2 -1) Internalize.cpp |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/lib/Transforms/IPO/Internalize.cpp di

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/453.povray/Makefile

2006-09-12 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/453.povray: Makefile updated: 1.2 -> 1.3 --- Log message: dealII: Needed -D flag specified. povray: Output filename changed. --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index

[llvm-commits] CVS: llvm-test/External/SPEC/CFP2006/447.dealII/Makefile

2006-09-12 Thread Bill Wendling
Changes in directory llvm-test/External/SPEC/CFP2006/447.dealII: Makefile updated: 1.1 -> 1.2 --- Log message: dealII: Needed -D flag specified. povray: Output filename changed. --- Diffs of the changes: (+5 -2) Makefile |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) In

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

2006-09-12 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen/SelectionDAG: ScheduleDAG.cpp updated: 1.102 -> 1.103 SelectionDAG.cpp updated: 1.337 -> 1.338 SelectionDAGCSEMap.cpp updated: 1.8 -> 1.9 SelectionDAGPrinter.cpp updated: 1.33 -> 1.34 --- Log message: Added support for machine specific constantpool values.

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

2006-09-12 Thread Evan Cheng
Changes in directory llvm/lib/ExecutionEngine/JIT: JITEmitter.cpp updated: 1.112 -> 1.113 --- Log message: Reflect MachineConstantPoolEntry changes. --- Diffs of the changes: (+12 -3) JITEmitter.cpp | 15 --- 1 files changed, 12 insertions(+), 3 deletions(-) Index: llvm/lib/

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

2006-09-12 Thread Evan Cheng
Changes in directory llvm/lib/Target/IA64: IA64ISelDAGToDAG.cpp updated: 1.53 -> 1.54 IA64ISelLowering.cpp updated: 1.42 -> 1.43 --- Log message: Reflects MachineConstantPoolEntry changes. --- Diffs of the changes: (+2 -2) IA64ISelDAGToDAG.cpp |2 +- IA64ISelLowering.cpp |2 +- 2 fi

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

2006-09-12 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelDAGToDAG.cpp updated: 1.105 -> 1.106 X86ISelLowering.cpp updated: 1.254 -> 1.255 --- Log message: Reflects MachineConstantPoolEntry changes. --- Diffs of the changes: (+5 -4) X86ISelDAGToDAG.cpp |4 ++-- X86ISelLowering.cpp |5 +++--

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCISelLowering.cpp

2006-09-12 Thread Evan Cheng
Changes in directory llvm/lib/Target/PowerPC: PPCISelLowering.cpp updated: 1.205 -> 1.206 --- Log message: Reflects MachineConstantPoolEntry changes. --- Diffs of the changes: (+2 -2) PPCISelLowering.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/Target/

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

2006-09-12 Thread Evan Cheng
Changes in directory llvm/lib/Target/Alpha: AlphaISelLowering.cpp updated: 1.59 -> 1.60 --- Log message: Reflects MachineConstantPoolEntry changes. --- Diffs of the changes: (+1 -1) AlphaISelLowering.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/Alph

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

2006-09-12 Thread Evan Cheng
Changes in directory llvm/include/llvm/CodeGen: AsmPrinter.h updated: 1.47 -> 1.48 MachineConstantPool.h updated: 1.17 -> 1.18 SelectionDAG.h updated: 1.129 -> 1.130 SelectionDAGCSEMap.h updated: 1.7 -> 1.8 SelectionDAGNodes.h updated: 1.145 -> 1.146 --- Log message: Added support for machine s

[llvm-commits] CVS: llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp

2006-09-12 Thread Evan Cheng
Changes in directory llvm/lib/Target/ARM: ARMISelDAGToDAG.cpp updated: 1.43 -> 1.44 --- Log message: Reflects MachineConstantPoolEntry changes. --- Diffs of the changes: (+1 -1) ARMISelDAGToDAG.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/ARM/ARMISe

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

2006-09-12 Thread Evan Cheng
Changes in directory llvm/lib/Target/Sparc: SparcISelDAGToDAG.cpp updated: 1.107 -> 1.108 --- Log message: Reflects MachineConstantPoolEntry changes. --- Diffs of the changes: (+1 -1) SparcISelDAGToDAG.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/Sp

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

2006-09-12 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen: AsmPrinter.cpp updated: 1.93 -> 1.94 MachineFunction.cpp updated: 1.97 -> 1.98 --- Log message: Added support for machine specific constantpool values. These are useful for representing expressions that can only be resolved at link time, etc. --- Diffs o

[llvm-commits] CVS: llvm-www/attrib.incl

2006-09-12 Thread John Criswell
Changes in directory llvm-www: attrib.incl updated: 1.3 -> 1.4 --- Log message: Reduce the font size of the attribution. --- Diffs of the changes: (+2 -0) attrib.incl |2 ++ 1 files changed, 2 insertions(+) Index: llvm-www/attrib.incl diff -u llvm-www/attrib.incl:1.3 llvm-www/attrib.

[llvm-commits] CVS: llvm-www/releases/index.html

2006-09-12 Thread John Criswell
Changes in directory llvm-www/releases: index.html updated: 1.31 -> 1.32 --- Log message: Move the addition of the line () above the UIUC CS attribtuion to the attrib.incl file. --- Diffs of the changes: (+0 -1) index.html |1 - 1 files changed, 1 deletion(-) Index: llvm-www/release

[llvm-commits] CVS: llvm/docs/doxygen.footer

2006-09-12 Thread John Criswell
Changes in directory llvm/docs: doxygen.footer updated: 1.6 -> 1.7 --- Log message: Correct the URL to the attrib.incl file. --- Diffs of the changes: (+1 -1) doxygen.footer |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/docs/doxygen.footer diff -u llvm/docs/doxyge

[llvm-commits] CVS: llvm-www/attrib.incl www-index.html

2006-09-12 Thread John Criswell
Changes in directory llvm-www: attrib.incl updated: 1.2 -> 1.3 www-index.html updated: 1.130 -> 1.131 --- Log message: Move the addition of the line () above the UIUC CS attribtuion to the attrib.incl file. --- Diffs of the changes: (+1 -2) attrib.incl|1 + www-index.html |2 --

[llvm-commits] CVS: llvm/test/Regression/Transforms/LICM/2006-09-12-DeadUserOfSunkInstr.ll

2006-09-12 Thread Chris Lattner
Changes in directory llvm/test/Regression/Transforms/LICM: 2006-09-12-DeadUserOfSunkInstr.ll added (r1.1) --- Log message: testcase for PR908: http://llvm.org/PR908 --- Diffs of the changes: (+215 -0) 2006-09-12-DeadUserOfSunkInstr.ll | 215 ++ 1 files

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/LICM.cpp

2006-09-12 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: LICM.cpp updated: 1.78 -> 1.79 --- Log message: An sinkable instruction may exist with uses, if those uses are in dead blocks. Handle this. This fixes PR908: http://llvm.org/PR908 and Transforms/LICM/2006-09-12-DeadUserOfSunkInstr.ll --- Di

[llvm-commits] CVS: llvm/test/Regression/C++Frontend/2006-09-12-OpaqueStructCrash.cpp

2006-09-12 Thread Chris Lattner
Changes in directory llvm/test/Regression/C++Frontend: 2006-09-12-OpaqueStructCrash.cpp added (r1.1) --- Log message: Testcase that crashes the C++ FE. --- Diffs of the changes: (+28 -0) 2006-09-12-OpaqueStructCrash.cpp | 28 1 files changed, 28 insertions(+)

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

2006-09-12 Thread Jim Laskey
Changes in directory nightlytest-serverside: EmailReport.php updated: 1.6 -> 1.7 --- Log message: testing --- Diffs of the changes: (+22 -26) EmailReport.php | 48 ++-- 1 files changed, 22 insertions(+), 26 deletions(-) Index: nightlytest-serv