llvm-6502/lib/Target
Brian Gaeke 2ffbb6d20a Insert machine instructions generated for Phi nodes into their
corresponding MachineCodeForInstruction vectors.

I need to be able to get the register allocated for the thing which is
called PhiCpRes in this code; this should make that task easier, plus,
Phi nodes are no longer "special" in the sense that their
MachineCodeForInstruction is empty.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13904 91177308-0d34-0410-b5e6-96231b3b80d8
2004-05-30 03:33:49 +00:00
..
CBackend Fix the big regression that has been killing the nightly tester these last 2004-05-28 05:47:27 +00:00
PowerPC
Sparc
SparcV8
SparcV9 Insert machine instructions generated for Phi nodes into their 2004-05-30 03:33:49 +00:00
X86 Add support for accurate garbage collection to the LLVM code generators 2004-05-23 21:23:35 +00:00
Makefile
MRegisterInfo.cpp
Target.td
TargetData.cpp
TargetFrameInfo.cpp
TargetInstrInfo.cpp
TargetMachine.cpp
TargetSchedInfo.cpp Changed CPUResource to allow access to maxnum users. 2004-05-08 16:12:50 +00:00