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

2007-03-14 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86JITInfo.cpp updated: 1.36 -> 1.37 --- Log message: Oops. --- Diffs of the changes: (+1 -1) X86JITInfo.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/X86/X86JITInfo.cpp diff -u llvm/lib/Target/X86/X86JITInfo

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

2007-03-14 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86JITInfo.cpp updated: 1.35 -> 1.36 --- Log message: x86-64 JIT stub codegen. --- Diffs of the changes: (+11 -0) X86JITInfo.cpp | 11 +++ 1 files changed, 11 insertions(+) Index: llvm/lib/Target/X86/X86JITInfo.cpp diff -u llvm/lib/Targe

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

2007-03-14 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86JITInfo.cpp updated: 1.34 -> 1.35 --- Log message: Preliminary support for X86-64 JIT stub codegen. --- Diffs of the changes: (+35 -3) X86JITInfo.cpp | 38 +++--- 1 files changed, 35 insertions(+), 3 deletions(-)

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

2007-01-29 Thread Anton Korobeynikov
Changes in directory llvm/lib/Target/X86: X86JITInfo.cpp updated: 1.33 -> 1.34 --- Log message: Save all registers by default, as they can be used to pass parameters for "inreg" calls --- Diffs of the changes: (+11 -13) X86JITInfo.cpp | 24 +++- 1 files changed, 11 i

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

2006-11-16 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86JITInfo.cpp updated: 1.30 -> 1.31 --- Log message: Align stubs on 4 byte boundary. This fixes 447.dealII. --- Diffs of the changes: (+2 -2) X86JITInfo.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/Target/X86/

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

2006-10-16 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86JITInfo.cpp updated: 1.29 -> 1.30 --- Log message: One more try. --- Diffs of the changes: (+6 -4) X86JITInfo.cpp | 10 ++ 1 files changed, 6 insertions(+), 4 deletions(-) Index: llvm/lib/Target/X86/X86JITInfo.cpp diff -u llvm/lib/Tar

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

2006-10-16 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86JITInfo.cpp updated: 1.28 -> 1.29 --- Log message: Unbreak x86-64 build. --- Diffs of the changes: (+9 -2) X86JITInfo.cpp | 11 +-- 1 files changed, 9 insertions(+), 2 deletions(-) Index: llvm/lib/Target/X86/X86JITInfo.cpp diff -u ll

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

2006-10-16 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86JITInfo.cpp updated: 1.27 -> 1.28 --- Log message: Added a X86CompilationCallback variant which saves XMM argument registers for targets with SSE. --- Diffs of the changes: (+58 -1) X86JITInfo.cpp | 59 +

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

2006-09-08 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86JITInfo.cpp updated: 1.26 -> 1.27 --- Log message: Use __USER_LABEL_PREFIX__ to get the prefix added by the current host. --- Diffs of the changes: (+14 -15) X86JITInfo.cpp | 29 ++--- 1 files changed, 14 insertions(+)

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

2006-07-05 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86JITInfo.cpp updated: 1.22 -> 1.23 --- Log message: Fix JIT on non MacOS X i386 systems. --- Diffs of the changes: (+0 -4) X86JITInfo.cpp |4 1 files changed, 4 deletions(-) Index: llvm/lib/Target/X86/X86JITInfo.cpp diff -u llvm/lib/Tar

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

2006-06-28 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86JITInfo.cpp updated: 1.21 -> 1.22 --- Log message: Let X86CompilationCallback pass previous frame and return address to X86CompilationCallback2. Remove alloca hack. --- Diffs of the changes: (+7 -10) X86JITInfo.cpp | 17 +++-- 1 fi

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

2006-06-01 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86JITInfo.cpp updated: 1.19 -> 1.20 --- Log message: Silence -pedantic warning. --- Diffs of the changes: (+3 -1) X86JITInfo.cpp |4 +++- 1 files changed, 3 insertions(+), 1 deletion(-) Index: llvm/lib/Target/X86/X86JITInfo.cpp diff -u llvm/

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

2006-04-29 Thread Jeff Cohen
Changes in directory llvm/lib/Target/X86: X86JITInfo.cpp updated: 1.16 -> 1.17 --- Log message: Mingw32 patches supplied by Anton Korobeynikov. --- Diffs of the changes: (+2 -2) X86JITInfo.cpp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/lib/Target/X86/X86JITI

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

2006-04-25 Thread Nate Begeman
Changes in directory llvm/lib/Target/X86: X86JITInfo.cpp updated: 1.15 -> 1.16 --- Log message: Keep the stack from on darwin 16-byte aligned. This fixes many JIT failres. --- Diffs of the changes: (+13 -2) X86JITInfo.cpp | 15 +-- 1 files changed, 13 insertions(+), 2 deleti

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

2006-01-26 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86JITInfo.cpp updated: 1.14 -> 1.15 --- Log message: Improve compatibility with VC2005, patch by Morten Ofstad! --- Diffs of the changes: (+5 -3) X86JITInfo.cpp |8 +--- 1 files changed, 5 insertions(+), 3 deletions(-) Index: llvm/lib/Ta