summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCInstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove MachineOpCode typedef.Chris Lattner2008-01-071-1/+1
* Move even more functionality from MRegisterInfo into TargetInstrInfo.Owen Anderson2008-01-071-0/+79
* Move some more instruction creation methods from RegisterInfo into InstrInfo.Owen Anderson2008-01-011-0/+230
* Fix a bug in my previous patch: refer to the impl not the pure virtual versio...Chris Lattner2008-01-011-1/+1
* 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/+28
* Add new shorter predicates for testing machine operands for various types: Chris Lattner2007-12-301-11/+11
* More cleanups for MachineOperand:Chris Lattner2007-12-301-8/+2
* Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...Chris Lattner2007-12-301-9/+9
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Add lengthof and endof templates that hide a lot of sizeof computations.Owen Anderson2007-09-071-1/+2
* Handle blocks with 2 unconditional branches in AnalyzeBranch.Dale Johannesen2007-06-131-0/+10
* Add a utility routine to check for unpredicated terminator instruction.Evan Cheng2007-06-081-3/+3
* BlockHasNoFallThrough() now returns true if block ends with a return instruct...Evan Cheng2007-05-211-0/+1
* RemoveBranch() and InsertBranch() now returns number of instructions deleted ...Evan Cheng2007-05-181-9/+12
* Relex assertions to account for additional implicit def / use operands.Evan Cheng2007-04-251-5/+5
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-071-1/+0
* Change MachineInstr ctor's to take a TargetInstrDescriptor reference insteadEvan Cheng2006-11-271-5/+5
* convert PPC::BCC to use the 'pred' operand instead of separate predicateChris Lattner2006-11-171-3/+3
* rename PPC::COND_BRANCH to PPC::BCCChris Lattner2006-11-171-7/+7
* start using PPC predicates more consistently.Chris Lattner2006-11-171-1/+2
* Properly transfer kill / dead info.Evan Cheng2006-11-151-0/+10
* Matches MachineInstr changes.Evan Cheng2006-11-131-1/+1
* implement the BlockHasNoFallThrough hookChris Lattner2006-10-281-0/+11
* Implement support for branch reversal, fix a bug in branch analysis.Chris Lattner2006-10-211-2/+5
* Simplify code, no functionality changeChris Lattner2006-10-211-4/+2
* implement support for inserting a cond branchChris Lattner2006-10-211-4/+8
* add support for inserting an uncond branchChris Lattner2006-10-171-2/+8
* implement branch inspection/modification methods.Chris Lattner2006-10-131-0/+93
* In 64-bit mode, 64-bit GPRs are callee saved, not 32-bit ones.Chris Lattner2006-07-111-1/+2
* Rename OR4 -> OR. Move some PPC64-specific stuff to the 64-bit fileChris Lattner2006-06-201-1/+1
* Implement the getPointerRegClass method, which is required for the ptr_rcChris Lattner2006-06-171-3/+13
* Move some methods out of MachineInstr into MachineOperandChris Lattner2006-05-041-2/+2
* teach the ppc backend how to spill/reload vector regsChris Lattner2006-03-161-1/+1
* Add support for copying registers. still needed: spilling and reloading themChris Lattner2006-03-161-1/+1
* implement TII::insertNoopChris Lattner2006-03-051-0/+5
* add 64b gpr store to the possible list of isStoreToStackSlot opcodes.Nate Begeman2006-02-021-1/+1
* implement isStoreToStackSlot for PPCChris Lattner2006-02-021-1/+18
* Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,a far ...Chris Lattner2006-02-021-0/+19
* teach ppc backend these are copiesChris Lattner2005-10-191-1/+2
* First bits of 64 bit PowerPC stuff, currently disabled. A lot of this isNate Begeman2005-10-181-1/+1
* More PPC32 -> PPC changes, as well as merging some classes that wereNate Begeman2005-10-161-6/+6
* Rename PPC32*.h to PPC*.hChris Lattner2005-10-141-0/+111
OpenPOWER on IntegriCloud