search for: ix86_expand_move

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

2008 Mar 19
0
[LLVMdev] Merge Patch File
...(first use in this function) ../../gcc-4.2.llvm.master/gcc/config/i386/i386.c:7682: error: (Each undeclared identifier is reported only once ../../gcc-4.2.llvm.master/gcc/config/i386/i386.c:7682: error: for each function it appears in.) ../../gcc-4.2.llvm.master/gcc/config/i386/i386.c: In function ‘ix86_expand_move’: ../../gcc-4.2.llvm.master/gcc/config/i386/i386.c:9453: warning: unused 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...
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
...ction) > ../../gcc-4.2.llvm.master/gcc/config/i386/i386.c:7682: error: (Each undeclared identifier is reported only once > ../../gcc-4.2.llvm.master/gcc/config/i386/i386.c:7682: error: for each function it appears in.) > ../../gcc-4.2.llvm.master/gcc/config/i386/i386.c: In function 'ix86_expand_move': > ../../gcc-4.2.llvm.master/gcc/config/i386/i386.c:9453: warning: unused variable 'insn' Fixed here: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20080317/059912.html > ../../gcc-4.2.llvm.master/gcc/config/i386/i386.c: In function 'ix86_expand_convert_uns...
2006 Sep 09
1
[LLVMdev] gfortran: link error building gfortran on linux
...ning: no previous prototype for 'reset_optimization_options' ../../src/gcc/config/i386/i386.c: In function 'ix86_file_end': ../../src/gcc/config/i386/i386.c:4304: warning: implicit declaration of function 'text_coal_section' ../../src/gcc/config/i386/i386.c: In function 'ix86_expand_move': ../../src/gcc/config/i386/i386.c:8087: warning: unused variable 'insn' ../../src/gcc/config/i386/i386.c: In function 'ix86_expand_convert_DI2DF_sse': ../../src/gcc/config/i386/i386.c:8895: warning: large integer implicitly truncated to unsigned type ...snip lots of compilatio...
2010 Aug 16
3
[LLVMdev] -fomit-frame-pointer on intel darwin
Can anyone shed some light on the origins of the comments... /* Mach-O doesn't support omitting the frame pointer for now. */ ...in gcc/config/i386/i386.c. FSF gcc trunk has enabled the omit-frame-pointer option as the default for both i386 and x86_64 recently. * config.gcc: Handle --enable-frame-pointer. * configure.ac: Add --enable-frame-pointer. * configure: Regenerated. *