Convert remaining X-Form and Pseudo instructions over to asm writer
[oota-llvm.git] / lib / Target / PowerPC / PPCInstrInfo.td
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-29 Nate BegemanImprovements to int->float cast code for PPC-64
2004-08-29 Nate BegemanImplement the following missing functionality in the...
2004-08-21 Nate BegemanMove XForm instructions over to the auto-generated...
2004-08-20 Nate BegemanImplement code to convert SetCC into straight line...
2004-08-19 Nate BegemanClean up floating point instruction selection.
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-14 Chris LattnerPrint mflr using the asmwriter generator
2004-08-14 Nate BegemanAdd indexed forms of load doubleword and load word...
2004-08-13 Nate BegemanAdd some more 64 bit instructions we need for the Power...
2004-08-11 Misha BrukmanFix names of 64-bit CMP*D* opcodes, add LWA and STD...
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 Nate BegemanFix casts of float to unsigned long
2004-08-09 Misha BrukmanUse instruction formats as defined in the PowerPC ISA...
2004-08-03 Misha BrukmanRemove unused opcodes.
2004-08-02 Misha Brukman* Use simpler instruction templates to define instructions
2004-08-02 Misha BrukmanSeparate instruction formats from instruction definitions.
2004-07-27 Misha BrukmanRenamed files:
2004-07-27 Misha BrukmanAdd COND_BRANCH pseudo instruction, patch by Nate Begeman.
2004-07-27 Misha BrukmanMovePCtoLR (which is `bl' in disguise) modifies LR...
2004-07-21 Misha BrukmanAdd SUBI instruction
2004-07-20 Misha BrukmanDifferentiate between global and weak symbol loads
2004-07-16 Misha BrukmanAdd IMPLICIT_DEFS pseudo-instruction; patch by: Nate...
2004-06-30 Misha Brukman* Coalesce the handy CALL* alias opcodes with the stand...
2004-06-29 Misha Brukman* Use LA instead of LWZ for LoadLoAddr
2004-06-28 Misha BrukmanFix the assembly opcode on LOADLoAddr, courtesy of...
2004-06-28 Misha BrukmanSet isBranch and isTerminator bits on all branch instru...
2004-06-21 Misha BrukmanInitial revision