Allow targets to define libcall names for mem(cpy,set,move) intrinsics, rather than...
authorSanjiv Gupta <sanjiv.gupta@microchip.com>
Thu, 30 Jul 2009 09:12:56 +0000 (09:12 +0000)
committerSanjiv Gupta <sanjiv.gupta@microchip.com>
Thu, 30 Jul 2009 09:12:56 +0000 (09:12 +0000)
commita114baa5bf0d70aed8b8cf576a864005c0d6a128
tree1a7b5665b5be29c2c14c4d15271950bf0e9ad189
parent7216920791e3374078bb72c5faf416168eaf042c
Allow targets to define libcall names for mem(cpy,set,move) intrinsics, rather than hardcoding them in DAG lowering.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77586 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/RuntimeLibcalls.h
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp