Displaying 2 results from an estimated 2 matches for "c05ea26a".
2012 Apr 15
2
[LLVMdev] MDBuilder - helper for making metadata
Here's a first attempt at a MDBuilder class that makes it easier to create
metadata. It has utilities for creating range and tbaa metadata (which by
a strange coincidence are the kinds used by dragonegg).
Ciao, Duncan.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mdbuilder.diff
Type: text/x-patch
Size: 4150 bytes
Desc: not available
URL:
2012 Apr 15
0
[LLVMdev] MDBuilder - helper for making metadata
On Sun, Apr 15, 2012 at 3:35 PM, Duncan Sands <baldrick at free.fr> wrote:
> Here's a first attempt at a MDBuilder class that makes it easier to create
> metadata. It has utilities for creating range and tbaa metadata (which by
> a strange coincidence are the kinds used by dragonegg).
>
This seems like a fine interface. I'd love it for folks more familiar w/
the