Implement x86 long double in jit (not really
authorDale Johannesen <dalej@apple.com>
Mon, 17 Sep 2007 18:44:13 +0000 (18:44 +0000)
committerDale Johannesen <dalej@apple.com>
Mon, 17 Sep 2007 18:44:13 +0000 (18:44 +0000)
commit1abac0d725374cb6e527d2a735a5272a4f7913fa
treeea85999d1ecea515b8d9d44f6e137cefbb0ccd75
parent76c1b97e4020faace8c95a127f1eab66c278fb58
Implement x86 long double in jit (not really
complete, but common cases work)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42043 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ExecutionEngine/GenericValue.h
lib/ExecutionEngine/ExecutionEngine.cpp
lib/ExecutionEngine/JIT/JIT.cpp