llvm-6502/lib/Target/SparcV9/RegAlloc
Brian Gaeke cf68bd5fc1 In PhyRegAlloc::saveState(), dump Arguments' saved-state, and try to
make the output more compact.

Divorce state-saving from the doFinalization method; for some reason it's not
getting called when I want it to, at Reoptimizer time. Put the guts in
PhyRegAlloc::finishSavingState(). Put an abort() in it so that I can be really
really sure that it's getting called.

Update comments.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12286 91177308-0d34-0410-b5e6-96231b3b80d8
2004-03-11 06:45:52 +00:00
..
AllocInfo.h Make AllocInfo's Instruction an int, so that we can overload it for arguments. 2004-03-08 23:22:01 +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 Remove getAllocatedRegNum(). Use getReg() instead. 2004-02-13 21:01:20 +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 In PhyRegAlloc::saveState(), dump Arguments' saved-state, and try to 2004-03-11 06:45:52 +00:00
PhyRegAlloc.h In PhyRegAlloc::saveState(), dump Arguments' saved-state, and try to 2004-03-11 06:45:52 +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 Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00
RegClass.h Put all LLVM code into the llvm namespace, as per bug 109. 2003-11-11 22:41:34 +00:00