Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
edf128a7fa90f2b0b7ee24741a04a7ae1ecd6f7e
/
lib
/
CodeGen
/
LiveInterval.cpp
edf128a
Remove trailing whitespace
by Misha Brukman
· 20 years ago
ead1b3f
Prevent accessing past the end of the intervals vector, this fixes
by Chris Lattner
· 20 years ago
9fddc12
There is no need to check to see if j overflowed in this loop as we're only
by Chris Lattner
· 20 years ago
1e409bf
Moderate head scratching reveals that this conditional is not needed. If
by Chris Lattner
· 20 years ago
8c68b6a
Take another .7 seconds off of linear scan time.
by Chris Lattner
· 20 years ago
bae74d9
Add ability to give hints to the overlaps routines.
by Chris Lattner
· 20 years ago
8311bef
Give a better message for a common assertion failure.
by Brian Gaeke
· 20 years ago
c4d3b91
Fix includes. Patch contributed by Paolo Invernizzi!
by Alkis Evlogimenos
· 20 years ago
551ccae
Changes For Bug 352
by Reid Spencer
· 20 years ago
c25b55a
Fix the sense of joinable
by Chris Lattner
· 21 years ago
f542649
This patch makes use of the infrastructure implemented before to safely and
by Chris Lattner
· 21 years ago
d3a205e
Make a method const, no functionality changes
by Chris Lattner
· 21 years ago
6925a9f
Fix a bug in the range remover
by Chris Lattner
· 21 years ago
a1613db
Change std::map<unsigned, LiveInterval*> into a std::map<unsigned,
by Alkis Evlogimenos
· 21 years ago
deb9971
In the joiner, merge the small interval into the large interval. This restores
by Chris Lattner
· 21 years ago
abf295f
Little stuff:
by Chris Lattner
· 21 years ago
b26c215
Change addRange and join to be a little bit smarter. In particular, we don't
by Chris Lattner
· 21 years ago
aa14147
Search by the start point, not by the whole interval. This saves some
by Chris Lattner
· 21 years ago
ebd7e6c
Instead of searching for a live interval pair, search for a location. This gives
by Chris Lattner
· 21 years ago
fb449b9
Pull the LiveRange and LiveInterval classes out of LiveIntervals.h (which
by Chris Lattner
· 21 years ago