Implement 64-bit undef, sub, shl/shr, srem/urem
[oota-llvm.git] / lib / Target / PowerPC / PPCInstr64Bit.td
2006-06-27 Chris LattnerImplement 64-bit undef, sub, shl/shr, srem/urem
2006-06-27 Chris LattnerAdd zextload from i32 -> i64, with this, perimeter...
2006-06-26 Chris LattnerRearrange compares, add ADDI8, add sext from 32-to...
2006-06-20 Chris LattnerRename OR4 -> OR. Move some PPC64-specific stuff to...
2006-06-20 Chris Lattneradd some logical ops
2006-06-20 Chris LattnerAdd some more immediate patterns. This allows us to...
2006-06-20 Chris LattnerInstead of li/xoris use li/oris. Note that this doesn...
2006-06-20 Chris LattnerAdd some 64-bit logical ops.
2006-06-20 Chris LattnerAdd some patterns for globals, so we can now compile...
2006-06-20 Chris LattnerAdd some patterns for ppc64
2006-06-16 Chris LattnerUpgrade some load/store instructions to use the proper...
2006-06-16 Chris Lattnerfix some assumptions that pointers can only be 32-bits...
2006-06-16 Chris LattnerSplit 64-bit instructions out into a separate .td file