llvm-6502/include/llvm/CodeGen
Chris Lattner 0e6530ee1b This checkin represents some cleanup of the backend, implementing the following things:
1. The TargetMachine structure is free to decide the process a particular target uses to generate code.
2. All of the gooee details of the sparc backend are now localized in the lib/CodeGen/TargetMAchine/Sparc directory.  The Sparc.h file that is globally visible is just a stub.
3. The Sparc.h file that esxists now will dissapear entirely someday when we have multiple backends chosen by a factory of some sort.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@559 91177308-0d34-0410-b5e6-96231b3b80d8
2001-09-14 03:37:52 +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 * Add tag so emacs knows it's a c++ file 2001-09-07 21:04:59 +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 This checkin represents some cleanup of the backend, implementing the following things: 2001-09-14 03:37:52 +00:00
TargetData.h Remove extra #include 2001-09-09 19:34:25 +00:00
TargetMachine.h This checkin represents some cleanup of the backend, implementing the following things: 2001-09-14 03:37:52 +00:00
ValueSet.h LV info on machine instructions 2001-08-20 21:11:01 +00:00