llvm-6502/include/llvm/Target
Evan Cheng 02569d7355 - Added a hook processFunctionBeforeCalleeSaveScn(). This is called by PEI just
before it determines which callee-save registers are to be spilled. This allows
the target to make changes such as forcing certain physical registers to be
spilled.
- Modified comments. It's important to note the order of registers in the array
returns by getCalleeSaveRegs() determines the order of callee save spill code.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30635 91177308-0d34-0410-b5e6-96231b3b80d8
2006-09-28 00:07:19 +00:00
..
MRegisterInfo.h - Added a hook processFunctionBeforeCalleeSaveScn(). This is called by PEI just 2006-09-28 00:07:19 +00:00
SubtargetFeature.h
TargetAsmInfo.h Add support for targets that want to do something with the llvm.used list, 2006-09-26 03:38:18 +00:00
TargetData.h
TargetFrameInfo.h remove some more dead sparcv9 support stuff 2006-08-03 18:55:44 +00:00
TargetInstrInfo.h
TargetInstrItineraries.h
TargetJITInfo.h Completely rearchitect the interface between targets and the pass manager. 2006-09-04 04:14:57 +00:00
TargetLowering.h add setJumpBufSize() and setJumpBufAlignment() to target-lowering. 2006-09-04 06:21:35 +00:00
TargetMachine.h 1. Remove condition on delete. 2006-09-07 23:39:26 +00:00
TargetMachineRegistry.h
TargetOptions.h
TargetSubtarget.h