aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsInstrInfo.td
AgeCommit message (Expand)Author
2013-03-04[mips] Print move instructions.Akira Hatanaka
2013-03-01[mips] Fix inefficient code generation.Akira Hatanaka
2013-02-16[mips] Remove SDNPWantParent from the list of SDNodeProperties.Akira Hatanaka
2013-02-15[mips] Split SelectAddr, which was used to match address patterns, into twoAkira Hatanaka
2013-02-08Add the 16 bit version of addiu. To the assembler, the 16 and 32 bit are theReed Kotler
2013-02-07[mips] Add definition of JALR instruction which has two register operands. Ch...Akira Hatanaka
2013-02-06[mips] Make NOP a pseudo instruction and expand it to "sll $zero, $zero, 0".Akira Hatanaka
2013-02-05Move MRI liveouts to Mips return instructions.Jakob Stoklund Olesen
2013-02-05This patch that sets the EmitAlias flag in td files Jack Carter
2013-02-02Start static relocation implementation for mips16.Reed Kotler
2013-01-30[mips] Lower EH_RETURN.Akira Hatanaka
2013-01-19This is a resubmittal. For some reason it broke the bots yesterdayJack Carter
2013-01-18This is a resubmittal. For some reason it broke the bots yesterdayJack Carter
2013-01-12This patch tackles the problem of parsing Mips Jack Carter
2013-01-07Remove # from the beginning and end of def names. The # is a paste operator a...Craig Topper
2013-01-04[mips] Reorder template parameters. Remove class shift_rotate_imm32 andAkira Hatanaka
2013-01-04[mips] Refactor instructions which move data from or to coprocessors.Akira Hatanaka
2012-12-21[mips] Refactor subword-swap, EXT/INS, load-effective-address and read-hardwareAkira Hatanaka
2012-12-21[mips] Refactor SYNC and multiply/divide instructions.Akira Hatanaka
2012-12-21[mips] Refactor BAL instructions.Akira Hatanaka
2012-12-21[mips] Fix encoding of BAL instruction. Also, fix assembler test case whichAkira Hatanaka
2012-12-21[mips] Refactor jump, jump register, jump-and-link and nop instructions.Akira Hatanaka
2012-12-21[mips] Refactor load/store left/right and load-link and store-conditionalAkira Hatanaka
2012-12-21[mips] Refactor load/store instructions.Akira Hatanaka
2012-12-21[mips] Remove unnecessary isPseudo parameter.Akira Hatanaka
2012-12-21[mips] Refactor LUI instruction.Akira Hatanaka
2012-12-21[mips] Refactor count leading zero or one instructions.Akira Hatanaka
2012-12-21[mips] Refactor sign-extension-in-register instructions.Akira Hatanaka
2012-12-21[mips] Refactor instructions which copy from and to HI/LO registers.Akira Hatanaka
2012-12-21[mips] Refactor logical NOR instructions.Akira Hatanaka
2012-12-21[mips] Move instruction definitions in MipsInstrInfo.td.Akira Hatanaka
2012-12-20There is one more patch to finish large frames. Make sure we assertReed Kotler
2012-12-20[mips] Refactor SLT (set on less than) instructions. Separate encodingAkira Hatanaka
2012-12-20[mips] Refactor unconditional branch instruction. Separate encoding informationAkira Hatanaka
2012-12-20[mips] Remove asm string parameter from pseudo instructions. Add InstrItinClass Akira Hatanaka
2012-12-20[mips] Delete definition of CPRESTORE instruction.Akira Hatanaka
2012-12-20[mips] Refactor conditional branch instructions with one register operand.Akira Hatanaka
2012-12-20[mips] Refactor conditional branch instructions with two register operands.Akira Hatanaka
2012-12-20[mips] Change the order of template parameters. Move the default parameters toAkira Hatanaka
2012-12-20[mips] Refactor shift instructions with register operands. Separate encodingAkira Hatanaka
2012-12-20[mips] Refactor shift immediate instructions. Separate encoding informationAkira Hatanaka
2012-12-20[mips] Refactor arithmetic and logic instructions with immediate operands.Akira Hatanaka
2012-12-20[mips] Refactor arithmetic and logic instructions. Separate encodingAkira Hatanaka
2012-12-20[mips] Delete ArithOverflowR and ArithOverflow and use ArithLogicR andAkira Hatanaka
2012-12-13[mips] Move class IsCommutable into MipsInstrInfo.td.Akira Hatanaka
2012-12-07[mips] Delete nodes and instructions for dynamic alloca that are no longer inAkira Hatanaka
2012-12-07[mips] Shorten predicate name.Akira Hatanaka
2012-12-07[mips] Remove unnecessary predicates.Akira Hatanaka
2012-11-21[mips] Generate big GOT code.Akira Hatanaka
2012-11-15[mips] Add predicate HasFPIdx for floating-point indexed load instructionAkira Hatanaka