aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCInstrInfo.cpp
AgeCommit message (Expand)Author
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
2005-10-18First bits of 64 bit PowerPC stuff, currently disabled. A lot of this isNate Begeman
2005-10-16More PPC32 -> PPC changes, as well as merging some classes that wereNate Begeman
2005-10-14Rename PPC32*.h to PPC*.hChris Lattner
2005-10-14Rename PowerPC*.h to PPC*.hChris Lattner
2005-10-14Eliminate PowerPC.td and PPC32.td, consolidating them into PPC.tdChris Lattner
2005-10-07Fix a CQ regression from my patch to split F32/F64 into seperate registerChris Lattner
2005-10-01Modify the ppc backend to use two register classes for FP: F8RC and F4RC.Chris Lattner
2005-09-09Teach the code generator that rlwimi is commutable if the rotate amountChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-12Initial support for allocation condition registersNate Begeman
2004-10-07Add ori reg, reg, 0 as a move instruction. This can be generated fromNate Begeman
2004-08-17PowerPC 32-/64-bit split: Part I, PPC32* bit files, adapted from former PowerPC*Misha Brukman