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