[PATCH] D11814: Define a subtarget feature to force stack realignment

Akira Hatanaka via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 11 11:56:00 PDT 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL247450: Use function attribute "stackrealign" to decide whether stack (authored by ahatanak).

Changed prior to commit:
  http://reviews.llvm.org/D11814?vs=33457&id=34568#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D11814

Files:
  llvm/trunk/include/llvm/CodeGen/CommandFlags.h
  llvm/trunk/include/llvm/Target/TargetRegisterInfo.h
  llvm/trunk/lib/CodeGen/TargetRegisterInfo.cpp
  llvm/trunk/lib/Target/X86/X86FrameLowering.cpp
  llvm/trunk/test/CodeGen/Generic/ForceStackAlign.ll
  llvm/trunk/test/CodeGen/X86/dynamic-allocas-VLAs.ll
  llvm/trunk/test/CodeGen/X86/force-align-stack-alloca.ll
  llvm/trunk/test/CodeGen/X86/force-align-stack.ll
  llvm/trunk/test/CodeGen/X86/inline-asm-sp-clobber-memcpy.ll
  llvm/trunk/test/CodeGen/X86/movtopush.ll
  llvm/trunk/test/CodeGen/X86/pr11468.ll
  llvm/trunk/test/CodeGen/X86/stack-align-memcpy.ll
  llvm/trunk/test/CodeGen/X86/unaligned-spill-folding.ll
  llvm/trunk/test/CodeGen/X86/x86-64-baseptr.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11814.34568.patch
Type: text/x-patch
Size: 9835 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150911/1aaf3533/attachment-0001.bin>


More information about the llvm-commits mailing list