summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/IA64/IA64InstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the IA-64 backend.Dan Gohman2009-07-241-193/+0
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-4/+4
* eliminate extra space.Torok Edwin2009-07-141-5/+5
* Remove extra \n from LLVM_UNREACHABLE calls.Torok Edwin2009-07-121-4/+3
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-5/+6
* Change MachineInstrBuilder::addReg() to take a flag instead of a list ofBill Wendling2009-05-131-4/+4
* Factor out the code to add a MachineOperand to a MachineInstrBuilder.Dan Gohman2009-02-181-18/+4
* Remove non-DebugLoc versions of BuildMI from IA64, Mips.Dale Johannesen2009-02-131-1/+3
* Eliminate a couple of non-DebugLoc BuildMI variants.Dale Johannesen2009-02-121-3/+5
* Move debug loc info along when the spiller creates new instructions.Bill Wendling2009-02-121-30/+43
* Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...Evan Cheng2009-01-201-2/+5
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-0/+1
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-031-8/+8
* 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