OSDN Git Service

Use the same CALL instructions for Windows as for everything else.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 16 Feb 2012 17:56:02 +0000 (17:56 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 16 Feb 2012 17:56:02 +0000 (17:56 +0000)
commit527a08b253795cf09de41c289c9dc071f00b1d4a
tree9172db897725297e44d7609b41b8411b9f748d0b
parente3186774f36d0c950ea686d9e05910d8d2e194f9
Use the same CALL instructions for Windows as for everything else.

The different calling conventions and call-preserved registers are
represented with regmask operands that are added dynamically.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150708 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86CodeEmitter.cpp
lib/Target/X86/X86FastISel.cpp
lib/Target/X86/X86ISelDAGToDAG.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86InstrCompiler.td
lib/Target/X86/X86InstrControl.td
lib/Target/X86/X86InstrInfo.cpp
lib/Target/X86/X86InstrInfo.td
lib/Target/X86/X86MCInstLower.cpp