History log of /llvm-project/llvm/lib/CodeGen/LiveInterval.cpp (Results 276 – 277 of 277)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# c96d2995 23-Jul-2004 Chris Lattner <sabre@nondot.org>

Instead of searching for a live interval pair, search for a location. This gives
a very modest speedup of .3 seconds compiling 176.gcc (out of 20s).

llvm-svn: 15136


# 78f62e37 23-Jul-2004 Chris Lattner <sabre@nondot.org>

Pull the LiveRange and LiveInterval classes out of LiveIntervals.h (which
will soon be renamed) into their own file. The new file should not emit
DEBUG output or have other side effects. The LiveIn

Pull the LiveRange and LiveInterval classes out of LiveIntervals.h (which
will soon be renamed) into their own file. The new file should not emit
DEBUG output or have other side effects. The LiveInterval class also now
doesn't know whether its working on registers or some other thing.

In the future we will want to use the LiveInterval class and friends to do
stack packing. In addition to a code simplification, this will allow us to
do it more easily.

llvm-svn: 15134

show more ...


1...<<1112