llvm-6502/lib/Target/SparcV9/RegAlloc
Nate Begeman 244e92eaab When compiled with GCC 4.0, a latent bug was exposed where both SparcV9
and the target independant register allocator were both using a class named
'LiveRange'.  This lead to the target independant code calling code in the
SparcV9 backend, which crashed.  Fixed by renaming SparcV9's LiveRange to
V9LiveRange.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22208 91177308-0d34-0410-b5e6-96231b3b80d8
2005-06-12 23:52:58 +00:00
..
AllocInfo.h Remove trailing whitespace 2005-04-21 23:30:14 +00:00
IGNode.cpp Remove trailing whitespace 2005-04-21 23:30:14 +00:00
IGNode.h When compiled with GCC 4.0, a latent bug was exposed where both SparcV9 2005-06-12 23:52:58 +00:00
InterferenceGraph.cpp When compiled with GCC 4.0, a latent bug was exposed where both SparcV9 2005-06-12 23:52:58 +00:00
InterferenceGraph.h When compiled with GCC 4.0, a latent bug was exposed where both SparcV9 2005-06-12 23:52:58 +00:00
LiveRange.h When compiled with GCC 4.0, a latent bug was exposed where both SparcV9 2005-06-12 23:52:58 +00:00
LiveRangeInfo.cpp When compiled with GCC 4.0, a latent bug was exposed where both SparcV9 2005-06-12 23:52:58 +00:00
LiveRangeInfo.h When compiled with GCC 4.0, a latent bug was exposed where both SparcV9 2005-06-12 23:52:58 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
Notes.txt When compiled with GCC 4.0, a latent bug was exposed where both SparcV9 2005-06-12 23:52:58 +00:00
PhyRegAlloc.cpp When compiled with GCC 4.0, a latent bug was exposed where both SparcV9 2005-06-12 23:52:58 +00:00
PhyRegAlloc.h When compiled with GCC 4.0, a latent bug was exposed where both SparcV9 2005-06-12 23:52:58 +00:00
RegAllocCommon.h Remove trailing whitespace 2005-04-21 23:30:14 +00:00
RegClass.cpp When compiled with GCC 4.0, a latent bug was exposed where both SparcV9 2005-06-12 23:52:58 +00:00
RegClass.h When compiled with GCC 4.0, a latent bug was exposed where both SparcV9 2005-06-12 23:52:58 +00:00