llvm-6502/lib/CodeGen/RegAlloc
Vikram S. Adve 4876209aa6 Don't record instructions for copying method arguments in the
AddedInstrns sets for the first machine instruction.  It is hard
to ensure that the right order is preserved, and sure enough, the
order was broken.  Instead, use a separate set for the function entry.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2312 91177308-0d34-0410-b5e6-96231b3b80d8
2002-04-25 04:34:15 +00:00
..
IGNode.cpp Minor change: Methods that return ValueSet's that are guaranteed to be valid 2002-02-05 04:20:12 +00:00
IGNode.h Minor change: Methods that return ValueSet's that are guaranteed to be valid 2002-02-05 04:20:12 +00:00
InterferenceGraph.cpp * Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static 2002-02-05 02:52:05 +00:00
InterferenceGraph.h Changes to build successfully with GCC 3.02 2002-01-20 22:54:45 +00:00
LiveRange.h Add method clearCallInterference(). 2002-03-31 18:58:14 +00:00
LiveRangeInfo.cpp Change references to the Method class to be references to the Function 2002-04-07 20:49:59 +00:00
LiveRangeInfo.h Rename Method to Function 2002-03-23 22:51:58 +00:00
Makefile -reg alloc code 2001-09-15 00:31:44 +00:00
PhyRegAlloc.cpp Don't record instructions for copying method arguments in the 2002-04-25 04:34:15 +00:00
PhyRegAlloc.h Convert AddedInstrMapType to contain AddedInstrns by value instead of by 2002-04-09 05:13:04 +00:00
RegAllocCommon.h * Minor cleanups 2002-02-04 05:52:08 +00:00
RegClass.cpp Only emit message if DEBUG_RA is on 2002-04-15 20:36:15 +00:00
RegClass.h s/Method/Function 2002-04-08 22:03:57 +00:00