History log of /llvm-project/llvm/lib/CodeGen/CallingConvLower.cpp (Results 76 – 78 of 78)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 2d4d01d0 07-Jul-2010 Dan Gohman <gohman@apple.com>

Add X86FastISel support for return statements. This entails refactoring
a bunch of stuff, to allow the target-independent calling convention
logic to be employed.

llvm-svn: 107800


# fe7532a3 07-Jul-2010 Dan Gohman <gohman@apple.com>

Split the SDValue out of OutputArg so that SelectionDAG-independent
code can do calling-convention queries. This obviates OutputArgReg.

llvm-svn: 107786


# 498e5f89 07-Jul-2010 Dan Gohman <gohman@apple.com>

Move CallingConvLower.cpp out of the SelectionDAG directory.

llvm-svn: 107781


1234