hanchenye-llvm-project/llvm/lib/CodeGen/RegAlloc
Brian Gaeke 8f53a89edf Fix problems linking against the reoptimizer; _llvm_regAllocState must have
externally-visible linkage, and SaveStateToModule must default to true for llc.
I don't remember why I made it const; perhaps it should be deconstified.

llvm-svn: 9858
2003-11-10 07:12:01 +00:00
..
AllocInfo.h Operand numbers are now ints. Save the register allocation of the value 2003-11-10 00:05:26 +00:00
IGNode.cpp * Use C++ style comments instead of C-style 2003-10-23 18:02:47 +00:00
IGNode.h * Use C++ style comments instead of C-style 2003-10-23 18:02:47 +00:00
InterferenceGraph.cpp * Eliminate `using' directive 2003-10-23 18:10:02 +00:00
InterferenceGraph.h Added LLVM copyright notice. 2003-10-21 15:29:18 +00:00
LiveRange.h * Order #includes as per style guide 2003-10-23 18:03:50 +00:00
LiveRangeInfo.cpp * Order #includes as per style guide 2003-10-23 18:03:50 +00:00
LiveRangeInfo.h * Order #includes as per style guide 2003-10-23 18:03:50 +00:00
Makefile Added LLVM copyright notice to Makefiles. 2003-10-20 22:26:57 +00:00
PhyRegAlloc.cpp Fix problems linking against the reoptimizer; _llvm_regAllocState must have 2003-11-10 07:12:01 +00:00
PhyRegAlloc.h Operand numbers are now ints. Save the register allocation of the value 2003-11-10 00:05:26 +00:00
RegAllocCommon.h Added LLVM copyright header. 2003-10-21 15:17:13 +00:00
RegClass.cpp * Eliminate `using' directive 2003-10-23 18:10:02 +00:00
RegClass.h Added LLVM copyright notice. 2003-10-21 15:29:18 +00:00