aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCInstrInfo.h
Commit message (Expand)AuthorAgeFilesLines
* Move even more functionality from MRegisterInfo into TargetInstrInfo.Owen Anderson2008-01-071-0/+15
* Move some more instruction creation methods from RegisterInfo into InstrInfo.Owen Anderson2008-01-011-5/+26
* 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/+5
* 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-4/+4
* Make LABEL a builtin opcode.Jim Laskey2007-01-261-7/+0
* start using PPC predicates more consistently.Chris Lattner2006-11-171-16/+0
* implement the BlockHasNoFallThrough hookChris Lattner2006-10-281-0/+1
* expose DWARF_LABEL opcode# so the branch folder can update debug info properly.Chris Lattner2006-10-171-0/+7
* implement branch inspection/modification methods.Chris Lattner2006-10-131-0/+13
* Implement the getPointerRegClass method, which is required for the ptr_rcChris Lattner2006-06-171-2/+6
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-241-2/+2
* Mark instructions that are cracked by the PPC970 decoder as such.Chris Lattner2006-03-131-1/+5
* Several big changes:Chris Lattner2006-03-121-0/+37
* implement TII::insertNoopChris Lattner2006-03-051-0/+3
* implement isStoreToStackSlot for PPCChris Lattner2006-02-021-0/+1
* Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,a far ...Chris Lattner2006-02-021-0/+2
* fix out of date commentChris Lattner2006-01-181-1/+1
* Fix Regression/CodeGen/PowerPC/2006-01-18-InvalidBranchOpcodeAssert.llChris Lattner2006-01-181-0/+2
* More PPC32 -> PPC changes, as well as merging some classes that wereNate Begeman2005-10-161-4/+4
* Rename PPC32*.h to PPC*.hChris Lattner2005-10-141-1/+1
* Rename PowerPC*.h to PPC*.hChris Lattner2005-10-141-1/+1
* Nuke PowerPCInstrFormats.h, its contents are dead. Remove the definitionsChris Lattner2005-10-141-2/+3
* Teach the code generator that rlwimi is commutable if the rotate amountChris Lattner2005-09-091-0/+4
* Remove trailing whitespaceMisha Brukman2005-04-211-3/+3
* PowerPC 32-/64-bit split: Part I, PPC32* bit files, adapted from former PowerPC*Misha Brukman2004-08-171-0/+56