Age | Commit message (Expand) | Author |
2013-05-13 | Mips assembler: Assembler macro ADDIU $rs,imm | Jack Carter |
2013-05-08 | [mips] Add instruction selection pattern for (seteq $LHS, 0). | Akira Hatanaka |
2013-04-30 | [mips] Fix handling of instructions which copy to/from accumulator registers. | Akira Hatanaka |
2013-04-25 | [mips] Add definitions of micromips load and store instructions. | Akira Hatanaka |
2013-04-25 | [mips] Add definitions of micromips shift instructions. | Akira Hatanaka |
2013-04-19 | [mips] First patch which adds support for micromips. | Akira Hatanaka |
2013-04-19 | [mips] Fix InstAlias of XOR and OR macros. Set EmitAlias flag and change | Akira Hatanaka |
2013-04-13 | [mips] Reapply r179420 and r179421. | Akira Hatanaka |
2013-04-12 | Revert r179420 and r179421. | Akira Hatanaka |
2013-04-12 | [mips] Instruction selection patterns for carry-setting and using add | Akira Hatanaka |
2013-03-30 | [mips] Add patterns for DSP indexed load instructions. | Akira Hatanaka |
2013-03-30 | [mips] Define reg+imm load/store pattern templates. | Akira Hatanaka |
2013-03-30 | [mips] Fix definitions of multiply, multiply-add/sub and divide instructions. | Akira Hatanaka |
2013-03-30 | [mips] Define pseudo instructions for spilling and copying accumulator | Akira Hatanaka |
2013-03-28 | [Mips Assembler] Add support for OR macro with imediate opperand | Jack Carter |
2013-03-28 | [Mips Assembler] Add alias definitions for jal | Jack Carter |
2013-03-22 | This patch that enables the Mips assembler to use symbols for offset for inst... | Jack Carter |
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 |