search for: c91e7dda

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

2011 Nov 28
1
[LLVMdev] LLVM 3.0 release notes
...er structures, even if their layout is identical. (of course anonymous structures are still uniqued by layout). > Looks good to me, please commit! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111128/c91e7dda/attachment.html>
2011 Nov 28
0
[LLVMdev] LLVM 3.0 release notes
Internal API changes mentioned the Type system changes twice... merging. It should now read: The biggest and most pervasive change is that the type system has been rewritten: PATypeHolder and OpaqueType are gone, and all APIs deal with Type* instead of const Type*. If you need to create recursive structures, then create a named structure, and use setBody() when all its elements are built. Type
2011 Nov 27
4
[LLVMdev] LLVM 3.0 release notes
The first draft of the LLVM 3.0 release notes now done, in llvm/docs/ReleaseNotes.html (the web page isn't autoupdating at the moment). Please take a look and make corrections or enhancements as you see fit. There are still a few things that I need from specific people (marked with XXX's): - BillW is writing a blog about exception handling. - The llvm.expect intrinsic isn't documented