llvm-6502/lib/Target/SparcV9/RegAlloc
2004-08-18 20:04:24 +00:00
..
AllocInfo.h Add a (not very meaningful) default constructor for AllocInfo objects. 2004-05-25 20:43:47 +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 Get rid of calls to void llvm::printSet(const ValueSet &). 2004-07-29 06:43:09 +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 Don't derive from ValueSet to implement class LiveRange; instead, use a 2004-07-29 06:43:06 +00:00
LiveRangeInfo.cpp Get rid of calls to void llvm::printSet(const ValueSet &). 2004-07-29 06:43:08 +00:00
LiveRangeInfo.h Get rid of a few dead method declarations. 2004-07-29 06:43:10 +00:00
Makefile Great renaming: Sparc --> SparcV9 2004-02-25 18:44:15 +00:00
Notes.txt Move this file out of the top-level docs directory 2004-08-03 04:15:02 +00:00
PhyRegAlloc.cpp Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI. 2004-08-18 20:04:24 +00:00
PhyRegAlloc.h dumpSavedState has outlived its usefulness. 2004-08-06 19:11:43 +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 Add #include <iostream> since Value.h does not #include it any more. 2004-07-04 12:19:56 +00:00
RegClass.h Collapse together the abstract superclass TargetRegInfo and SparcV9RegInfo, its 2004-06-03 02:45:09 +00:00