| Commit message (Expand) | Author | Age | Files | Lines |
| * | [mips] Rename register classes CPURegs and CPU64Regs. | Akira Hatanaka | 2013-08-06 | 1 | -169/+169 |
| * | [mips] Delete unnecessary InstAliases. Also, clear some of the InstAlias' | Akira Hatanaka | 2013-08-06 | 1 | -12/+7 |
| * | [mips] Replace usages of register classes with register operands. Also, remove | Akira Hatanaka | 2013-08-06 | 1 | -105/+104 |
| * | [mips] Make load/store accumulator pseudo instructions codeGenOnly. Also, | Akira Hatanaka | 2013-08-01 | 1 | -10/+5 |
| * | [mips] Define instruction itineraries IIArith and IILogic. | Akira Hatanaka | 2013-07-31 | 1 | -17/+22 |
| * | [mips] Define "bal" as a pseudo instruction. Also, fix bug in the InstAlias that | Akira Hatanaka | 2013-07-30 | 1 | -5/+6 |
| * | [mips] Implement llvm.trap intrinsic. | Akira Hatanaka | 2013-07-26 | 1 | -0/+5 |
| * | [mips] Use ADDu instead of OR to copy general purpose registers. Also, delete | Akira Hatanaka | 2013-07-22 | 1 | -3/+0 |
| * | Implement eret and deret(return from exception) instructions for Mips. Test e... | Vladimir Medic | 2013-07-17 | 1 | -0/+8 |
| * | [mips] Add instruction itinerary classes for mult, seb and slt instructions. | Akira Hatanaka | 2013-07-12 | 1 | -9/+9 |
| * | Add support for Mips break and syscall insructions. The corresponding test ca... | Vladimir Medic | 2013-07-12 | 1 | -0/+21 |
| * | Reverting commit r185999 due to buildboot failure. | Vladimir Medic | 2013-07-10 | 1 | -21/+0 |
| * | Add support for Mips break and syscall insructions. The corresponding test ca... | Vladimir Medic | 2013-07-10 | 1 | -0/+21 |
| * | [mips] Add new InstrItinClasses for move from/to coprocessor instructions and | Akira Hatanaka | 2013-07-02 | 1 | -14/+20 |
| * | [mips] Reverse the order of source operands of shift and rotate instructions ... | Akira Hatanaka | 2013-07-01 | 1 | -1/+1 |
| * | [mips] brcond + setgt/setugt instruction selection patterns. | Akira Hatanaka | 2013-06-05 | 1 | -0/+4 |
| * | [mips] Add instruction selection patterns for blez and bgez. | Akira Hatanaka | 2013-05-21 | 1 | -0/+5 |
| * | [mips] Add (setne $lhs, 0) instruction selection pattern. | Akira Hatanaka | 2013-05-20 | 1 | -0/+2 |
| * | [mips] Trap on integer division by zero. | Akira Hatanaka | 2013-05-20 | 1 | -3/+11 |
| * | Mips assembler: Add TwoOperandConstraint definitions | Jack Carter | 2013-05-16 | 1 | -2/+1 |
| * | Mips td file formatting: white space and long lines | Jack Carter | 2013-05-16 | 1 | -3/+6 |
| * | Mips assembler: Add branch macro definitions | Jack Carter | 2013-05-16 | 1 | -8/+14 |
| * | Mips assembler: Assembler macro ADDIU $rs,imm | Jack Carter | 2013-05-13 | 1 | -1/+2 |
| * | [mips] Add instruction selection pattern for (seteq $LHS, 0). | Akira Hatanaka | 2013-05-08 | 1 | -0/+2 |
| * | [mips] Fix handling of instructions which copy to/from accumulator registers. | Akira Hatanaka | 2013-04-30 | 1 | -3/+1 |
| * | [mips] Add definitions of micromips load and store instructions. | Akira Hatanaka | 2013-04-25 | 1 | -16/+20 |
| * | [mips] Add definitions of micromips shift instructions. | Akira Hatanaka | 2013-04-25 | 1 | -10/+12 |
| * | [mips] First patch which adds support for micromips. | Akira Hatanaka | 2013-04-19 | 1 | -29/+42 |
| * | [mips] Fix InstAlias of XOR and OR macros. Set EmitAlias flag and change | Akira Hatanaka | 2013-04-19 | 1 | -2/+2 |
| * | [mips] Reapply r179420 and r179421. | Akira Hatanaka | 2013-04-13 | 1 | -4/+7 |
| * | Revert r179420 and r179421. | Akira Hatanaka | 2013-04-12 | 1 | -7/+4 |
| * | [mips] Instruction selection patterns for carry-setting and using add | Akira Hatanaka | 2013-04-12 | 1 | -4/+7 |
| * | [mips] Add patterns for DSP indexed load instructions. | Akira Hatanaka | 2013-03-30 | 1 | -13/+31 |
| * | [mips] Define reg+imm load/store pattern templates. | Akira Hatanaka | 2013-03-30 | 1 | -0/+7 |
| * | [mips] Fix definitions of multiply, multiply-add/sub and divide instructions. | Akira Hatanaka | 2013-03-30 | 1 | -33/+76 |
| * | [mips] Define pseudo instructions for spilling and copying accumulator | Akira Hatanaka | 2013-03-30 | 1 | -0/+10 |
| * | [Mips Assembler] Add support for OR macro with imediate opperand | Jack Carter | 2013-03-28 | 1 | -0/+3 |
| * | [Mips Assembler] Add alias definitions for jal | Jack Carter | 2013-03-28 | 1 | -0/+3 |
| * | This patch that enables the Mips assembler to use symbols for offset for inst... | Jack Carter | 2013-03-22 | 1 | -0/+4 |
| * | [mips] Print move instructions. | Akira Hatanaka | 2013-03-04 | 1 | -1/+1 |
| * | [mips] Fix inefficient code generation. | Akira Hatanaka | 2013-03-01 | 1 | -0/+8 |
| * | [mips] Remove SDNPWantParent from the list of SDNodeProperties. | Akira Hatanaka | 2013-02-16 | 1 | -3/+3 |
| * | [mips] Split SelectAddr, which was used to match address patterns, into two | Akira Hatanaka | 2013-02-15 | 1 | -1/+7 |
| * | Add the 16 bit version of addiu. To the assembler, the 16 and 32 bit are the | Reed Kotler | 2013-02-08 | 1 | -0/+4 |
| * | [mips] Add definition of JALR instruction which has two register operands. Ch... | Akira Hatanaka | 2013-02-07 | 1 | -2/+9 |
| * | [mips] Make NOP a pseudo instruction and expand it to "sll $zero, $zero, 0". | Akira Hatanaka | 2013-02-06 | 1 | -2/+1 |
| * | Move MRI liveouts to Mips return instructions. | Jakob Stoklund Olesen | 2013-02-05 | 1 | -1/+2 |
| * | This patch that sets the EmitAlias flag in td files | Jack Carter | 2013-02-05 | 1 | -22/+30 |
| * | Start static relocation implementation for mips16. | Reed Kotler | 2013-02-02 | 1 | -0/+4 |
| * | [mips] Lower EH_RETURN. | Akira Hatanaka | 2013-01-30 | 1 | -0/+21 |