[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/2005-08-30-RegAllocAliasProblem.ll 2005-12-03-IndirectTailCall.ll fast-cc-merge-stack-adj.ll fast-cc-pass-in-regs.ll overlap-add.ll overlap-shift.

2006-04-30 Thread Chris Lattner
Changes in directory llvm/test/Regression/CodeGen/X86: 2005-08-30-RegAllocAliasProblem.ll updated: 1.1 -> 1.2 2005-12-03-IndirectTailCall.ll updated: 1.2 -> 1.3 fast-cc-merge-stack-adj.ll updated: 1.3 -> 1.4 fast-cc-pass-in-regs.ll updated: 1.4 -> 1.5 overlap-add.ll updated: 1.3 -> 1.4 overlap-s

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

2006-04-30 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86IntelAsmPrinter.cpp updated: 1.30 -> 1.31 X86IntelAsmPrinter.h updated: 1.14 -> 1.15 --- Log message: Remove %'s from register names when in intel mode. --- Diffs of the changes: (+4 -6) X86IntelAsmPrinter.cpp |7 +++ X86IntelAsmPrinter.

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

2006-04-30 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: AsmPrinter.cpp updated: 1.59 -> 1.60 --- Log message: Format #APP lines a bit nicer --- Diffs of the changes: (+2 -2) AsmPrinter.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/CodeGen/AsmPrinter.cpp diff -u llvm/li

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

2006-04-30 Thread Evan Cheng
Changes in directory llvm-test: Makefile.programs updated: 1.205 -> 1.206 --- Log message: Temporarily set x86 llc-beta to -spiller-check-liveout. --- Diffs of the changes: (+1 -1) Makefile.programs |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/Makefile.progr

[llvm-commits] CVS: llvm/lib/CodeGen/LiveIntervalAnalysis.cpp VirtRegMap.cpp VirtRegMap.h

2006-04-30 Thread Evan Cheng
Changes in directory llvm/lib/CodeGen: LiveIntervalAnalysis.cpp updated: 1.154 -> 1.155 VirtRegMap.cpp updated: 1.60 -> 1.61 VirtRegMap.h updated: 1.18 -> 1.19 --- Log message: Local spiller kills a store if the folded restore is turned into a copy. But this is incorrect if the spilled value li