Make the implicit def instructions look like other instrs.
[oota-llvm.git] / lib / Target / PowerPC / PPCInstr64Bit.td
2006-07-18 Chris LattnerMake the implicit def instructions look like other...
2006-07-14 Chris LattnerAdd missing PPC64 extload/truncstores
2006-06-27 Chris LattnerDon't match 64-bit bitfield inserts into rlwimi's....
2006-06-27 Chris LattnerAdd a pattern for i64 sra. Print 8-byte units with...
2006-06-27 Chris LattnerAdd 64-bit MTCTR so that indirect calls work.
2006-06-27 Chris LattnerFix an incorrect store pattern. This fixes em3d.
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