Sanjoy Das
2011-Sep-03 13:09 UTC
[LLVMdev] [PATCH] Split init.trampoline into init.trampoline & adjust.trampoline
Hi! Thank you for the detailed review. I've attached a new set of patches. -- Sanjoy Das http://playingwithpointers.com -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-New-trampoline-intrinsics-for-LLVM.patch Type: text/x-diff Size: 16783 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110903/f3ced529/attachment.patch> -------------- next part -------------- A non-text attachment was scrubbed... Name: 0002-Fix-the-InstCombine-pass.patch Type: text/x-diff Size: 7734 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110903/f3ced529/attachment-0001.patch> -------------- next part -------------- A non-text attachment was scrubbed... Name: 0003-Test-cases-for-the-new-trampoline-intrinsics.patch Type: text/x-diff Size: 9858 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110903/f3ced529/attachment-0002.patch> -------------- next part -------------- A non-text attachment was scrubbed... Name: 0004-AutoUpgrade-for-llvm.init.trampoline.patch Type: text/x-diff Size: 2989 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110903/f3ced529/attachment-0003.patch> -------------- next part -------------- A non-text attachment was scrubbed... Name: 0005-Test-case-for-the-trampoline-AutoUpgrade-code.patch Type: text/x-diff Size: 1165 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110903/f3ced529/attachment-0004.patch>
Sanjoy Das
2011-Sep-03 18:36 UTC
[LLVMdev] [PATCH] Split init.trampoline into init.trampoline & adjust.trampoline
Hi! It seems I forgot to attach the patch that documentations the two new intrinsics. I've attached it here. Thanks! -- Sanjoy Das http://playingwithpointers.com -------------- next part -------------- A non-text attachment was scrubbed... Name: 0006-Documentation.patch Type: text/x-diff Size: 5722 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110904/98a87274/attachment.patch>
Sanjoy Das
2011-Sep-03 18:38 UTC
[LLVMdev] [PATCH] Split init.trampoline into init.trampoline & adjust.trampoline
For completeness sake, here are the (two) patches to dragonegg which allow it to compile Go (using the new trampoline intrinsics). Thanks! -- Sanjoy Das http://playingwithpointers.com -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-Use-the-new-trampoline-intrinsics.patch Type: text/x-diff Size: 4574 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110904/2f259a0e/attachment.patch> -------------- next part -------------- A non-text attachment was scrubbed... Name: 0002-Enable-segmented-stacks-when-compiling-Go.patch Type: text/x-diff Size: 1181 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110904/2f259a0e/attachment-0001.patch>
Reasonably Related Threads
- [LLVMdev] [PATCH] Split init.trampoline into init.trampoline & adjust.trampoline
- [LLVMdev] [PATCH] Split init.trampoline into init.trampoline & adjust.trampoline
- [LLVMdev] [RFC] Splitting init.trampoline into init.trampoline and adjust.trampoline
- [LLVMdev] [PATCH] Split init.trampoline into init.trampoline & adjust.trampoline
- [LLVMdev] [RFC] Splitting init.trampoline into init.trampoline and adjust.trampoline