switchinst ctor now takes a hint for the number of cases that it will have.
[oota-llvm.git] / lib / CodeGen / RegAllocIterativeScan.cpp
2005-01-23 Chris LattnerUpdate these register allocators to set the PhysRegUsed...
2005-01-08 Chris LattnerSilence VS warnings
2004-12-15 Chris LattnerMove virtual method call out of loop
2004-11-18 Chris LattnerRename some methods, use 'begin' instead of 'start...
2004-09-02 Alkis EvlogimenosChange the way we choose a free register: instead of...
2004-09-01 Reid SpencerChanges For Bug 352
2004-09-01 Alkis EvlogimenosBe a bit more efficient when processing the active...
2004-08-27 Alkis EvlogimenosNow that LiveIntervals::addIntervalsForSpills is fixed...
2004-08-27 Alkis EvlogimenosBack out this change as it broke the build last night...
2004-08-27 Alkis EvlogimenosThe linear scan variants do not require the LiveVariabl...
2004-08-04 Alkis EvlogimenosConvert indentation to 2 spaces.
2004-07-24 Alkis EvlogimenosChange std::map<unsigned, LiveInterval*> into a std...
2004-07-24 Chris LattnerCompletely eliminate the intervals_ list. instead...
2004-07-23 Chris LattnerRename LiveIntervals.(cpp|h) -> LiveIntervalAnalysis...
2004-07-22 Alkis EvlogimenosUse reverse iterators when updating the vector, since...
2004-07-21 Brian GaekeThese files don't need to include <iostream> since...
2004-07-21 Alkis EvlogimenosFix analysis name.
2004-07-21 Alkis EvlogimenosClear spilled list at once. Remove unused vector.
2004-07-21 Alkis EvlogimenosChange std::list into a std::vector for IntervalSets...
2004-07-21 Alkis EvlogimenosImprove file comment.
2004-07-21 Alkis EvlogimenosAdd Iterative scan register allocator.