Displaying 4 results from an estimated 4 matches for "pr1133".
Did you mean:
pr14133
2008 May 28
0
[LLVMdev] A quick update on FreeBSD support
...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 < /dumpster/home/marcel/LLVM/src/llvm/test/
> CodeGen/Generic/i128-addsub.ll | llc
>
> .ident "LLVM-ia64"...
2008 May 24
5
[LLVMdev] A quick update on FreeBSD support
...aint
XXX: getRegClassForInlineAsmConstraint
XXX: getRegForInlineAsmConstraint
XXX: getRegForInlineAsmConstraint
XXX: getRegClassForInlineAsmConstraint
Could not match memory address. Inline asm failure!
FAIL: /dumpster/home/marcel/LLVM/src/llvm/test/CodeGen/Generic/
2008-02-20-MatchingMem.ll for PR1133
Failed with exit(1) at line 1
while running: llvm-as < /dumpster/home/marcel/LLVM/src/llvm/test/
CodeGen/Generic/2008-02-20-MatchingMem.ll | llc
.ident "LLVM-ia64"
.psr lsb
.radix C
.psr abi64
XXX: getRegForInlineAsmConstraint
XXX: getRegForInlineAsmConstraint
XXX: getRegC...
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