llvm-6502/lib/Target
Vikram S. Adve f5af636dbe Significant changes to correctly spill CC registers and to correctly
handle conditional move instructions:
-- cpMem<->Reg functions now support CC registers (int and FP) correctly.
-- Scratch registers must be explicitly provided to cpMem<->Reg when
   needed, since CC regs need one to be copied to/from memory.
-- CC regs are saved to a scratch register instead of stack.
-- All regs used by a instruction are now recorded in MachineInstr::regsUsed,
   since regs used to save values *across* an instruction are not obvious
   either from the operands or from the LiveVar sets.
-- An (explicit or implicit) operand may now be both a def and a use.
   This is needed for conditional move operations.
   So an operand may need spill code both before and after the instruction.
-- class MachineCodeForBasicBlock is now an annotation on BasicBlock.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2833 91177308-0d34-0410-b5e6-96231b3b80d8
2002-07-08 23:15:32 +00:00
..
CBackend Fix anands changes 2002-06-30 16:07:20 +00:00
SparcV9 Significant changes to correctly spill CC registers and to correctly 2002-07-08 23:15:32 +00:00
MachineFrameInfo.cpp Implementation of class MachineFrameInfo. 2002-04-25 04:35:27 +00:00
Makefile Make a new llvm/Target #include directory. 2001-09-14 05:34:53 +00:00
TargetData.cpp Add integer register size field. 2002-05-19 15:28:02 +00:00
TargetMachine.cpp Added class MachineCacheInfo. 2001-11-09 02:20:18 +00:00
TargetSchedInfo.cpp Add code that used to be inline in MachineSchedInfo.h 2002-02-04 05:56:30 +00:00