llvm-mirror/include
Alkis Evlogimenos fc01aac4d8 Add coalescing to register allocator. A hint is added to each interval
which denotes the register we would like to be assigned to (virtual or
physical). In register allocation, if this hint exists and we can map
it to a physical register (it is either a physical register or it is a
virtual register that already got assigned to a physical one) we use
that register if it is available instead of a random one in the free
pool.

llvm-svn: 10634
2003-12-28 17:58:18 +00:00
..
boost This works with GCC 3.4 also 2003-11-05 01:31:12 +00:00
Config Regenerated using autoheader-2.57 2003-12-08 00:57:01 +00:00
llvm Add coalescing to register allocator. A hint is added to each interval 2003-12-28 17:58:18 +00:00
Support This header is dead 2003-12-15 06:39:18 +00:00