[PATCH] D9858: builtins: Add __probestack support functions for x86

John Kåre Alsaker via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 8 20:01:52 PDT 2015


Zoxc removed rL LLVM as the repository for this revision.
Zoxc updated this revision to Diff 31606.
Zoxc added a comment.

This aligns the size argument to 4 and 16 bytes for x86 and x64. The guard region size is passed as a parameter in EBX/RBX.


http://reviews.llvm.org/D9858

Files:
  lib/builtins/CMakeLists.txt
  lib/builtins/README.txt
  lib/builtins/i386/probestack.S
  lib/builtins/x86_64/probestack.S

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9858.31606.patch
Type: text/x-patch
Size: 3967 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150809/3e98b749/attachment.bin>


More information about the llvm-commits mailing list