search for: 44b3d0a8

Displaying 3 results from an estimated 3 matches for "44b3d0a8".

2010 Feb 12
1
[LLVMdev] [patch] Union Types - work in progress
...ommitted, it might make sense to apply this patch after the code freeze - since the feature isn't going to be finished in time for 2.7. -- -- Talin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100211/44b3d0a8/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: union.patch Type: application/octet-stream Size: 48234 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100211/44b3d0a8/attachment.obj>
2010 Feb 10
0
[LLVMdev] [patch] Union Types - work in progress
On Feb 9, 2010, at 4:28 PM, Talin wrote: > ping... Hi Talin, sorry for the delay. FWIW, it's usually best to trickle pieces of a feature in and build it up over time, otherwise your patch just gets larger and larger. LangRef.html: + <dt><b>Union constants</b></dt> + <dd>Union constants are represented with notation similar to a structure with + a
2010 Feb 10
3
[LLVMdev] [patch] Union Types - work in progress
ping... On Thu, Jan 28, 2010 at 12:25 PM, Talin <viridia at gmail.com> wrote: > OK here's a new version of the patch - and the unions.ll test actually > passes :) > > On Mon, Jan 18, 2010 at 1:40 PM, Chris Lattner <clattner at apple.com> wrote: > >> >> On Jan 16, 2010, at 11:15 AM, Talin wrote: >> >> OK here's the patch for real this