llvm-6502/include/llvm/Target
Vikram S. Adve 5023bd4a64 cpMem<->Reg functions now support CC registers (int and FP) correctly.
A scratch register has to be provided when needed to do the copy.
Also, cpMem<->Reg functions now return a vector of machine instructions.

Added several get{Class,Type} functions.

Suggest/Color methods may modify the MachineInstr (and always did),
so don't make that argument const!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2824 91177308-0d34-0410-b5e6-96231b3b80d8
2002-07-08 22:44:14 +00:00
..
MachineInstrInfo.h New function CreateSignExtensionInstructions. 2002-05-19 15:43:31 +00:00
Sparc.h Make a new llvm/Target #include directory. 2001-09-14 05:34:53 +00:00
TargetCacheInfo.h * Minor cleanups 2002-02-04 05:55:10 +00:00
TargetData.h Add integer register size field. 2002-05-19 15:28:02 +00:00
TargetFrameInfo.h Added functions to compute the offset of a given incoming or outgoing 2002-04-25 04:48:54 +00:00
TargetInstrInfo.h New function CreateSignExtensionInstructions. 2002-05-19 15:43:31 +00:00
TargetMachine.h Added parameter IntRegSize for standard general-purpose register size. 2002-05-19 15:44:07 +00:00
TargetMachineImpls.h Make a new llvm/Target #include directory. 2001-09-14 05:34:53 +00:00
TargetRegInfo.h cpMem<->Reg functions now support CC registers (int and FP) correctly. 2002-07-08 22:44:14 +00:00
TargetSchedInfo.h * Minor cleanups 2002-02-04 05:55:10 +00:00