Add support for stack map generation in the X86 backend.
authorAndrew Trick <atrick@apple.com>
Thu, 31 Oct 2013 22:11:56 +0000 (22:11 +0000)
committerAndrew Trick <atrick@apple.com>
Thu, 31 Oct 2013 22:11:56 +0000 (22:11 +0000)
commit3d74dea4bddc84d1881efc21eb5eefbddbfa9aed
tree76963fde5a977fb0fa931940c4db9351d916d0e4
parent53446e50a08451df106f76205c6081bf5a103c9f
Add support for stack map generation in the X86 backend.

Originally implemented by Lang Hames.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193811 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/StackMaps.h [new file with mode: 0644]
lib/CodeGen/CMakeLists.txt
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/CodeGen/StackMaps.cpp [new file with mode: 0644]
lib/Target/X86/X86AsmPrinter.cpp
lib/Target/X86/X86AsmPrinter.h
lib/Target/X86/X86InstrInfo.cpp
lib/Target/X86/X86MCInstLower.cpp
test/CodeGen/X86/patchpoint.ll [new file with mode: 0644]
test/CodeGen/X86/stackmap.ll [new file with mode: 0644]