summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCInstrInfo.h
Commit message (Expand)AuthorAge
* Remove unused member functions.Eli Friedman2009-07-24
* Let each target determines whether a machine instruction is dead. If true, th...Evan Cheng2009-07-22
* Move debug loc info along when the spiller creates new instructions.Bill Wendling2009-02-12
* Turns out AnalyzeBranch can modify the mbb being analyzed. This is a nastyEvan Cheng2009-02-09
* Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo.Evan Cheng2009-02-06
* Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...Evan Cheng2009-01-20
* Split foldMemoryOperand into public non-virtual and protected virtualDan Gohman2008-12-03
* Add more const qualifiers. This fixes build breakage from r59540.Dan Gohman2008-11-18
* Const-ify several TargetInstrInfo methods.Dan Gohman2008-10-16
* Make TargetInstrInfo::copyRegToReg return a bool indicating whether the copy ...Owen Anderson2008-08-26
* Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h...Owen Anderson2008-08-14
* Pool-allocation for MachineInstrs, MachineBasicBlocks, andDan Gohman2008-07-07
* Add option to commuteInstruction() which forces it to create a new (commuted)...Evan Cheng2008-06-16
* Change target-specific classes to use more precise static types.Dan Gohman2008-05-14
* Infrastructure for getting the machine code size of a function and an instruc...Nicolas Geoffray2008-04-16
* Add explicit keywords.Dan Gohman2008-03-25
* Change the "enable/disable" mechanism so that we can enable PPC registerBill Wendling2008-03-10
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-10
* It's not always safe to fold movsd into xorpd, etc. Check the alignment of th...Evan Cheng2008-02-08
* Move even more functionality from MRegisterInfo into TargetInstrInfo.Owen Anderson2008-01-07
* Move some more instruction creation methods from RegisterInfo into InstrInfo.Owen Anderson2008-01-01
* Fix a problem where lib/Target/TargetInstrInfo.h would include and useChris Lattner2008-01-01
* Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of theOwen Anderson2007-12-31
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* RemoveBranch() and InsertBranch() now returns number of instructions deleted ...Evan Cheng2007-05-18
* Make LABEL a builtin opcode.Jim Laskey2007-01-26
* start using PPC predicates more consistently.Chris Lattner2006-11-17
* implement the BlockHasNoFallThrough hookChris Lattner2006-10-28
* expose DWARF_LABEL opcode# so the branch folder can update debug info properly.Chris Lattner2006-10-17
* implement branch inspection/modification methods.Chris Lattner2006-10-13
* Implement the getPointerRegClass method, which is required for the ptr_rcChris Lattner2006-06-17
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-24
* Mark instructions that are cracked by the PPC970 decoder as such.Chris Lattner2006-03-13
* Several big changes:Chris Lattner2006-03-12
* implement TII::insertNoopChris Lattner2006-03-05
* implement isStoreToStackSlot for PPCChris Lattner2006-02-02
* Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,a far ...Chris Lattner2006-02-02
* fix out of date commentChris Lattner2006-01-18
* Fix Regression/CodeGen/PowerPC/2006-01-18-InvalidBranchOpcodeAssert.llChris Lattner2006-01-18
* More PPC32 -> PPC changes, as well as merging some classes that wereNate Begeman2005-10-16
* Rename PPC32*.h to PPC*.hChris Lattner2005-10-14
* Rename PowerPC*.h to PPC*.hChris Lattner2005-10-14
* Nuke PowerPCInstrFormats.h, its contents are dead. Remove the definitionsChris Lattner2005-10-14
* Teach the code generator that rlwimi is commutable if the rotate amountChris Lattner2005-09-09
* Remove trailing whitespaceMisha Brukman2005-04-21
* PowerPC 32-/64-bit split: Part I, PPC32* bit files, adapted from former PowerPC*Misha Brukman2004-08-17