search for: arbb

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

Did you mean: arb
2012 Jan 20
1
[LLVMdev] Public SmallVectorImpl constructor?
...argument is a SmallVectorImpl<char>). A note in the docs about not using SmallVectorImpl directly would be nice but could we go further and make SmallVectorImpl’s constructors not public? Is there a reason why they’re public right now? -- Edwin Vane Software Developer SSG/DPD/ECDL/ArBB Phone: +1 519 772 2567 iNET: 87722567 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120120/401b8f99/attachment.html>
2012 Jan 20
0
[LLVMdev] Public SmallVectorImpl constructor?
...gument is a SmallVectorImpl<char>). A note in the docs about not using SmallVectorImpl directly would be nice but could we go further and make SmallVectorImpl's constructors not public? Is there a reason why they're public right now? -- Edwin Vane Software Developer SSG/DPD/ECDL/ArBB Phone: +1 519 772 2567 iNET: 87722567 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120120/7ed97847/attachment.html>
2011 Aug 15
3
[LLVMdev] structured types as function arguments
Hi, When calling a function, does the llvm code generator support passing structured types (arrays, structs, etc.) by _value_? I wrote some small examples, and it seemed to work, but I was wondering if anything can go wrong if the structured types are very large... Thanks, N