Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor of
[oota-llvm.git] / lib / Target / PowerPC / PPCInstrInfo.h
2009-12-05 Dan GohmanRemove the target hook TargetInstrInfo::BlockHasNoFallT...
2009-11-30 Bob WilsonRemove isProfitableToDuplicateIndirectBranch target...
2009-11-25 Bob WilsonTail duplicate indirect branches for PowerPC, too.
2009-10-12 Dale JohannesenRevert the kludge in 76703. I got a clean
2009-07-24 Eli FriedmanRemove unused member functions.
2009-07-22 Evan ChengLet each target determines whether a machine instructio...
2009-02-12 Bill WendlingMove debug loc info along when the spiller creates...
2009-02-09 Evan ChengTurns out AnalyzeBranch can modify the mbb being analyz...
2009-02-06 Evan ChengMove getPointerRegClass from TargetInstrInfo to TargetR...
2009-01-20 Evan ChengChange TargetInstrInfo::isMoveInstr to return source...
2008-12-03 Dan GohmanSplit foldMemoryOperand into public non-virtual and...
2008-11-18 Dan GohmanAdd more const qualifiers. This fixes build breakage...
2008-10-16 Dan GohmanConst-ify several TargetInstrInfo methods.
2008-08-26 Owen AndersonMake TargetInstrInfo::copyRegToReg return a bool indica...
2008-08-14 Owen AndersonConvert uses of std::vector in TargetInstrInfo to Small...
2008-07-07 Dan GohmanPool-allocation for MachineInstrs, MachineBasicBlocks...
2008-06-16 Evan ChengAdd option to commuteInstruction() which forces it...
2008-05-14 Dan GohmanChange target-specific classes to use more precise...
2008-04-16 Nicolas GeoffrayInfrastructure for getting the machine code size of...
2008-03-25 Dan GohmanAdd explicit keywords.
2008-03-10 Bill WendlingChange the "enable/disable" mechanism so that we can...
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2008-02-08 Evan ChengIt's not always safe to fold movsd into xorpd, etc...
2008-01-07 Owen AndersonMove even more functionality from MRegisterInfo into...
2008-01-01 Owen AndersonMove some more instruction creation methods from Regist...
2008-01-01 Chris LattnerFix a problem where lib/Target/TargetInstrInfo.h would...
2007-12-31 Owen AndersonMove copyRegToReg from MRegisterInfo to TargetInstrInfo...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-05-18 Evan ChengRemoveBranch() and InsertBranch() now returns number...
2007-01-26 Jim LaskeyMake LABEL a builtin opcode.
2006-11-17 Chris Lattnerstart using PPC predicates more consistently.
2006-10-28 Chris Lattnerimplement the BlockHasNoFallThrough hook
2006-10-17 Chris Lattnerexpose DWARF_LABEL opcode# so the branch folder can...
2006-10-13 Chris Lattnerimplement branch inspection/modification methods.
2006-06-17 Chris LattnerImplement the getPointerRegClass method, which is requi...
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2006-03-13 Chris LattnerMark instructions that are cracked by the PPC970 decode...
2006-03-12 Chris LattnerSeveral big changes:
2006-03-05 Chris Lattnerimplement TII::insertNoop
2006-02-02 Chris Lattnerimplement isStoreToStackSlot for PPC
2006-02-02 Chris LattnerMove isLoadFrom/StoreToStackSlot from MRegisterInfo...
2006-01-18 Chris Lattnerfix out of date comment
2006-01-18 Chris LattnerFix Regression/CodeGen/PowerPC/2006-01-18-InvalidBranch...
2005-10-16 Nate BegemanMore PPC32 -> PPC changes, as well as merging some...
2005-10-14 Chris LattnerRename PPC32*.h to PPC*.h
2005-10-14 Chris LattnerRename PowerPC*.h to PPC*.h
2005-10-14 Chris LattnerNuke PowerPCInstrFormats.h, its contents are dead....
2005-09-09 Chris LattnerTeach the code generator that rlwimi is commutable...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-08-17 Misha BrukmanPowerPC 32-/64-bit split: Part I, PPC32* bit files...