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

2006-05-09 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen/SelectionDAG: ScheduleDAGList.cpp updated: 1.56 -> 1.57 --- Log message: Templatify RegReductionPriorityQueue --- Diffs of the changes: (+12 -7) ScheduleDAGList.cpp | 19 --- 1 files changed, 12 insertions(+), 7 deletions(-) Index: l

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

2006-05-09 Thread Chris Lattner
Changes in directory llvm/include/llvm: Instructions.h updated: 1.34 -> 1.35 --- Log message: Add alloca/malloc ctors that don't take array sizes. --- Diffs of the changes: (+21 -8) Instructions.h | 29 + 1 files changed, 21 insertions(+), 8 deletions(-) Ind

[llvm-commits] CVS: llvm/lib/VMCore/Instructions.cpp

2006-05-09 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: Instructions.cpp updated: 1.36 -> 1.37 --- Log message: Add an assertion for a common error --- Diffs of the changes: (+4 -1) Instructions.cpp |5 - 1 files changed, 4 insertions(+), 1 deletion(-) Index: llvm/lib/VMCore/Instructions.cpp diff

[llvm-commits] CVS: llvm-www/OpenProjects.html

2006-05-09 Thread Chris Lattner
Changes in directory llvm-www: OpenProjects.html updated: 1.14 -> 1.15 --- Log message: fine tune an entry --- Diffs of the changes: (+2 -4) OpenProjects.html |6 ++ 1 files changed, 2 insertions(+), 4 deletions(-) Index: llvm-www/OpenProjects.html diff -u llvm-www/OpenProjects

[llvm-commits] CVS: llvm-www/OpenProjects.html

2006-05-09 Thread Chris Lattner
Changes in directory llvm-www: OpenProjects.html updated: 1.13 -> 1.14 --- Log message: Add a new open project --- Diffs of the changes: (+21 -10) OpenProjects.html | 31 +-- 1 files changed, 21 insertions(+), 10 deletions(-) Index: llvm-www/OpenProjects.htm

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

2006-05-09 Thread Evan Cheng
Changes in directory llvm/utils/TableGen: DAGISelEmitter.cpp updated: 1.200 -> 1.201 --- Log message: Watch out for the following case: 1. Use expects a chain output. 2. Node is expanded into multiple target ops. 3. One of the inner node produces a chain, the outer most one doesn't. --- Diffs

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

2006-05-09 Thread Evan Cheng
Changes in directory llvm/utils/TableGen: DAGISelEmitter.cpp updated: 1.199 -> 1.200 --- Log message: Fix a load folding bug. It is exposed by a multi- resulting instructions def : Pat<> pattern. --- Diffs of the changes: (+62 -58) DAGISelEmitter.cpp | 120 +++-

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

2006-05-09 Thread Nate Begeman
Changes in directory llvm/lib/CodeGen/SelectionDAG: LegalizeDAG.cpp updated: 1.371 -> 1.372 --- Log message: Fix PR773: http://llvm.cs.uiuc.edu/PR773 --- Diffs of the changes: (+20 -2) LegalizeDAG.cpp | 22 -- 1 files changed, 20 insertions(+), 2 deletions(-) Index

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

2006-05-09 Thread Chris Lattner
Changes in directory llvm/include/llvm: Instruction.h updated: 1.70 -> 1.71 --- Log message: This method doesn't need to be virtual, thanks to Reid for pointing this out. --- Diffs of the changes: (+1 -1) Instruction.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm

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

2006-05-09 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: AsmPrinter.cpp updated: 1.75 -> 1.76 --- Log message: Fix a regression in my patch from last night that broke the llvmgcc4 build on ppc --- Diffs of the changes: (+1 -1) AsmPrinter.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

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

2006-05-09 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCAsmPrinter.cpp updated: 1.173 -> 1.174 --- Log message: Indent .data/.text in the .s file --- Diffs of the changes: (+5 -5) PPCAsmPrinter.cpp | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) Index: llvm/lib/Target/PowerP

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

2006-05-09 Thread Evan Cheng
Changes in directory llvm/test/Regression/CodeGen/X86: 2006-05-08-InstrSched.ll added (r1.1) --- Log message: Another instruction scheduling test case --- Diffs of the changes: (+22 -0) 2006-05-08-InstrSched.ll | 22 ++ 1 files changed, 22 insertions(+) Index: llvm/t

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

2006-05-09 Thread Evan Cheng
Changes in directory llvm-test: Makefile.programs updated: 1.210 -> 1.211 --- Log message: Set x86 llcbeta to -sched-lower-defnuse --- Diffs of the changes: (+1 -1) Makefile.programs |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/Makefile.programs diff -u llvm-

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

2006-05-09 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen/SelectionDAG: ScheduleDAGList.cpp updated: 1.55 -> 1.56 --- Log message: Add pseudo dependency to force a def&use operand to be scheduled last (unless the distance between the def and another use is much longer). This is under option control for now "-sched

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

2006-05-09 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: README.txt updated: 1.103 -> 1.104 --- Log message: Remove a completed entry. --- Diffs of the changes: (+0 -42) README.txt | 42 -- 1 files changed, 42 deletions(-) Index: llvm/lib/Target/X86/README.txt d