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

2007-02-27 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.350 -> 1.351 --- Log message: rearrange code --- Diffs of the changes: (+441 -449) X86ISelLowering.cpp | 890 +--- 1 files changed, 441 insertions(+), 449 deletions(-)

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

2007-02-27 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86CallingConv.td updated: 1.8 -> 1.9 --- Log message: add new CC_X86_32_FastCall calling conv, which describes fastcall on win32. Factor out a CC_X86_32_Common convention, which is the part shared between ccc, stdcall and fastcall --- Diffs of the ch

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

2007-02-27 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.351 -> 1.352 --- Log message: switch LowerFastCCArguments over to using the autogenerated Fastcall description. --- Diffs of the changes: (+59 -174) X86ISelLowering.cpp | 233 +---

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

2007-02-27 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.352 -> 1.353 --- Log message: switch LowerFastCCCallTo over to using the new fastcall description. --- Diffs of the changes: (+40 -97) X86ISelLowering.cpp | 137 +++- 1

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

2007-02-27 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen: PrologEpilogInserter.cpp updated: 1.73 -> 1.74 --- Log message: add a newline at end of file --- Diffs of the changes: (+1 -0) PrologEpilogInserter.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/CodeGen/PrologEpilogInserter.cpp diff -

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

2007-02-27 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: CallingConvLower.cpp updated: 1.2 -> 1.3 --- Log message: add methods to analyze calls and formals. --- Diffs of the changes: (+34 -0) CallingConvLower.cpp | 34 ++ 1 files changed, 34 insertions(+) Ind

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

2007-02-27 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: CallingConvLower.h updated: 1.2 -> 1.3 --- Log message: add methods to analyze calls and formals. --- Diffs of the changes: (+20 -1) CallingConvLower.h | 21 - 1 files changed, 20 insertions(+), 1 deletion(-) Index: ll

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

2007-02-27 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: CallingConvLower.cpp updated: 1.3 -> 1.4 --- Log message: add methods for analysis of call results and return nodes. --- Diffs of the changes: (+42 -12) CallingConvLower.cpp | 54 +++ 1 fi

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

2007-02-27 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: CallingConvLower.h updated: 1.3 -> 1.4 --- Log message: add methods for analysis of call results and return nodes. --- Diffs of the changes: (+11 -3) CallingConvLower.h | 14 +++--- 1 files changed, 11 insertions(+), 3 deletions(-)

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

2007-02-27 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.354 -> 1.355 --- Log message: use high-level functions in CCState --- Diffs of the changes: (+6 -15) X86ISelLowering.cpp | 21 ++--- 1 files changed, 6 insertions(+), 15 deletions(-) Index: llvm/li

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

2007-02-27 Thread Nate Begeman
Changes in directory llvm/lib/CodeGen: MachOWriter.cpp updated: 1.28 -> 1.29 MachOWriter.h updated: 1.1 -> 1.2 --- Log message: More Mach-O writer improvements. --- Diffs of the changes: (+61 -32) MachOWriter.cpp | 85 MachOWriter.

[llvm-commits] CVS: llvm/include/llvm/Target/TargetMachOWriterInfo.h

2007-02-27 Thread Nate Begeman
Changes in directory llvm/include/llvm/Target: TargetMachOWriterInfo.h updated: 1.3 -> 1.4 --- Log message: More Mach-O writer improvements. --- Diffs of the changes: (+2 -1) TargetMachOWriterInfo.h |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm/include/llvm/Targ

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

2007-02-27 Thread Nate Begeman
Changes in directory llvm/lib/Target/PowerPC: PPCMachOWriterInfo.cpp updated: 1.4 -> 1.5 PPCMachOWriterInfo.h updated: 1.3 -> 1.4 --- Log message: More Mach-O writer improvements. --- Diffs of the changes: (+16 -6) PPCMachOWriterInfo.cpp | 20 +++- PPCMachOWriterInfo.h

<    1   2