First round of ppc long double. call/return and
authorDale Johannesen <dalej@apple.com>
Fri, 5 Oct 2007 20:04:43 +0000 (20:04 +0000)
committerDale Johannesen <dalej@apple.com>
Fri, 5 Oct 2007 20:04:43 +0000 (20:04 +0000)
commit161e897b0fb35d156b2fe720fadabd975b0d6723
tree7077a0839c21a1e72afa5dd377d02c66466159a0
parentb952d1f5be9238b7d39ccb72303b677d97bd8ec5
First round of ppc long double.  call/return and
basic arithmetic works.
Rename RTLIB long double functions to distinguish
different flavors of long double; the lib functions
have different names, alas.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42644 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/RuntimeLibcalls.h
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/Target/PowerPC/PPCCallingConv.td
lib/Target/PowerPC/PPCISelLowering.cpp
test/CodeGen/PowerPC/ppcf128-1-opt.ll [new file with mode: 0644]
test/CodeGen/PowerPC/ppcf128-1.ll [new file with mode: 0644]