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

2006-11-04 Thread Evan Cheng
Changes in directory llvm/utils/TableGen: CodeGenTarget.cpp updated: 1.72 -> 1.73 InstrInfoEmitter.cpp updated: 1.46 -> 1.47 --- Log message: Clean up some code. --- Diffs of the changes: (+5 -2) CodeGenTarget.cpp|4 +++- InstrInfoEmitter.cpp |3 ++- 2 files changed, 5 insertion

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

2006-11-04 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen/SelectionDAG: ScheduleDAG.cpp updated: 1.105 -> 1.106 ScheduleDAGList.cpp updated: 1.67 -> 1.68 ScheduleDAGRRList.cpp updated: 1.19 -> 1.20 --- Log message: Changes to use operand constraints to process two-address instructions. --- Diffs of the changes:

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

2006-11-04 Thread Jim Laskey
Changes in directory llvm/lib/CodeGen: DwarfWriter.cpp updated: 1.95 -> 1.96 --- Log message: Live local variables are being dropped because the begin or end labels marking their scope are being deleted. Workaround is to widen scope to full function. --- Diffs of the changes: (+4 -3) Dwar

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

2006-11-04 Thread Evan Cheng
Changes in directory llvm/include/llvm/CodeGen: ScheduleDAG.h updated: 1.32 -> 1.33 --- Log message: Move to operand constraints for two-address instructions. --- Diffs of the changes: (+12 -1) ScheduleDAG.h | 13 - 1 files changed, 12 insertions(+), 1 deletion(-) Index: llv

[llvm-commits] CVS: llvm/projects/Stacker/lib/Makefile

2006-11-04 Thread Reid Spencer
Changes in directory llvm/projects/Stacker/lib: Makefile updated: 1.7 -> 1.8 --- Log message: Don't check variables before they are set. Be careful about blanks when checking LLVMGCC variable. --- Diffs of the changes: (+3 -2) Makefile |5 +++-- 1 files changed, 3 insertions(+), 2 dele