aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCInstrInfo.h
AgeCommit message (Expand)Author
2006-05-24Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner
2006-03-13Mark instructions that are cracked by the PPC970 decoder as such.Chris Lattner
2006-03-12Several big changes:Chris Lattner
2006-03-05implement TII::insertNoopChris Lattner
2006-02-02implement isStoreToStackSlot for PPCChris Lattner
2006-02-02Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,a far ...Chris Lattner
2006-01-18fix out of date commentChris Lattner
2006-01-18Fix Regression/CodeGen/PowerPC/2006-01-18-InvalidBranchOpcodeAssert.llChris Lattner
2005-10-16More PPC32 -> PPC changes, as well as merging some classes that wereNate Begeman
2005-10-14Rename PPC32*.h to PPC*.hChris Lattner
2005-10-14Rename PowerPC*.h to PPC*.hChris Lattner
2005-10-14Nuke PowerPCInstrFormats.h, its contents are dead. Remove the definitionsChris Lattner
2005-09-09Teach the code generator that rlwimi is commutable if the rotate amountChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2004-08-17PowerPC 32-/64-bit split: Part I, PPC32* bit files, adapted from former PowerPC*Misha Brukman