search for: pr1557

Displaying 8 results from an estimated 8 matches for "pr1557".

2008 Jun 26
2
[LLVMdev] Compile llvm-gcc-4.2 on sparc-sun-solaris2.10
...wrote: > > On Jun 16, 2008, at 2:12 PM, heguojin at ict.ac.cn wrote: > >> Has anyone succeded ? > > This sounds like the sparc backed doesn't have inline asm support, > which isn't a surprise. I'd suggest disabling bootstrapping. That was going to be my guess (PR1557 I think it is). If I get some spare cycles in the near future I'll try to look into getting this working. Cheers, Nathan
2008 Jul 06
0
[LLVMdev] Compile llvm-gcc-4.2 on sparc-sun-solaris2.10
...wrote: > > On Jun 16, 2008, at 2:12 PM, heguojin at ict.ac.cn wrote: > >> Has anyone succeded ? > > This sounds like the sparc backed doesn't have inline asm support, > which isn't a surprise. I'd suggest disabling bootstrapping. That was going to be my guess (PR1557 I think it is). If I get some spare cycles in the near future I'll try to look into getting this working. Cheers, Nathan _______________________________________________ LLVM Developers mailing list LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/list...
2008 Jun 16
2
[LLVMdev] Compile llvm-gcc-4.2 on sparc-sun-solaris2.10
Has anyone succeded ? I got the following error message ------------- /project//g/cslp/llvm_sparc/front_end/obj/./gcc/xgcc -B/project//g/cslp/llvm_sparc/front_end/obj/./gcc/ -B/project//cslp/llvm_sparc/front_end/obj/../install/sparc-sun-solaris2.10/bin/ -B/project//cslp/llvm_sparc/front_end/obj/../install/sparc-sun-solaris2.10/lib/ -isystem
2008 Jun 20
0
[LLVMdev] Compile llvm-gcc-4.2 on sparc-sun-solaris2.10
On Jun 16, 2008, at 2:12 PM, heguojin at ict.ac.cn wrote: > Has anyone succeded ? This sounds like the sparc backed doesn't have inline asm support, which isn't a surprise. I'd suggest disabling bootstrapping. -Chris
2008 May 28
0
[LLVMdev] A quick update on FreeBSD support
...cel/LLVM/src/llvm/test/ > CodeGen/Generic/2007-04-08-MultipleFrameIndices.ll | llc I get: Couldn't allocate output reg for contraint 'r'! so it looks like inline asm related. > FAIL: /dumpster/home/marcel/LLVM/src/llvm/test/CodeGen/Generic/ > 2007-04-27-LargeMemObject.ll for PR1557 Likewise. > FAIL: /dumpster/home/marcel/LLVM/src/llvm/test/CodeGen/Generic/ > 2008-02-20-MatchingMem.ll for PR1133 Likewise. > FAIL: /dumpster/home/marcel/LLVM/src/llvm/test/CodeGen/Generic/i128- > addsub.ll > Failed with signal(SIGABRT) at line 1 > while running: llvm-as <...
2008 May 24
5
[LLVMdev] A quick update on FreeBSD support
...tion failed: (0 && "Do not know how to promote this operator!"), function PromoteOp, file /dumpster/home/marcel/LLVM/src/llvm/lib/ CodeGen/SelectionDAG/LegalizeDAG.cpp, line 4089. FAIL: /dumpster/home/marcel/LLVM/src/llvm/test/CodeGen/Generic/ 2007-04-27-LargeMemObject.ll for PR1557 Failed with exit(1) at line 1 while running: llvm-as < /dumpster/home/marcel/LLVM/src/llvm/test/ CodeGen/Generic/2007-04-27-LargeMemObject.ll | llc .ident "LLVM-ia64" .psr lsb .radix C .psr abi64 XXX: getRegForInlineAsmConstraint XXX: getRegForInlineAsmConstraint XXX: getR...
2008 May 24
0
[LLVMdev] A quick update on FreeBSD support
On May 24, 2008, at 11:43 AM, Marcel Moolenaar wrote: > All, > > So far I've tried LLVM on amd64, i386, ia64 and powerpc under FreeBSD > and aside for ia64, things look pretty good for a first try. There > are 2 unexpected failures for PowerPC, which appear to be caused by > uninitialized memory. I'm still working on a fix for that (need to > brush up on my C++
2008 May 24
2
[LLVMdev] A quick update on FreeBSD support
All, So far I've tried LLVM on amd64, i386, ia64 and powerpc under FreeBSD and aside for ia64, things look pretty good for a first try. There are 2 unexpected failures for PowerPC, which appear to be caused by uninitialized memory. I'm still working on a fix for that (need to brush up on my C++ skills). [sidenote: In FreeBSD -current, the memory allocator initializes memory with 0xa5