Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,a far more...
[oota-llvm.git] / lib / Target / PowerPC / PPCInstrInfo.cpp
2006-02-02 Chris LattnerMove isLoadFrom/StoreToStackSlot from MRegisterInfo...
2005-10-19 Chris Lattnerteach ppc backend these are copies
2005-10-18 Nate BegemanFirst bits of 64 bit PowerPC stuff, currently disabled...
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 LattnerEliminate PowerPC.td and PPC32.td, consolidating them...
2005-10-07 Chris LattnerFix a CQ regression from my patch to split F32/F64...
2005-10-01 Chris LattnerModify the ppc backend to use two register classes...
2005-09-09 Chris LattnerTeach the code generator that rlwimi is commutable...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-12 Nate BegemanInitial support for allocation condition registers
2004-10-07 Nate BegemanAdd ori reg, reg, 0 as a move instruction. This can...
2004-08-17 Misha BrukmanPowerPC 32-/64-bit split: Part I, PPC32* bit files...