search for: testmemory

Displaying 6 results from an estimated 6 matches for "testmemory".

2004 Jun 21
4
[LLVMdev] llvm test results for FreeBSD platform
...Feature.mc.small : XPASS Feature.mc.smallest : XPASS Feature.mc.testalloca : XPASS Feature.mc.testconstants : XPASS Feature.mc.testlogical : XPASS Feature.mc.testmemory : XPASS Feature.mc.testswitch : XPASS Feature.mc.testvarargs : XPASS Feature.mc.varargs : XPASS Feature.mc.weirdnames : XPASS Regression.Assembler.ConstantExprFol...
2005 Jul 05
0
[LLVMdev] How do you determine whether a function is definedexternally to a module ?
On Sun, 3 Jul 2005, Aaron Gray wrote: >> Something like this should work: >> >> for (Module::iterator F = M->begin(), E = M->end(); F != E; ++F) >> if (F->isExternal()) >> ... Function* F is external! ... > > This is not working. For some reason there is a BasicBlock present on > undefined functions ! Which functions in particular are you
2005 Jul 03
4
[LLVMdev] How do you determine whether a function is definedexternally to a module ?
> Something like this should work: > > for (Module::iterator F = M->begin(), E = M->end(); F != E; ++F) > if (F->isExternal()) > ... Function* F is external! ... This is not working. For some reason there is a BasicBlock present on undefined functions ! I am compiling the examples from llvm/test/feature, about 28 out of 34 assemble fine. Just cannot seem to get
2004 Jun 20
0
[LLVMdev] llvm test results for FreeBSD platform
Thanks Vladimir. That's great! Glad you got it working. BTW, the failures you're seeing have been experienced by Chris and I as well. Chris is diligently working on making the LLVM processing more consistent so he track down the problem. A week ago or so, these tests passed at 100%. Reid. On Sun, 2004-06-20 at 15:50, Vladimir Merzliakov wrote: > In attached file. > > Vladimir
2004 Jun 20
2
[LLVMdev] llvm test results for FreeBSD platform
In attached file. Vladimir -------------- next part -------------- A non-text attachment was scrubbed... Name: test2004_06_20.log Type: application/octet-stream Size: 88488 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040620/98042f01/attachment.obj>
2004 Jun 21
0
[LLVMdev] llvm test results for FreeBSD platform
...: XPASS > > Feature.mc.smallest : XPASS > > Feature.mc.testalloca : XPASS > > Feature.mc.testconstants : XPASS > > Feature.mc.testlogical : XPASS > > Feature.mc.testmemory : XPASS > > Feature.mc.testswitch : XPASS > > Feature.mc.testvarargs : XPASS > > Feature.mc.varargs : XPASS > > Feature.mc.weirdnames : XPASS &gt...