aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineLICM.cpp
AgeCommit message (Expand)Author
2008-03-10Minor cleanup. No functionality change.Bill Wendling
2008-02-26Rename PrintableName to Name.Bill Wendling
2008-02-26Change "Name" to "AsmName" in the target register info. Gee, a refactoring toolBill Wendling
2008-02-10Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman
2008-01-10Simplify the side effect stuff a bit more and make licm/sinkingChris Lattner
2008-01-07rename TargetInstrDescriptor -> TargetInstrDesc.Chris Lattner
2008-01-07Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflectsChris Lattner
2008-01-04Add that this preserves some analyses.Bill Wendling
2008-01-04Move option to enable machine LICM into LLVMTargetMachine.cpp.Bill Wendling
2008-01-04Call the parent's getAnalysisUsage.Bill Wendling
2008-01-04remove dead #includes and reorder the rest.Chris Lattner
2008-01-02Use the correct MachineRegisterInfo object.Bill Wendling
2008-01-02Remove dead code.Bill Wendling
2008-01-02Use the new architecture to get the containing machine basic block for a machineBill Wendling
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-20Updated comments to reflect what "side effects" means in this situation.Bill Wendling
2007-12-18Add debugging info. Use the newly created "hasUnmodelledSideEffects" method.Bill Wendling
2007-12-11Need to grow the indexed map. Added debug statements.Bill Wendling
2007-12-11Simplify slightly.Bill Wendling
2007-12-11Blark! How in the world did this work without this?!Bill Wendling
2007-12-11- Update the virtual reg to machine instruction map when hoisting.Bill Wendling
2007-12-11Checking for "zero operands" during the "CanHoistInst()" method isn't necessaryBill Wendling
2007-12-08Reverting 44702. It wasn't correct to rename them.Bill Wendling
2007-12-08Renaming:Bill Wendling
2007-12-08Incorporated comments from Evan and Chris:Bill Wendling
2007-12-07Initial commit of the machine code LICM pass. It successfully hoists this:Bill Wendling