llvm-6502/lib/CodeGen/RegAlloc
Brian Gaeke 59b1c566c9 Use getRegClassID() instead of getRegClass()->getID(), since it's there.
Shorten the markSuggestedColorUsable method.
Add a switch for saving reg. alloc. state (coming soon).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8697 91177308-0d34-0410-b5e6-96231b3b80d8
2003-09-24 17:50:28 +00:00
..
IGNode.cpp Move IGNode from public include directory to here. Minor cleanups like adding std:: namespace qualifiers 2003-09-01 20:05:47 +00:00
IGNode.h Remove some unused methods of class IGNode. 2003-09-24 04:29:52 +00:00
InterferenceGraph.cpp Move IGNode from public include directory to here. Minor cleanups like adding std:: namespace qualifiers 2003-09-01 20:05:47 +00:00
InterferenceGraph.h Standardize the names of include guards. 2003-09-21 02:31:37 +00:00
LiveRange.h Standardize the names of include guards. 2003-09-21 02:31:37 +00:00
LiveRangeInfo.cpp LiveRangeInfo got moved into the lib/CodeGen/RegAlloc directory 2003-09-01 20:12:17 +00:00
LiveRangeInfo.h Standardize the names of include guards. 2003-09-21 02:31:37 +00:00
Makefile Break RA_DEBUG option into several levels to get better control over 2002-09-14 23:05:33 +00:00
PhyRegAlloc.cpp Use getRegClassID() instead of getRegClass()->getID(), since it's there. 2003-09-24 17:50:28 +00:00
PhyRegAlloc.h Move getAnalysisUsage method from header to .cpp file. Add a normal file 2003-09-23 15:13:04 +00:00
RegAllocCommon.h Standardize the names of include guards. 2003-09-21 02:31:37 +00:00
RegClass.cpp Fixed spelling and grammar. 2003-09-11 22:34:13 +00:00
RegClass.h Standardize the names of include guards. 2003-09-21 02:31:37 +00:00