search for: pseudo_alloc

Displaying 3 results from an estimated 3 matches for "pseudo_alloc".

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
2008 May 24
5
[LLVMdev] A quick update on FreeBSD support
...ter/home/marcel/LLVM/src/llvm/test/ CodeGen/Generic/select.ll | llc .ident "LLVM-ia64" .psr lsb .radix C .psr abi64 .section .text, "ax", "progbits" .align 32 .global testConsts .type testConsts, @function testConsts: alloc r3 = ar.pfs,0,0,0,0 // PSEUDO_ALLOC ;; mov ar.pfs = r3 br.ret.sptk.many rp .align 32 .global unusedBool .type unusedBool, @function unusedBool: alloc r3 = ar.pfs,0,0,0,0 // PSEUDO_ALLOC ;; mov ar.pfs = r3 br.ret.sptk.many rp .align 32 .global mergeConstants .type mergeConstants, @function mergeConstants: alloc r3 =...