1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-30 07:22:55 +01:00
llvm-mirror/lib/Target/SparcV9/RegAlloc
Nate Begeman a2f68cf0f9 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.

llvm-svn: 22208
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