llvm-6502/lib/Target/SparcV9/LiveVar
Chris Lattner 0811f76860 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.


NOTE! The BBLiveVar.cpp file dependant on the Sparc backend, and is therefore not generic/portale to other backends.  This needs to be fixed.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@558 91177308-0d34-0410-b5e6-96231b3b80d8
2001-09-14 03:37:22 +00:00
..
BBLiveVar.cpp This checkin represents some cleanup of the backend, implementing the following things: 2001-09-14 03:37:22 +00:00
BBLiveVar.h LV info on machine instructions 2001-08-20 21:11:01 +00:00
FunctionLiveVarInfo.cpp analyze() now checks to see that we don't analyze the same method twice. 2001-08-28 22:36:35 +00:00
LiveVarSet.cpp LV code on machine instructions 2001-08-20 21:12:49 +00:00
Makefile *** empty log message *** 2001-07-24 17:14:13 +00:00
ValueSet.cpp LV code on machine instructions 2001-08-20 21:12:49 +00:00