llvm-6502/lib/Target
Chris Lattner 26e04bbf77 Handle ANY_EXTEND like ZERO_EXTEND. Simplify the extend/truncate code on
the observation that it only has to handle i1 -> i64 and i64 -> i1.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23201 91177308-0d34-0410-b5e6-96231b3b80d8
2005-09-02 00:15:30 +00:00
..
Alpha 1. Use SubtargetFeatures in llc/lli. 2005-09-01 21:38:21 +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 small-arguments.ll:test3 by teaching the DAG optimizer that 2005-09-01 23:44:32 +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 1. Use SubtargetFeatures in llc/lli. 2005-09-01 21:38:21 +00:00
Makefile
MRegisterInfo.cpp
SubtargetFeature.cpp This new class provides support for platform specific "features". The intent 2005-09-01 21:36:18 +00:00
Target.td spell this right 2005-08-26 20:55:40 +00:00
TargetData.cpp
TargetFrameInfo.cpp
TargetInstrInfo.cpp
TargetMachine.cpp Remove the X86 and PowerPC Simple instruction selectors; their time has 2005-08-18 23:53:15 +00:00
TargetMachineRegistry.cpp 1. Use SubtargetFeatures in llc/lli. 2005-09-01 21:38:21 +00:00
TargetSchedInfo.cpp
TargetSubtarget.cpp