Peter S. Housel
2010-May-20 20:32 UTC
[LLVMdev] [PATCH] More BitCodeFormat.html improvements
The enclosed patch adds documentation for the PARAMATTR_BLOCK, TYPE_BLOCK, and TYPE_SYMTAB_BLOCK records in the LLVM IR bitcode format. I have started documenting CONSTANTS_BLOCK and FUNCTION_BLOCK and will send patches when they are complete. -Peter- -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100520/39b61edf/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: BitCodeFormat.diff Type: application/octet-stream Size: 12418 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100520/39b61edf/attachment.obj>
Chris Lattner
2010-May-21 22:22 UTC
[LLVMdev] [PATCH] More BitCodeFormat.html improvements
Looks great, applied in r104391, thanks! -Chris On May 20, 2010, at 1:32 PM, Peter S. Housel wrote:> The enclosed patch adds documentation for the PARAMATTR_BLOCK, TYPE_BLOCK, and TYPE_SYMTAB_BLOCK records in the LLVM IR bitcode format. > > > I have started documenting CONSTANTS_BLOCK and FUNCTION_BLOCK and will send patches when they are complete. > > -Peter- > > > <<...>> > > > <BitCodeFormat.diff>_______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100521/11c86ed2/attachment.html>
Reasonably Related Threads
- [LLVMdev] [PATCH / PROPOSAL] bitcode encoding that is ~15% smaller for large bitcode files...
- Status of docs/BitCodeFormat.rst?
- Status of docs/BitCodeFormat.rst?
- [LLVMdev] patch to docs/BitCodeFormat.html
- [LLVMdev] Global variable initializer type does not match global variable type