llvm-6502/include/llvm/CodeGen
Chris Lattner 69db8da023 Checkin changes to:
1. Clean up the TargetMachine structure.  No more wierd pointers that have to
   be cast around and taken care of by the target.
2. Instruction Scheduling now takes the schedinfo as an argument.  The same
   should be done with the instinfo, it just isn't now.
3. Sparc.h is now just a factory method.  Eventually this file will dissapear,
   but probably not until we have more than one backend.  :)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@564 91177308-0d34-0410-b5e6-96231b3b80d8
2001-09-14 04:32:38 +00:00
..
FunctionLiveVarInfo.h Use const int instead of #define. 2001-08-28 21:35:26 +00:00
InstrForest.h More cleanups, preparing to revamp InstrForest to, among other things, 2001-09-12 16:34:03 +00:00
InstrScheduling.h Checkin changes to: 2001-09-14 04:32:38 +00:00
InstrSelection.h Fix build breakage. :( 2001-09-09 19:52:23 +00:00
InterferenceGraph.h Committed for compliation. Not yet final. 2001-09-08 14:22:50 +00:00
MachineInstr.h Update assertion to allow extra case 2001-09-10 20:02:12 +00:00
MachineRegInfo.h Committed for compliation. Not yet final. 2001-09-08 14:22:50 +00:00
RegAllocCommon.h Committed for compliation. Not yet final. 2001-09-08 14:22:50 +00:00
RegClass.h Committed for compliation. Not yet final. 2001-09-08 14:22:50 +00:00
RegColorMap.h Committed for compliation. Not yet final. 2001-09-08 14:22:50 +00:00
SchedGraph.h * Remove lots of annoying extra #includes 2001-09-07 21:07:10 +00:00
SchedPriorities.h * Remove lots of unnecesary #includes 2001-09-07 21:18:16 +00:00
Sparc.h Checkin changes to: 2001-09-14 04:32:38 +00:00
TargetData.h Remove extra #include 2001-09-09 19:34:25 +00:00
TargetMachine.h Checkin changes to: 2001-09-14 04:32:38 +00:00
ValueSet.h LV info on machine instructions 2001-08-20 21:11:01 +00:00