This checkin represents some cleanup of the backend, implementing the following things:
authorChris Lattner <sabre@nondot.org>
Fri, 14 Sep 2001 03:37:52 +0000 (03:37 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 14 Sep 2001 03:37:52 +0000 (03:37 +0000)
commit0e6530ee1b2641060736e161425e759c051a3544
treec04da27928e4b921445e9c9bc7d8ab8d4f57941b
parent0811f7686062cdcd0c40b1f05d9121d83cfd54c5
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
15 files changed:
include/llvm/CodeGen/Sparc.h
include/llvm/CodeGen/SparcRegInfo.h [deleted file]
include/llvm/CodeGen/TargetMachine.h
lib/CodeGen/InstrSelection/InstrSelection.cpp
lib/CodeGen/RegAlloc/PhyRegAlloc.h
lib/CodeGen/TargetMachine/Sparc/Sparc.burg
lib/CodeGen/TargetMachine/Sparc/SparcInstrSelection.cpp
lib/CodeGen/TargetMachine/Sparc/SparcInternals.h [new file with mode: 0644]
lib/CodeGen/TargetMachine/Sparc/SparcRegInfo.cpp
lib/CodeGen/TargetMachine/Sparc/SparcRegInfo.h [new file with mode: 0644]
lib/Target/SparcV9/InstrSelection/InstrSelection.cpp
lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h
tools/Makefile
tools/llc/Makefile
tools/llc/llc.cpp