rename TargetInstrDescriptor -> TargetInstrDesc.
[oota-llvm.git] / lib / CodeGen / RegAllocBigBlock.cpp
2008-01-07 Chris Lattnerrename TargetInstrDescriptor -> TargetInstrDesc.
2008-01-07 Owen AndersonUpdate CodeGen for MRegisterInfo --> TargetInstrInfo...
2008-01-01 Owen AndersonMove some more instruction creation methods from Regist...
2007-12-31 Chris LattnerRename SSARegMap -> MachineRegisterInfo in keeping...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-05 Evan ChengAdd a argument to storeRegToStackSlot and storeRegToAdd...
2007-12-02 Evan ChengRemove redundant foldMemoryOperand variants and other...
2007-09-17 Chris LattnerMerge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo
2007-06-27 Duraid Madinaok, this is something of a dirty hack, but it seems...
2007-06-27 Duraid Madinaok, this much doesn't seem to bork anything
2007-06-27 Duraid Madinarevert evan's fixes (and my doofusness) since they...
2007-06-27 Duraid Madinapull evan's fixes - should help the nightly tester...
2007-06-26 Duraid Madinatidy this file up a bit
2007-06-25 Duraid MadinaA bunch of fixes to the BigBlock allocator improve...
2007-06-22 Duraid Madinacheck in the BigBlock local register allocator