rename TargetInstrDescriptor -> TargetInstrDesc.
[oota-llvm.git] / lib / CodeGen / MachineLICM.cpp
2008-01-07 Chris Lattnerrename TargetInstrDescriptor -> TargetInstrDesc.
2008-01-07 Chris LattnerRename MachineInstr::getInstrDescriptor -> getDesc...
2008-01-04 Bill WendlingAdd that this preserves some analyses.
2008-01-04 Bill WendlingMove option to enable machine LICM into LLVMTargetMachi...
2008-01-04 Bill WendlingCall the parent's getAnalysisUsage.
2008-01-04 Chris Lattnerremove dead #includes and reorder the rest.
2008-01-02 Bill WendlingUse the correct MachineRegisterInfo object.
2008-01-02 Bill WendlingRemove dead code.
2008-01-02 Bill WendlingUse the new architecture to get the containing machine...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-20 Bill WendlingUpdated comments to reflect what "side effects" means...
2007-12-18 Bill WendlingAdd debugging info. Use the newly created "hasUnmodelle...
2007-12-11 Bill WendlingNeed to grow the indexed map. Added debug statements.
2007-12-11 Bill WendlingSimplify slightly.
2007-12-11 Bill WendlingBlark! How in the world did this work without this?!
2007-12-11 Bill Wendling- Update the virtual reg to machine instruction map...
2007-12-11 Bill WendlingChecking for "zero operands" during the "CanHoistInst...
2007-12-08 Bill WendlingReverting 44702. It wasn't correct to rename them.
2007-12-08 Bill WendlingRenaming:
2007-12-08 Bill WendlingIncorporated comments from Evan and Chris:
2007-12-07 Bill WendlingInitial commit of the machine code LICM pass. It succes...