Committed for compliation. Not yet final.
authorRuchira Sasanka <sasanka@students.uiuc.edu>
Sat, 8 Sep 2001 14:22:50 +0000 (14:22 +0000)
committerRuchira Sasanka <sasanka@students.uiuc.edu>
Sat, 8 Sep 2001 14:22:50 +0000 (14:22 +0000)
commit7cd2ca13c1920e9db68695a364048cb6586bb324
treee2e68e264d5af71eb75b5338cff0a7316e509f49
parentc7136d2b09a796528d7ce790190394dceb3ab6c3
Committed for compliation. Not yet final.
--Ruchira

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@505 91177308-0d34-0410-b5e6-96231b3b80d8
18 files changed:
include/llvm/CodeGen/InterferenceGraph.h [new file with mode: 0644]
include/llvm/CodeGen/MachineInstr.h
include/llvm/CodeGen/MachineRegInfo.h [new file with mode: 0644]
include/llvm/CodeGen/RegAllocCommon.h [new file with mode: 0644]
include/llvm/CodeGen/RegClass.h [new file with mode: 0644]
include/llvm/CodeGen/RegColorMap.h [new file with mode: 0644]
include/llvm/CodeGen/Sparc.h
include/llvm/CodeGen/SparcRegInfo.h
include/llvm/CodeGen/TargetData.h
include/llvm/CodeGen/TargetMachine.h
lib/CodeGen/RegAlloc/InterferenceGraph.h [new file with mode: 0644]
lib/CodeGen/RegAlloc/PhyRegAlloc.h [new file with mode: 0644]
lib/CodeGen/RegAlloc/RegAllocCommon.h [new file with mode: 0644]
lib/CodeGen/RegAlloc/RegClass.h [new file with mode: 0644]
lib/Target/SparcV9/RegAlloc/InterferenceGraph.h [new file with mode: 0644]
lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h [new file with mode: 0644]
lib/Target/SparcV9/RegAlloc/RegAllocCommon.h [new file with mode: 0644]
lib/Target/SparcV9/RegAlloc/RegClass.h [new file with mode: 0644]