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

2007-06-18 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86CallingConv.td updated: 1.13 -> 1.14 X86ISelLowering.cpp updated: 1.412 -> 1.413 --- Log message: If a function is vararg, never pass inreg arguments in registers. Thanks to Anton for half of this patch. --- Diffs of the changes: (+18 -14) X8

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

2007-02-27 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86CallingConv.td updated: 1.7 -> 1.8 X86ISelLowering.cpp updated: 1.346 -> 1.347 --- Log message: switch LowerallTo over to using an autogenerated callingconv --- Diffs of the changes: (+71 -110) X86CallingConv.td | 28 + X86ISelLo