llvm-6502/lib/Target
Nate Begeman a96c4af7f1 Back out branchless SetCC code. While it helped a lot in some cases, it
hurt a lot in others.  Instead, improve branching version of SetCC and
Select instructions.  The old code will be in CVS should we ever need to
dig it up again.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15979 91177308-0d34-0410-b5e6-96231b3b80d8
2004-08-21 20:42:14 +00:00
..
CBackend Paper over CBackend/2004-08-09-va-end-null.ll 2004-08-10 00:19:16 +00:00
PowerPC Back out branchless SetCC code. While it helped a lot in some cases, it 2004-08-21 20:42:14 +00:00
Skeleton Code insertion methods now return void instead of #instrs inserted 2004-08-15 22:15:30 +00:00
Sparc Convert bytes to bits in alignment 2004-08-21 20:09:46 +00:00
SparcV8 Convert bytes to bits in alignment 2004-08-21 20:09:46 +00:00
SparcV9 Convert regclass alignment from bytes to bites 2004-08-21 20:13:09 +00:00
X86 Switch from bytes to bits for alignment for consistency 2004-08-21 20:14:13 +00:00
Makefile PowerPC is a real target now. 2004-08-05 18:22:30 +00:00
MRegisterInfo.cpp
Target.td Add two values 2004-08-21 02:17:39 +00:00
TargetData.cpp Add a new helper method to get log2(type alignment) 2004-08-17 19:13:00 +00:00
TargetFrameInfo.cpp Remove dead methods 2004-08-12 18:37:15 +00:00
TargetInstrInfo.cpp
TargetMachine.cpp Implement new constructor. 2004-08-10 23:10:25 +00:00
TargetMachineRegistry.cpp
TargetSchedInfo.cpp