[LLVMdev] Fixing segmented stacks

Sanjoy Das sanjoy at playingwithpointers.com
Sun Oct 23 00:24:48 PDT 2011


Hi!

The first patch fixes the problem of a MOV after a RET by emitting a
fake instruction (as suggested by Duncan), which is lowered in
MCInstLower.

The second patch fixes a bug reported by -verify-machineinstrs.

Thanks!
-- 
Sanjoy Das
http://playingwithpointers.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Use-a-fake-instruction-for-the-stack-expansion-seque.patch
Type: text/x-diff
Size: 5276 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111023/c14374eb/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Fixes-an-issue-reported-by-verify-machineinstrs.patch
Type: text/x-diff
Size: 4297 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111023/c14374eb/attachment-0001.patch>


More information about the llvm-dev mailing list