[PATCH] D25293: Create llvm.addressofreturnaddress intrinsic

Albert Gutowski via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 5 16:12:18 PDT 2016


agutowski created this revision.
agutowski added reviewers: rnk, majnemer.
agutowski added a subscriber: llvm-commits.

We need a new LLVM intrinsic to implement MS _AddressOfReturnAddress builtin on 64-bit Windows.


https://reviews.llvm.org/D25293

Files:
  docs/LangRef.rst
  include/llvm/CodeGen/ISDOpcodes.h
  include/llvm/IR/Intrinsics.td
  lib/Analysis/ObjCARCInstKind.cpp
  lib/CodeGen/IntrinsicLowering.cpp
  lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86ISelLowering.h
  test/CodeGen/X86/addr-of-ret-addr.ll
  test/CodeGen/X86/win64_frame.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25293.73703.patch
Type: text/x-patch
Size: 8518 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161005/8393163e/attachment.bin>


More information about the llvm-commits mailing list