aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/IA64/IA64InstrInfo.cpp
AgeCommit message (Expand)Author
2008-01-07remove MachineOpCode typedef.Chris Lattner
2008-01-01Move some more instruction creation methods from RegisterInfo into InstrInfo.Owen Anderson
2008-01-01Fix a problem where lib/Target/TargetInstrInfo.h would include and useChris Lattner
2007-12-31Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of theOwen Anderson
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-05-18RemoveBranch() and InsertBranch() now returns number of instructions deleted ...Evan Cheng
2007-04-25Relex assertions to account for additional implicit def / use operands.Evan Cheng
2006-11-27Change MachineInstr ctor's to take a TargetInstrDescriptor reference insteadEvan Cheng
2006-10-24fix warning about missing newline at end of fileRafael Espindola
2006-10-24implement uncond branch insertion for the branch folding passChris Lattner
2006-01-25add bundling! well not really, for now it's just stop-insertion.Duraid Madina
2005-04-22Convert tabs to spacesMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-17and so it begins...Duraid Madina