Fix PR1011 and CodeGen/Generic/2006-11-20-DAGCombineCrash.ll
[oota-llvm.git] / lib / CodeGen / LiveInterval.cpp
2006-11-02 Reid SpencerFor PR786:
2006-09-02 Chris LattnerWhen joining two intervals where the RHS is really...
2006-08-31 Chris Lattneravoid calling the virtual isMoveInstr method endlessly...
2006-08-29 Chris LattnerTeach the coallescer to coallesce live intervals joined...
2006-08-26 Chris LattnerSimplifications to liveinterval analysis, no functional...
2006-08-25 Chris LattnerCompletely change the way that joining with physregs...
2006-08-24 Chris LattnerWhen replacing value numbers, make sure to compactify...
2006-08-24 Chris LattnerTake advantage of the recent improvements to the livein...
2006-08-22 Chris LattnerImprove the LiveInterval class to keep track of which...
2005-10-21 Chris LattnerFix LiveInterval::getOverlapingRanges to take things...
2005-10-20 Chris LattnerFix a conditional so we don't access past the end of...
2005-10-20 Chris LattnerFix order of eval problem from when I refactored this...
2005-10-20 Chris Lattneradd a new method, play around with some code.
2005-10-20 Chris LattnerRefactor some code, pulling it out into a function...
2005-09-21 Chris LattnerExpose the LiveInterval interfaces as public headers.
2005-05-14 Chris LattnerPrint the symbolic register name in a register allocato...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-12-04 Chris LattnerPrevent accessing past the end of the intervals vector...
2004-11-18 Chris LattnerThere is no need to check to see if j overflowed in...
2004-11-18 Chris LattnerModerate head scratching reveals that this conditional...
2004-11-18 Chris LattnerTake another .7 seconds off of linear scan time.
2004-11-18 Chris LattnerAdd ability to give hints to the overlaps routines.
2004-11-16 Brian GaekeGive a better message for a common assertion failure.
2004-09-28 Alkis EvlogimenosFix includes. Patch contributed by Paolo Invernizzi!
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-25 Chris LattnerFix the sense of joinable
2004-07-25 Chris LattnerThis patch makes use of the infrastructure implemented...
2004-07-25 Chris LattnerMake a method const, no functionality changes
2004-07-25 Chris LattnerFix a bug in the range remover
2004-07-24 Alkis EvlogimenosChange std::map<unsigned, LiveInterval*> into a std...
2004-07-24 Chris LattnerIn the joiner, merge the small interval into the large...
2004-07-24 Chris LattnerLittle stuff:
2004-07-23 Chris LattnerChange addRange and join to be a little bit smarter...
2004-07-23 Chris LattnerSearch by the start point, not by the whole interval...
2004-07-23 Chris LattnerInstead of searching for a live interval pair, search...
2004-07-23 Chris LattnerPull the LiveRange and LiveInterval classes out of...