Several big changes:
[oota-llvm.git] / lib / Target / PowerPC / PPCInstrFormats.td
2006-03-12 Chris LattnerSeveral big changes:
2006-01-27 Chris LattnerPHI and INLINEASM are now built-in instructions provide...
2005-12-20 Nate BegemanPattern-match return. Includes gross hack!
2005-12-14 Nate BegemanAdd support for fmul node of type v4f32.
2005-12-09 Nate BegemanAdd support patterns to many load and store instruction...
2005-12-04 Chris LattnerDefine BR in the .td file now that Evan made tblgen...
2005-11-29 Nate BegemanRepresent the encoding of the SPR instructions as they...
2005-11-29 Nate BegemanAdd the remainder of the AltiVec 4 x float instructions...
2005-11-26 Nate BegemanSmall tweaks noticed while on the plane.
2005-11-23 Nate BegemanSome first bits of AltiVec stuff: Instruction Formats...
2005-10-25 Chris LattnerAllow pseudos to have patterns, no functionality change
2005-10-19 Jim LaskeyAdded InstrSchedClass to each of the PowerPC Instructions.
2005-10-19 Nate BegemanWrite patterns for the various shl and srl patterns...
2005-10-14 Chris LattnerNuke PowerPCInstrFormats.h, its contents are dead....
2005-09-29 Chris LattnerAdd a bunch of patterns for F64 FP ops, add some more...
2005-09-08 Chris Lattneradd patterns for x?oris?
2005-09-08 Chris Lattneradd patterns to the addi/addis/mulli etc instructions...
2005-09-08 Chris LattnerAdd patterns for some new instructions, allowing the...
2005-09-02 Chris LattnerAdd AND/OR/XOR
2005-09-02 Chris LattnerAdd some initial patterns to simple binary instructions...
2005-08-26 Nate BegemanFix JIT encoding of conditional branches
2005-08-08 Nate BegemanFix JIT encoding of ppc mfocrf instruction; the operand...
2005-04-19 Chris Lattnerswitch over the rest of the formats that use RC to...
2005-04-19 Chris LattnerConvert the XForm instrs and XSForm instruction over...
2005-04-19 Chris LattnerNow that the ppc64 and vmx operands of I are always...
2005-04-19 Chris Lattnerconvert over bform and iform instructions
2005-04-19 Chris LattnerConvert over DForm and DSForm instructions
2005-04-19 Chris LattnerConvert XLForm and XForm instructions over to use PPC64...
2005-04-19 Chris LattnerConvert XO XS and XFX forms to use isPPC64
2005-04-19 Chris LattnerTurn PPC64 and VMX into classes that can be added to...
2005-04-18 Nate BegemanChange codegen for setcc to read the bit directly out...
2005-04-14 Nate BegemanAdd the necessary support to codegen condition register...
2005-04-12 Nate BegemanInitial support for allocation condition registers
2005-04-11 Chris LattnerRevert the previous patch, which I didn't mean to check in.
2005-04-11 Chris LattnerFix a minor bug (ORo didn't mark that it set CR0).
2004-11-25 Chris LattnerFix encoding of fsel, fixing olden/power, McCat/bisort...
2004-11-25 Chris LattnerFix encoding of swari, fixing several programs, includi...
2004-11-24 Chris LattnerFix a few more tests by encoding the extsb and other...
2004-11-24 Chris LattnerFix the encoding of ORi and other DForm4 instructions...
2004-11-24 Chris LattnerBranch instructions explicitly represent CRx in them...
2004-11-23 Chris LattnerFix the encoding of OR, AND and many other instructions
2004-11-23 Chris LattnerRemove argtype and argcount magic, which was used by...
2004-11-23 Chris LattnerFix encoding of rlwinm?
2004-10-23 Misha BrukmanDForm_1, particularly used by store instructions, needs...
2004-10-14 Misha BrukmanThere is only one field in an instruction, and that...
2004-09-04 Nate BegemanAll PPC instructions are now auto-printed
2004-09-02 Nate BegemanConvert remaining X-Form and Pseudo instructions over...
2004-08-31 Nate Begemanconvert M and MD form instructions to generated asm...
2004-08-30 Nate BegemanMove yet more instructions over to being printed by...
2004-08-29 Nate BegemanConvert A-Form instructions to auto-generated asm writer
2004-08-21 Nate BegemanMove XForm instructions over to the auto-generated...
2004-08-15 Chris LattnerConvert all of the DForm_6* operations, which makes...
2004-08-15 Chris LattnerConvert the DForm_4 over to the asmprintergen
2004-08-13 Nate BegemanAdd some more 64 bit instructions we need for the Power...
2004-08-11 Misha BrukmanAdd support for 64-bit CMPDI, CMPLDI, and CMPLD opcodes
2004-08-11 Misha BrukmanAdd doubleword load/store (64-bit only).
2004-08-10 Misha BrukmanRenamed PPC32 (namespace for regs, opcodes) to PPC...
2004-08-10 Misha BrukmanDForm 5/6 extended mneumonics take 3 arguments.
2004-08-10 Misha BrukmanFix DForm_4: format is `op r, r, i'
2004-08-09 Misha BrukmanRemove ClassPrefix variable as it's no longer used.
2004-08-09 Misha BrukmanDefine a ClassPrefix for PowerPC.
2004-08-09 Misha BrukmanUse instruction formats as defined in the PowerPC ISA...
2004-08-04 Misha BrukmanRemove unused instruction classes
2004-08-02 Misha BrukmanReplace patterns 0, 4, and 5 with simpler heirarchical...
2004-08-02 Misha BrukmanSeparate instruction formats from instruction definitions.