Age | Commit 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 two | Akira Hatanaka |
2013-02-08 | Add the 16 bit version of addiu. To the assembler, the 16 and 32 bit are the | Reed 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-05 | Move MRI liveouts to Mips return instructions. | Jakob Stoklund Olesen |
2013-02-05 | This patch that sets the EmitAlias flag in td files | Jack Carter |
2013-02-02 | Start static relocation implementation for mips16. | Reed Kotler |
2013-01-30 | [mips] Lower EH_RETURN. | Akira Hatanaka |
2013-01-19 | This is a resubmittal. For some reason it broke the bots yesterday | Jack Carter |
2013-01-18 | This is a resubmittal. For some reason it broke the bots yesterday | Jack Carter |
2013-01-12 | This patch tackles the problem of parsing Mips | Jack Carter |
2013-01-07 | Remove # 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 and | Akira 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-hardware | Akira 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 which | Akira 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-conditional | Akira 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-20 | There is one more patch to finish large frames. Make sure we assert | Reed Kotler |
2012-12-20 | [mips] Refactor SLT (set on less than) instructions. Separate encoding | Akira Hatanaka |
2012-12-20 | [mips] Refactor unconditional branch instruction. Separate encoding information | Akira 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 to | Akira Hatanaka |
2012-12-20 | [mips] Refactor shift instructions with register operands. Separate encoding | Akira Hatanaka |
2012-12-20 | [mips] Refactor shift immediate instructions. Separate encoding information | Akira 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 encoding | Akira Hatanaka |
2012-12-20 | [mips] Delete ArithOverflowR and ArithOverflow and use ArithLogicR and | Akira 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 in | Akira 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 instruction | Akira Hatanaka |