Fix order of operands for copytoreg node when emitting calls. This fixes
[oota-llvm.git] / lib / Target / PowerPC / PowerPCInstrInfo.h
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-11-23 Chris LattnerGet rid of flags that are dead
2004-08-17 Misha BrukmanThe PowerPCInstrInfo class has gone away.
2004-08-11 Misha BrukmanSet the is64bit flag and propagate it to PowerPCRegiste...
2004-08-11 Misha BrukmanBreaking up the PowerPC target into 32- and 64-bit...
2004-08-10 Misha BrukmanRenamed PPC32 (namespace for regs, opcodes) to PPC...
2004-07-27 Misha BrukmanMoved definition of invertPPCBranchOpcode() into PowerP...
2004-07-16 Misha BrukmanAdd prototype for TargetInstrInfo::isMoveInstr()
2004-06-21 Misha BrukmanInitial revision