Displaying 6 results from an estimated 6 matches for "recursivetyp".
Did you mean:
recursivetype
2008 May 11
0
[LLVMdev] Python bindings available.
...: grep -v {RecursiveTy.*RecursiveTy} < %t.ll
*)
let ty = opaque_type () in
let th = handle_to_type ty in
refine_type ty (pointer_type ty);
let ty = type_of_handle th in
insist (define_type_name "RecursiveTy" ty m);
insist (ty == element_type ty)
Which constructs %RecursiveType = type %RecursiveType*.
>> Finally, just as the C++ STL has reverse_iterator, it did prove
>> necessary to have a separate (At_begin parent | After element) type
>> in order to walk the IR backwards.
>
> Well, it's possible to do:
>
> for inst in reversed(blo...
2008 May 11
2
[LLVMdev] Python bindings available.
Hi Gordon,
Thanks for your comments.
> > Constant.string(value, dont_null_terminate) -- value is a string
> > Constant.struct(consts, packed) -- a struct, consts is a list of
> > other constants, packed is boolean
>
> I did this in Ocaml initially, but found the boolean constants pretty
> confusing to read in code. I kept asking "What's that random true
2004 Jun 21
4
[LLVMdev] llvm test results for FreeBSD platform
...Feature.mc.globalvars : XPASS
Feature.mc.indirectcall : XPASS
Feature.mc.indirectcall2 : XPASS
Feature.mc.properties : XPASS
Feature.mc.prototype : XPASS
Feature.mc.recursivetype : XPASS
Feature.mc.simplecalltest : XPASS
Feature.mc.small : XPASS
Feature.mc.smallest : XPASS
Feature.mc.testalloca : XPASS
Feature.mc.testconstants...
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.indirectcall : XPASS
>
> Feature.mc.indirectcall2 : XPASS
>
> Feature.mc.properties : XPASS
>
> Feature.mc.prototype : XPASS
>
> Feature.mc.recursivetype : XPASS
>
> Feature.mc.simplecalltest : XPASS
>
> Feature.mc.small : XPASS
>
> Feature.mc.smallest : XPASS
>
> Feature.mc.testalloca : XPASS
>...