Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / CodeGen / VirtRegMap.h
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-05 Evan ChengMachineInstr can change. Store indexes instead.
2007-12-05 Evan ChengIf a split live interval is spilled again, remove the...
2007-12-05 Evan ChengFix kill info for split intervals.
2007-12-02 Evan ChengRemove redundant foldMemoryOperand variants and other...
2007-11-29 Evan ChengFixed various live interval splitting bugs / compile...
2007-11-28 Evan ChengRecover compile time regression.
2007-11-17 Evan ChengLive interval splitting:
2007-10-13 Evan ChengLocal spiller optimization:
2007-08-13 Evan ChengRe-implement trivial rematerialization. This allows...
2007-08-07 David GreeneAdd a missing forward declaration.
2007-08-02 Dan GohmanMore explicit keywords.
2007-04-04 Evan ChengRe-materialize all loads from fixed stack slots.
2007-03-20 Evan ChengFirst cut trivial re-materialization support.
2007-02-01 Chris Lattnerrename DenseMap to IndexedMap.
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-17 Bill WendlingMore removal of std::cerr and DEBUG, replacing with...
2006-09-05 Chris LattnerFix a long-standing wart in the code generator: two...
2006-05-01 Chris LattnerFix a latent bug that my spiller patch last week expose...
2006-05-01 Chris LattnerRemove previous patch, which wasn't quite right.
2006-04-30 Evan ChengLocal spiller kills a store if the folded restore is...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-10-01 Chris LattnerWhen a virtual register is folded into an instruction...
2004-10-01 Alkis EvlogimenosDocument this class a bit :-)
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-07-20 Alkis EvlogimenosAdd function to clear all virtual->physical mappings...
2004-05-29 Alkis EvlogimenosAdd method to assign stack slot to virtual register...
2004-05-29 Alkis EvlogimenosAdd grow() member that grows the maps when the number...
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 EvlogimenosRename member function to be consistent with the rest.
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-24 Alkis EvlogimenosAdd predicates for checking if a virtual register has...
2004-02-23 Alkis EvlogimenosMake enum private as it is an implementation detail.
2004-02-23 Alkis EvlogimenosRemove '4Virt' from member function names as it is...
2004-02-23 Alkis EvlogimenosRefactor VirtRegMap out of RegAllocLinearScan as the...