Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Target / PowerPC / PPCInstrInfo.h
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...