llvm-6502/lib/Target/SparcV9
Vikram S. Adve 339084b908 Make class TargetMachine the common interface to all target-dependent
information, including instr, sched, and reg information.
This allows us to allocate them all in one place and use them much
more uniformly.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@618 91177308-0d34-0410-b5e6-96231b3b80d8
2001-09-18 13:04:24 +00:00
..
InstrSched Format file header. 2001-09-18 12:52:03 +00:00
InstrSelection Minor changes. 2001-09-18 12:56:28 +00:00
LiveVar Move the sparc target to a new lib/Target directory 2001-09-14 03:55:11 +00:00
RegAlloc Cast unsigned to int! It was causing a nice little bug. 2001-09-18 12:57:39 +00:00
Makefile added register allocation code 2001-09-15 00:30:44 +00:00
SparcV9InstrSelection.cpp Allow pointer constants as well as integer and booleans. 2001-09-18 13:03:13 +00:00
SparcV9Internals.h Make class TargetMachine the common interface to all target-dependent 2001-09-18 13:04:24 +00:00
SparcV9RegInfo.cpp modified printing of debug messages 2001-09-15 19:11:31 +00:00
SparcV9RegInfo.h added register allocation code 2001-09-15 00:30:44 +00:00
SparcV9TargetMachine.cpp Make class TargetMachine the common interface to all target-dependent 2001-09-18 13:01:29 +00:00