aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PowerPCInstrInfo.cpp
AgeCommit message (Expand)Author
2004-08-17PowerPCInstrInfo and PowerPCRegisterInfo have gone away; they are replacedMisha Brukman
2004-08-11Set the is64bit flag and propagate it to PowerPCRegisterInfoMisha Brukman
2004-08-10Renamed PPC32 (namespace for regs, opcodes) to PPC to include 64-bit targetsMisha Brukman
2004-07-26ADDI can take several forms, including:Misha Brukman
2004-07-26assert() on MachineInstr properties instead of checking them dynamicallyMisha Brukman
2004-07-26* Recognize `addi r1, r2, 0' a move instructionMisha Brukman
2004-07-16Fix code formattingMisha Brukman
2004-07-16Implement PowerPCInstrInfo::isMoveInstr(), patch by Nate BegemanMisha Brukman
2004-06-21Initial revisionMisha Brukman