aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCInstrInfo.cpp
AgeCommit message (Expand)Author
2008-04-16Infrastructure for getting the machine code size of a function and an instruc...Nicolas Geoffray
2008-03-20detabify llvm, patch by Mike Stump!Chris Lattner
2008-03-10Change the "enable/disable" mechanism so that we can enable PPC registerBill Wendling
2008-03-10fix 80 col violations.Chris Lattner
2008-03-10Stylistic modifications. No functionality changes.Nicolas Geoffray
2008-03-10Add description of individual bits in CR. This fix PR1765.Nicolas Geoffray
2008-03-04Use a command-line option to turn register scavenging on/off for PPC.Bill Wendling
2008-03-03This is the initial check-in for adding register scavenging to PPC. (Currently,Bill Wendling
2008-02-13commuteInstr() can now commute non-ssa machine instrs.Evan Cheng
2008-02-08It's not always safe to fold movsd into xorpd, etc. Check the alignment of th...Evan Cheng
2008-01-07remove MachineOpCode typedef.Chris Lattner
2008-01-07Move even more functionality from MRegisterInfo into TargetInstrInfo.Owen Anderson
2008-01-01Move some more instruction creation methods from RegisterInfo into InstrInfo.Owen Anderson
2008-01-01Fix a bug in my previous patch: refer to the impl not the pure virtual versio...Chris Lattner
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-30Add new shorter predicates for testing machine operands for various types: Chris Lattner
2007-12-30More cleanups for MachineOperand:Chris Lattner
2007-12-30Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...Chris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-09-07Add lengthof and endof templates that hide a lot of sizeof computations.Owen Anderson
2007-06-13Handle blocks with 2 unconditional branches in AnalyzeBranch.Dale Johannesen
2007-06-08Add a utility routine to check for unpredicated terminator instruction.Evan Cheng
2007-05-21BlockHasNoFallThrough() now returns true if block ends with a return instruct...Evan Cheng
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-12-07What should be the last unnecessary <iostream>s in the library.Bill Wendling
2006-11-27Change MachineInstr ctor's to take a TargetInstrDescriptor reference insteadEvan Cheng
2006-11-17convert PPC::BCC to use the 'pred' operand instead of separate predicateChris Lattner
2006-11-17rename PPC::COND_BRANCH to PPC::BCCChris Lattner
2006-11-17start using PPC predicates more consistently.Chris Lattner
2006-11-15Properly transfer kill / dead info.Evan Cheng
2006-11-13Matches MachineInstr changes.Evan Cheng
2006-10-28implement the BlockHasNoFallThrough hookChris Lattner
2006-10-21Implement support for branch reversal, fix a bug in branch analysis.Chris Lattner
2006-10-21Simplify code, no functionality changeChris Lattner
2006-10-21implement support for inserting a cond branchChris Lattner
2006-10-17add support for inserting an uncond branchChris Lattner
2006-10-13implement branch inspection/modification methods.Chris Lattner
2006-07-11In 64-bit mode, 64-bit GPRs are callee saved, not 32-bit ones.Chris Lattner
2006-06-20Rename OR4 -> OR. Move some PPC64-specific stuff to the 64-bit fileChris Lattner
2006-06-17Implement the getPointerRegClass method, which is required for the ptr_rcChris Lattner
2006-05-04Move some methods out of MachineInstr into MachineOperandChris Lattner
2006-03-16teach the ppc backend how to spill/reload vector regsChris Lattner
2006-03-16Add support for copying registers. still needed: spilling and reloading themChris Lattner
2006-03-05implement TII::insertNoopChris Lattner
2006-02-02add 64b gpr store to the possible list of isStoreToStackSlot opcodes.Nate Begeman
2006-02-02implement isStoreToStackSlot for PPCChris Lattner
2006-02-02Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,a far ...Chris Lattner
2005-10-19teach ppc backend these are copiesChris Lattner