search for: ix86_expand_convert_sign_di2df_ss

Displaying 5 results from an estimated 5 matches for "ix86_expand_convert_sign_di2df_ss".

2008 Mar 19
2
[LLVMdev] Merge Patch File
...../gcc-4.2.llvm.master/gcc/config/i386/i386.c: In function 'ix86_expand_convert_uns_DI2DF_sse': > ../../gcc-4.2.llvm.master/gcc/config/i386/i386.c:10270: warning: large integer implicitly truncated to unsigned type > ../../gcc-4.2.llvm.master/gcc/config/i386/i386.c: In function 'ix86_expand_convert_sign_DI2DF_sse': > ../../gcc-4.2.llvm.master/gcc/config/i386/i386.c:10377: warning: large integer implicitly truncated to unsigned type > These aren't from the patch... -bw
2008 Mar 19
0
[LLVMdev] Merge Patch File
....llvm.master/gcc/config/i386/i386.c: In function 'ix86_expand_convert_uns_DI2DF_sse': > > ../../gcc-4.2.llvm.master/gcc/config/i386/i386.c:10270: warning: large integer implicitly truncated to unsigned type > > ../../gcc-4.2.llvm.master/gcc/config/i386/i386.c: In function 'ix86_expand_convert_sign_DI2DF_sse': > > ../../gcc-4.2.llvm.master/gcc/config/i386/i386.c:10377: warning: large integer implicitly truncated to unsigned type > > > These aren't from the patch... Yup, it's been like that for ever. I was secretly hoping you would fix them too :) Ciao, Duncan.
2008 Mar 19
0
[LLVMdev] Merge Patch File
...used variable ‘insn’ ../../gcc-4.2.llvm.master/gcc/config/i386/i386.c: In function ‘ix86_expand_convert_uns_DI2DF_sse’: ../../gcc-4.2.llvm.master/gcc/config/i386/i386.c:10270: warning: large integer implicitly truncated to unsigned type ../../gcc-4.2.llvm.master/gcc/config/i386/i386.c: In function ‘ix86_expand_convert_sign_DI2DF_sse’: ../../gcc-4.2.llvm.master/gcc/config/i386/i386.c:10377: warning: large integer implicitly truncated to unsigned type Ciao, D.
2008 Mar 18
2
[LLVMdev] Merge Patch File
Hi all, The LLVM GCC merge patch file is available here: http://nondot.org/~void/llvm-r139307-r142930.diff.gz Share and enjoy! -bw
2008 Mar 19
2
[LLVMdev] Merge Patch File
.../gcc/config/i386/i386.c: In function 'ix86_expand_convert_uns_DI2DF_sse': > > > ../../gcc-4.2.llvm.master/gcc/config/i386/i386.c:10270: warning: large integer implicitly truncated to unsigned type > > > ../../gcc-4.2.llvm.master/gcc/config/i386/i386.c: In function 'ix86_expand_convert_sign_DI2DF_sse': > > > ../../gcc-4.2.llvm.master/gcc/config/i386/i386.c:10377: warning: large integer implicitly truncated to unsigned type > > > > > These aren't from the patch... > > Yup, it's been like that for ever. I was secretly hoping you would > fix the...