Displaying 2 results from an estimated 2 matches for "c969189f".
2003 Dec 14
0
[LLVMdev] An assembly level interface for LLVM
...Systems, Inc.
rspencer at x10sys.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20031214/c969189f/attachment.sig>
2003 Dec 14
2
[LLVMdev] An assembly level interface for LLVM
Hi LLVMdev,
Sorry about the bad title, but I hope you will get my idea. I
think that in many LLVM programs that create/modify the LLVM
IR (like say a language frontend/profiler etc), and in other
cases too, some of the code is just "mechanical", for example
creating function types takes like 4-5 lines of code, but
nothing interesting goes on there. I think we can get rid of
such code by