[mips] Add definition of JALR instruction which has two register operands. Change the
[oota-llvm.git] / lib / Target / Mips / Mips64InstrInfo.td
2011-10-11 Akira HatanakaMake changes necessary for supporting floating point...
2011-10-11 Akira HatanakaModify lowering of GlobalAddress so that correct code...
2011-10-11 Akira HatanakaAdd definitions of 64-bit loads and stores. Add a patte...
2011-10-11 Akira HatanakaChange definitions of classes LoadM and StoreM in prepa...
2011-10-03 Akira HatanakaAdd support for 64-bit logical NOR.
2011-10-03 Akira HatanakaAdd support for 64-bit count leading ones and zeros...
2011-10-03 Akira HatanakaAdd support for 64-bit divide instructions.
2011-10-03 Akira HatanakaAdd support for 64-bit integer multiply instructions.
2011-10-03 Akira HatanakaAdd definitions of instructions which move values betwe...
2011-09-30 Akira HatanakaAdd definitions of Mips64 rotate instructions.
2011-09-30 Akira HatanakaisCommutable should be 0 for DSUBu.
2011-09-30 Akira HatanakaMips64 shift instructions.
2011-09-30 Akira HatanakaMips64 arithmetic and logical instructions with one...
2011-09-29 Akira HatanakaMips64 arithmetic and logical instructions with two...
2011-09-28 Akira HatanakaMips64 predicate definitions. Patch by Liu.
2011-09-24 Akira HatanakaAdd .td file.