aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCInstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+1
* Rename PowerPC*.h to PPC*.hChris Lattner2005-10-141-1/+1
* Eliminate PowerPC.td and PPC32.td, consolidating them into PPC.tdChris Lattner2005-10-141-2/+2
* Fix a CQ regression from my patch to split F32/F64 into seperate registerChris Lattner2005-10-071-1/+2
* Modify the ppc backend to use two register classes for FP: F8RC and F4RC.Chris Lattner2005-10-011-1/+1
* Teach the code generator that rlwimi is commutable if the rotate amountChris Lattner2005-09-091-0/+32
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
* Initial support for allocation condition registersNate Begeman2005-04-121-0/+8
* Add ori reg, reg, 0 as a move instruction. This can be generated fromNate Begeman2004-10-071-0/+11
* PowerPC 32-/64-bit split: Part I, PPC32* bit files, adapted from former PowerPC*Misha Brukman2004-08-171-0/+59