llvm-6502/lib/Target/SparcV9/RegAlloc
Chris Lattner e4d5c441e0 This mega patch converts us from using Function::a{iterator|begin|end} to
using Function::arg_{iterator|begin|end}.  Likewise Module::g* -> Module::global_*.

This patch is contributed by Gabor Greif, thanks!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20597 91177308-0d34-0410-b5e6-96231b3b80d8
2005-03-15 04:54:21 +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 Changes For Bug 352 2004-09-01 22:55:40 +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 Changes For Bug 352 2004-09-01 22:55:40 +00:00
LiveRangeInfo.cpp This mega patch converts us from using Function::a{iterator|begin|end} to 2005-03-15 04:54:21 +00:00
LiveRangeInfo.h Changes For Bug 352 2004-09-01 22:55:40 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
Notes.txt Move this file out of the top-level docs directory 2004-08-03 04:15:02 +00:00
PhyRegAlloc.cpp This mega patch converts us from using Function::a{iterator|begin|end} to 2005-03-15 04:54:21 +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