Add X86FastISel support for return statements. This entails refactoring
authorDan Gohman <gohman@apple.com>
Wed, 7 Jul 2010 18:32:53 +0000 (18:32 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 7 Jul 2010 18:32:53 +0000 (18:32 +0000)
commitf423a69839c4810b890f8a8b09fb8cfbd6bf0139
tree645da31df650ccfb33454f4058865ee746a87398
parentced9ec9baceb8fd89fc657cfeeb1697f27d2e6ec
Add X86FastISel support for return statements. This entails refactoring
a bunch of stuff, to allow the target-independent calling convention
logic to be employed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107800 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/CallingConvLower.h
include/llvm/Target/TargetLowering.h
lib/CodeGen/CallingConvLower.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/Target/X86/X86FastISel.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h
lib/Target/XCore/XCoreISelLowering.cpp
lib/Target/XCore/XCoreISelLowering.h
test/CodeGen/X86/fast-isel-gep.ll