Replace the dynamically computed std::set lookup method for subregisters with a hasht...
[oota-llvm.git] / lib / Target / PowerPC / PPCInstrInfo.h
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...