llvm-6502/lib/Target
Nate Begeman c09eeec0eb Implement i64<->fp using the fctidz/fcfid instructions on PowerPC when we
are allowed to generate 64-bit-only PowerPC instructions for 32 bit hosts,
such as the PowerPC 970.

This speeds up 189.lucas from 81.99 to 32.64 seconds.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23250 91177308-0d34-0410-b5e6-96231b3b80d8
2005-09-06 22:03:27 +00:00
..
Alpha Fix up the AssertXext problem, as well as adding it at calls 2005-09-06 17:00:23 +00:00
CBackend 1. Use SubtargetFeatures in llc/lli. 2005-09-01 21:38:21 +00:00
IA64 Handle ANY_EXTEND like ZERO_EXTEND. Simplify the extend/truncate code on 2005-09-02 00:15:30 +00:00
PowerPC Implement i64<->fp using the fctidz/fcfid instructions on PowerPC when we 2005-09-06 22:03:27 +00:00
Skeleton 1. Use SubtargetFeatures in llc/lli. 2005-09-01 21:38:21 +00:00
Sparc 1. Use SubtargetFeatures in llc/lli. 2005-09-01 21:38:21 +00:00
SparcV8 1. Use SubtargetFeatures in llc/lli. 2005-09-01 21:38:21 +00:00
SparcV9 1. Use SubtargetFeatures in llc/lli. 2005-09-01 21:38:21 +00:00
X86 Handle any_extend like zext 2005-09-02 00:16:09 +00:00
Makefile
MRegisterInfo.cpp
SubtargetFeature.cpp Add help support for -mcpu and -mattr. 2005-09-02 19:27:43 +00:00
Target.td
TargetData.cpp
TargetFrameInfo.cpp
TargetInstrInfo.cpp
TargetMachine.cpp
TargetMachineRegistry.cpp 1. Use SubtargetFeatures in llc/lli. 2005-09-01 21:38:21 +00:00
TargetSchedInfo.cpp
TargetSubtarget.cpp