What should be the last unnecessary <iostream>s in the library.
[oota-llvm.git] / lib / Target / PowerPC / PPCInstrInfo.cpp
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-11-27 Evan ChengChange MachineInstr ctor's to take a TargetInstrDescrip...
2006-11-17 Chris Lattnerconvert PPC::BCC to use the 'pred' operand instead...
2006-11-17 Chris Lattnerrename PPC::COND_BRANCH to PPC::BCC
2006-11-17 Chris Lattnerstart using PPC predicates more consistently.
2006-11-15 Evan ChengProperly transfer kill / dead info.
2006-11-13 Evan ChengMatches MachineInstr changes.
2006-10-28 Chris Lattnerimplement the BlockHasNoFallThrough hook
2006-10-21 Chris LattnerImplement support for branch reversal, fix a bug in...
2006-10-21 Chris LattnerSimplify code, no functionality change
2006-10-21 Chris Lattnerimplement support for inserting a cond branch
2006-10-17 Chris Lattneradd support for inserting an uncond branch
2006-10-13 Chris Lattnerimplement branch inspection/modification methods.
2006-07-11 Chris LattnerIn 64-bit mode, 64-bit GPRs are callee saved, not 32...
2006-06-20 Chris LattnerRename OR4 -> OR. Move some PPC64-specific stuff to...
2006-06-17 Chris LattnerImplement the getPointerRegClass method, which is requi...
2006-05-04 Chris LattnerMove some methods out of MachineInstr into MachineOperand
2006-03-16 Chris Lattnerteach the ppc backend how to spill/reload vector regs
2006-03-16 Chris LattnerAdd support for copying registers. still needed: spilli...
2006-03-05 Chris Lattnerimplement TII::insertNoop
2006-02-02 Nate Begemanadd 64b gpr store to the possible list of isStoreToStac...
2006-02-02 Chris Lattnerimplement isStoreToStackSlot for PPC
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...