[PATCH] [Stackmap]Add AnyReg calling convention support for patchpoint intrinsic.

Juergen Ributzka juergen at ributzka.de
Tue Nov 5 16:59:29 PST 2013


  Add an assertion to warn about the usage of anyregcc for anything else than the stack map and patchpoint intrinsics. In a release build the compiler now falls back to X86 C calling convention. Also updated the code to cleanly integrate with the latest changes on trunk.

Hi atrick, lhames,

http://llvm-reviews.chandlerc.com/D2009

CHANGE SINCE LAST DIFF
  http://llvm-reviews.chandlerc.com/D2009?vs=5302&id=5366#toc

Files:
  include/llvm/CodeGen/StackMaps.h
  include/llvm/IR/CallingConv.h
  include/llvm/Target/Target.td
  lib/AsmParser/LLLexer.cpp
  lib/AsmParser/LLParser.cpp
  lib/AsmParser/LLToken.h
  lib/CodeGen/SelectionDAG/InstrEmitter.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
  lib/CodeGen/StackMaps.cpp
  lib/Target/X86/X86CallingConv.h
  lib/Target/X86/X86CallingConv.td
  lib/Target/X86/X86FastISel.cpp
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86InstrInfo.cpp
  lib/Target/X86/X86MCInstLower.cpp
  lib/Target/X86/X86RegisterInfo.cpp
  test/CodeGen/X86/anyregcc.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D2009.4.patch
Type: text/x-patch
Size: 33949 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131105/38b8b1ec/attachment.bin>


More information about the llvm-commits mailing list