1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/lib/Target
Evan Cheng 231b11ba87 Added field noResults to Instruction.
Currently tblgen cannot tell which operands in the operand list are results so
it assumes the first one is a result. This is bad. Ideally we would fix this
by separating results from inputs, e.g. (res R32:$dst),
(ops R32:$src1, R32:$src2). But that's a more distruptive change. Adding
'let noResults = 1' is the workaround to tell tblgen that the instruction does
not produces a result. It works for now since tblgen does not support
instructions which produce multiple results.

llvm-svn: 25017
2005-12-26 09:11:45 +00:00
..
Alpha Added field noResults to Instruction. 2005-12-26 09:11:45 +00:00
CBackend
IA64 Added field noResults to Instruction. 2005-12-26 09:11:45 +00:00
PowerPC Added field noResults to Instruction. 2005-12-26 09:11:45 +00:00
Skeleton Support multiple ValueTypes per RegisterClass, needed for upcoming vector 2005-12-01 04:51:06 +00:00
SparcV8 Added field noResults to Instruction. 2005-12-26 09:11:45 +00:00
SparcV9 Support multiple ValueTypes per RegisterClass, needed for upcoming vector 2005-12-01 04:51:06 +00:00
X86 Added field noResults to Instruction. 2005-12-26 09:11:45 +00:00
Makefile
MRegisterInfo.cpp
SubtargetFeature.cpp
Target.td Added field noResults to Instruction. 2005-12-26 09:11:45 +00:00
TargetData.cpp
TargetFrameInfo.cpp
TargetInstrInfo.cpp
TargetLowering.cpp Lefted out TargetLowering:: 2005-12-21 23:14:54 +00:00
TargetMachine.cpp
TargetMachineRegistry.cpp
TargetSchedInfo.cpp
TargetSchedule.td
TargetSelectionDAG.td support targetexternalsym 2005-12-24 23:36:59 +00:00
TargetSubtarget.cpp