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
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
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(-)
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
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/
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
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
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 +
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(+)
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
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
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/
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
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
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
15 matches
Mail list logo