llvm/lib/CodeGen/RegAlloc
Vikram S. Adve 34a856749f Remove unused field. Change the way unused regs. are marked and
found to consider regType info (since multiple reg types may share
the same reg class, e.g., single and double on Sparc).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7327 91177308-0d34-0410-b5e6-96231b3b80d8
2003-07-25 21:00:13 +00:00
..
IGNode.cpp Allow copy coalescing in more cases: if sum of node degrees is more than 2002-09-20 00:45:47 +00:00
IGNode.h Remove a ton of extraneous #includes 2003-06-22 03:08:05 +00:00
InterferenceGraph.cpp Print out all neighbors in interference graph, not just higher-numbered ones. 2003-07-10 19:43:33 +00:00
InterferenceGraph.h Remove unneeded #include 2002-10-29 16:50:06 +00:00
LiveRange.h isMarkedForSpill() should be const. 2003-07-10 19:45:28 +00:00
LiveRangeInfo.cpp Extensive changes to the way code generation occurs for function 2003-05-31 07:32:01 +00:00
LiveRangeInfo.h Move llvm/Analysis/LiveVar/ValueSet.h to CodeGen/ValueSet.h 2003-01-14 22:56: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 Several fixes to handling of int CC register: 2003-07-10 19:42:55 +00:00
PhyRegAlloc.h Remove unused field. Change the way unused regs. are marked and 2003-07-25 21:00:13 +00:00
RegAllocCommon.h Remove unnecessary include. 2002-09-14 23:04:52 +00:00
RegClass.cpp Move headers around 2003-01-15 21:02:16 +00:00
RegClass.h Move headers around 2003-01-15 21:02:16 +00:00