llvm-6502/lib/Target/SparcV9/RegAlloc
Brian Gaeke 25d4b54f93 Reduce the amount of LLVM Values for which we save reg. allocator
state. Also, save the state for the incoming register of each phi
node.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13906 91177308-0d34-0410-b5e6-96231b3b80d8
2004-05-30 07:08:43 +00:00
..
AllocInfo.h Add a (not very meaningful) default constructor for AllocInfo objects. 2004-05-25 20:43:47 +00:00
IGNode.cpp Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
IGNode.h Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
InterferenceGraph.cpp Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
InterferenceGraph.h Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
LiveRange.h Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
LiveRangeInfo.cpp Include SparcV9RegInfo.h instead of TargetRegInfo.h. 2004-04-23 18:15:47 +00:00
LiveRangeInfo.h Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
Makefile Great renaming: Sparc --> SparcV9 2004-02-25 18:44:15 +00:00
PhyRegAlloc.cpp Reduce the amount of LLVM Values for which we save reg. allocator 2004-05-30 07:08:43 +00:00
PhyRegAlloc.h Rename verifySavedState to dumpSavedState. Give it a new comment. 2004-05-30 04:22:24 +00:00
RegAllocCommon.h Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
RegClass.cpp Include SparcV9RegInfo.h instead of TargetRegInfo.h. 2004-04-23 18:15:47 +00:00
RegClass.h Include SparcV9RegInfo.h instead of TargetRegInfo.h. 2004-04-23 18:15:47 +00:00