switchinst ctor now takes a hint for the number of cases that it will have.
[oota-llvm.git] / lib / CodeGen / VirtRegMap.cpp
2005-01-23 Chris LattnerUpdate these register allocators to set the PhysRegUsed...
2005-01-14 Chris LattnerImprove compatibility with acc
2004-10-26 Chris LattnerClean up the MachineBasicBlock.h file, percolating...
2004-10-15 Chris LattnerThis patch fixes the nasty bug that caused 175.vpr...
2004-10-15 Chris LattnerThis patch adds and improves debugging output. No...
2004-10-01 Chris LattnerDo not repeat the map lookup
2004-10-01 Chris LattnerWhen a virtual register is folded into an instruction...
2004-10-01 Chris LattnerAdd a simple little improvement to the local spiller...
2004-10-01 Chris LattnerSubstantially revamp the local spiller, causing it...
2004-09-30 Chris LattnerUse more efficient map operations. Fix a bug that...
2004-09-30 Chris LattnerThere is no need to call MachineInstr::print directly...
2004-09-30 Chris LattnerSimplify the logic in the simple spiller and capitalize...
2004-09-30 Chris LattnerSwitch from defaulting to the 'local' spiller to the...
2004-09-30 Chris LattnerDon't use a densemap for keeping track of which vregs...
2004-09-30 Chris LattnerUse longer and more explicit names for instance vars...
2004-09-30 Chris LattnerReindent code, improve comments, move huge nested metho...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-15 Chris LattnerStop using CreateStackObject(RegClass*)
2004-08-15 Chris LattnerThese methods no longer take a TargetRegisterClass...
2004-07-21 Brian GaekeThese files don't need to include <iostream> since...
2004-07-16 Chris LattnerFix IA64 compatibility
2004-06-25 Tanya LattnerMade a fix so that you can print out MachineInstrs...
2004-06-02 Chris LattnerAdjust to new TargetMachine interface
2004-05-29 Alkis EvlogimenosAdd method to assign stack slot to virtual register...
2004-03-09 Alkis EvlogimenosSpill explicit physical register defs as well.
2004-03-06 Alkis EvlogimenosAs I wrote in the docs, simple is the default spiller :-)
2004-03-06 Alkis EvlogimenosAdd simple spiller.
2004-03-01 Alkis EvlogimenosAdd a spiller option to llc. A simple spiller will...
2004-03-01 Alkis EvlogimenosAdd the long awaited memory operand folding support...
2004-02-27 Alkis EvlogimenosMake spiller push stores right after the definition...
2004-02-26 Alkis EvlogimenosClear maps right after basic block is processed.
2004-02-25 Alkis EvlogimenosFix bugs found with recent addition of assertions in
2004-02-25 Alkis EvlogimenosAdd DenseMap template and actually use it for for mappi...
2004-02-24 Alkis EvlogimenosMove machine code rewriter and spiller outside the...
2004-02-23 Alkis EvlogimenosRefactor VirtRegMap out of RegAllocLinearScan as the...