search for: globalinfunction

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

2011 Nov 04
7
[LLVMdev] JIT should query host info at runtime - Re: buildbot failure in LLVM on llvm-gcc-build-x86_64-darwin10-x-mingw32-x-armeabi
...LLVM :: ExecutionEngine/hello.ll LLVM :: ExecutionEngine/hello2.ll LLVM :: ExecutionEngine/stubs.ll LLVM :: ExecutionEngine/test-call.ll LLVM :: ExecutionEngine/test-fp.ll LLVM :: ExecutionEngine/test-loadstore.ll LLVM-Unit :: ExecutionEngine/JIT/Debug+Asserts/JITTests/JIT.GlobalInFunction LLVM-Unit :: ExecutionEngine/JIT/Debug+Asserts/JITTests/JITTest.AvailableExternallyGlobalIsntEmitted LLVM-Unit :: ExecutionEngine/JIT/Debug+Asserts/JITTests/JITTest.EscapedLazyStubStillCallable LLVM-Unit :: ExecutionEngine/JIT/Debug+Asserts/JITTests/JITTest.FarCallToKnownFunction LL...
2011 Nov 29
0
[LLVMdev] LLVM on ARM testing.
...5s ******************** Failing Tests (7): LLVM :: ExecutionEngine/2002-12-16-ArgTest.ll LLVM :: ExecutionEngine/test-fp.ll LLVM :: Object/objdump-disassembly-inline-relocations.test LLVM :: Object/objdump-trivial-object.test LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JIT.GlobalInFunction LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITTest.AvailableExternallyGlobalIsntEmitted LLVM-Unit :: ExecutionEngine/JIT/Release/JITTests/JITTest.FunctionPointersOutliveTheirCreator Expected Passes : 3239 Expected Failures : 46 Unsupported Tests : 2352 Unexpected Failur...
2011 Nov 04
0
[LLVMdev] JIT should query host info at runtime - Re: buildbot failure in LLVM on llvm-gcc-build-x86_64-darwin10-x-mingw32-x-armeabi
...lo.ll >    LLVM :: ExecutionEngine/hello2.ll >    LLVM :: ExecutionEngine/stubs.ll >    LLVM :: ExecutionEngine/test-call.ll >    LLVM :: ExecutionEngine/test-fp.ll >    LLVM :: ExecutionEngine/test-loadstore.ll >    LLVM-Unit :: > ExecutionEngine/JIT/Debug+Asserts/JITTests/JIT.GlobalInFunction >    LLVM-Unit :: > ExecutionEngine/JIT/Debug+Asserts/JITTests/JITTest.AvailableExternallyGlobalIsntEmitted >    LLVM-Unit :: > ExecutionEngine/JIT/Debug+Asserts/JITTests/JITTest.EscapedLazyStubStillCallable >    LLVM-Unit :: > ExecutionEngine/JIT/Debug+Asserts/JITTests/JITTest.Fa...
2011 Oct 17
1
[LLVMdev] LLC ARM Backend maintainer
Also, was this with binutils-gold? -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Tobias Grosser Sent: 17 October 2011 09:56 To: Pawel Wodnicki Cc: llvmdev Subject: Re: [LLVMdev] LLC ARM Backend maintainer On 10/17/2011 09:20 AM, Pawel Wodnicki wrote: > > My first ARM testing results or lack of them indicate > that
2011 Jul 03
9
[LLVMdev] LLVM on ARM testing.
Hello, I asked here for kind of reference GCC version which LLVM development team is using for *native* testing on ARM hardware. (no cross compilation!) last week or so. I've been curious myself how the situation looks and so I tested LLVM 2.9 as a reference point and LLVM HEAD as of June 29 on ARMv7 (two boards with two different Ubuntu versions) compiled by GCC 4.3.4, 4.4.1, 4.4.5,
2011 Nov 04
1
[LLVMdev] JIT should query host info at runtime - Re: buildbot failure in LLVM on llvm-gcc-build-x86_64-darwin10-x-mingw32-x-armeabi
...ecutionEngine/hello2.ll >>    LLVM :: ExecutionEngine/stubs.ll >>    LLVM :: ExecutionEngine/test-call.ll >>    LLVM :: ExecutionEngine/test-fp.ll >>    LLVM :: ExecutionEngine/test-loadstore.ll >>    LLVM-Unit :: >> ExecutionEngine/JIT/Debug+Asserts/JITTests/JIT.GlobalInFunction >>    LLVM-Unit :: >> ExecutionEngine/JIT/Debug+Asserts/JITTests/JITTest.AvailableExternallyGlobalIsntEmitted >>    LLVM-Unit :: >> ExecutionEngine/JIT/Debug+Asserts/JITTests/JITTest.EscapedLazyStubStillCallable >>    LLVM-Unit :: >> ExecutionEngine/JIT/Debug+Ass...
2009 Aug 27
1
[LLVMdev] llvm-gcc-4.2-2.5 fails to build from source on arm: - ARM buildbot are installed.
...d i am doing my best to stabilise it. There are also one failure with the theTransforms/LICM/2003-12-11-SinkingToPHI.ll test. Im currently investigating the following bugs that are probably causing most of these JIT-showstoppers for ARM: http://llvm.org/bugs/show_bug.cgi?id=4772 ARM unittest JIT.GlobalInFunction fail during ARM Machine... http://llvm.org/bugs/show_bug.cgi?id=4592 ARM JIT 1+1=0 http://llvm.org/bugs/show_bug.cgi?id=4593 ARM JIT BrainF -jit hello.bf Asserts while deleting putchar Any advise on how to best tackle the remaining ~28 JIT bugs using common tools like gdb and code manipulation...
2009 Aug 19
5
[LLVMdev] llvm-gcc-4.2-2.5 fails to build from source on arm: MACHO_DYNAMIC_NO_PIC_P undeclared
On Aug 4, 2009, at 5:33 AM, Anton Korobeynikov wrote: > Hello, Martin > >> llvm-gcc-4.2-2.5 is failing to build from source on arm, sparc, >> powerpc and ia64, only succeeding on i386 and amd64: >> http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=llvm-gcc-4.2;dist=unstable >> so it looks like the 2.5 release was never properly tested before it >> was published.