summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/IA64/IA64InstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make TargetInstrInfo::copyRegToReg return a bool indicating whether the copy ...Owen Anderson2008-08-261-3/+5
* Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h...Owen Anderson2008-08-141-1/+1
* Pool-allocation for MachineInstrs, MachineBasicBlocks, andDan Gohman2008-07-071-2/+2
* remove MachineOpCode typedef.Chris Lattner2008-01-071-1/+1
* Move some more instruction creation methods from RegisterInfo into InstrInfo.Owen Anderson2008-01-011-0/+108
* Fix a problem where lib/Target/TargetInstrInfo.h would include and useChris Lattner2008-01-011-1/+1
* Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of theOwen Anderson2007-12-311-0/+18
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* RemoveBranch() and InsertBranch() now returns number of instructions deleted ...Evan Cheng2007-05-181-3/+5
* Relex assertions to account for additional implicit def / use operands.Evan Cheng2007-04-251-1/+1
* Change MachineInstr ctor's to take a TargetInstrDescriptor reference insteadEvan Cheng2006-11-271-2/+3
* fix warning about missing newline at end of fileRafael Espindola2006-10-241-1/+1
* implement uncond branch insertion for the branch folding passChris Lattner2006-10-241-0/+7
* add bundling! well not really, for now it's just stop-insertion.Duraid Madina2006-01-251-0/+1
* Convert tabs to spacesMisha Brukman2005-04-221-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
* and so it begins...Duraid Madina2005-03-171-0/+47
OpenPOWER on IntegriCloud