add patterns to the addi/addis/mulli etc instructions. Define predicates
[oota-llvm.git] / lib / Target / PowerPC / PPCBranchSelector.cpp
2005-08-26 Chris LattnerPropagate cr# from COND_BRANCH to the actual branch...
2005-08-24 Chris LattnerSplit IMPLICIT_DEF into IMPLICIT_DEF_GPR and IMPLICIT_D...
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-06-18 Reid SpencerClean up some uninitialized variables and missing retur...
2005-06-17 Chris Lattnersilence incredibly braindead GCC 4 warning
2005-06-12 Nate BegemanFix a memory smasher caught by Mac OS X's debug malloc...
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-10-07 Nate BegemanRemove unnecessary header include
2004-09-02 Nate BegemanConvert remaining X-Form and Pseudo instructions over...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-17 Misha BrukmanPowerPCInstrInfo has gone away, PPC32 and PPC64 share...
2004-08-10 Misha BrukmanRenamed PPC32 (namespace for regs, opcodes) to PPC...
2004-07-28 Misha BrukmanRemove an extra 8 byte distance penalty. Patch by...
2004-07-27 Misha BrukmanAdd PowerPCBranchSelector to discover which are `long...