| Commit message (Expand) | Author | Age | Files | Lines |
| * | [mips][microMIPS] Add CodeGen support for DIV, MOD, DIVU, MODU, DDIV, DMOD, D... | Zlatko Buljan | 2016-04-13 | 4 | -9/+558 |
| * | Revert "[mips] MIPSR6 Compact branch aliases" | Simon Dardis | 2016-04-12 | 3 | -19/+13 |
| * | [mips] MIPSR6 Compact branch aliases | Simon Dardis | 2016-04-12 | 3 | -13/+19 |
| * | [mips] Make Static a default relocation model for MIPS codegen | Petar Jovanovic | 2016-04-11 | 9 | -111/+111 |
| * | [mips][microMIPS] Add CodeGen support for ADD, ADDIU*, ADDU* and DADD* instru... | Zlatko Buljan | 2016-04-08 | 1 | -8/+317 |
| * | [mips] MIPSR6 Compact jump support | Simon Dardis | 2016-04-05 | 3 | -31/+52 |
| * | [mips][microMIPS] Revert commits r264245 and r264248. | Zoran Jovanovic | 2016-04-02 | 4 | -558/+9 |
| * | [mips][microMIPS] Add CodeGen support for DIV, MOD, DIVU, MODU, DDIV, DMOD, D... | Zlatko Buljan | 2016-03-24 | 4 | -9/+558 |
| * | [mips] MIPSR6 Instruction itineraries | Vasileios Kalintiris | 2016-03-11 | 1 | -12/+12 |
| * | Revert "[mips] Promote the result of SETCC nodes to GPR width." | Vasileios Kalintiris | 2016-03-01 | 3 | -29/+23 |
| * | [mips] Promote the result of SETCC nodes to GPR width. | Vasileios Kalintiris | 2016-03-01 | 3 | -23/+29 |
| * | [mips] Split large test file into 3 smaller ones. | Vasileios Kalintiris | 2016-02-01 | 4 | -712/+772 |
| * | [mips] Never select JAL for calls to an absolute immediate address. | Daniel Sanders | 2016-01-11 | 1 | -0/+15 |
| * | Use TargetRegisterInfo for printing MachineOperand register comments | Dan Gohman | 2015-11-17 | 1 | -2/+2 |
| * | [mips] Define patterns for the atomic_{load,store}_{8,16,32,64} nodes. | Vasileios Kalintiris | 2015-11-06 | 3 | -0/+110 |
| * | [mips] Handle undef when extracting subregs from FP64 registers. | Daniel Sanders | 2015-10-12 | 1 | -0/+14 |
| * | [mips][microMIPS] Fix an issue with selecting sqrt instruction in LLVM backend | Daniel Sanders | 2015-10-06 | 1 | -0/+13 |
| * | Revert r249123 - [mips][microMIPS] Fix an issue with selecting sqrt instructi... | Daniel Sanders | 2015-10-06 | 1 | -13/+0 |
| * | [mips][microMIPS] Fix an issue with selecting sqrt instruction in LLVM backend | Zoran Jovanovic | 2015-10-02 | 1 | -0/+13 |
| * | Fix vector splitting for extract_vector_elt and vector elements of <8-bits. | Daniel Sanders | 2015-09-09 | 1 | -0/+19 |
| * | [mips] Reserve address spaces 1-255 for software use. | Daniel Sanders | 2015-09-08 | 1 | -0/+12 |
| * | Revert r229675 - [mips] Avoid redundant sign extension of the result of binar... | Vasileios Kalintiris | 2015-08-04 | 3 | -3/+13 |
| * | Revert r237789 - [mips] The naming convention for private labels is ABI depe... | Daniel Sanders | 2015-05-20 | 5 | -68/+68 |
| * | [mips] The naming convention for private labels is ABI dependant. | Daniel Sanders | 2015-05-20 | 5 | -68/+68 |
| * | [mips] Correct 128-bit shifts on 64-bit targets. | Daniel Sanders | 2015-04-29 | 3 | -12/+12 |
| * | [mips] Optimize code generation for 64-bit variable shift instructions. | Vasileios Kalintiris | 2015-04-21 | 3 | -63/+58 |
| * | [mips] Add backend support for Mips32r[35] and Mips64r[35]. | Daniel Sanders | 2015-02-18 | 17 | -103/+245 |
| * | [mips] Avoid redundant sign extension of the result of binary bitwise instruc... | Vasileios Kalintiris | 2015-02-18 | 3 | -13/+3 |
| * | [mips] Remove unused check prefix from tests. NFC. | Daniel Sanders | 2015-02-04 | 2 | -18/+18 |
| * | [mips] Enable arithmetic and binary operations for the i128 data type. | Vasileios Kalintiris | 2015-01-26 | 13 | -16/+384 |
| * | [mips] Add tests for bitwise binary and integer arithmetic operators. | Vasileios Kalintiris | 2015-01-26 | 12 | -0/+1241 |
| * | Revert "[mips] Fix assertion on i128 addition/subtraction on MIPS64" | Vasileios Kalintiris | 2015-01-26 | 2 | -189/+0 |
| * | [mips] Fix assertion on i128 addition/subtraction on MIPS64 | Daniel Sanders | 2015-01-24 | 2 | -0/+189 |
| * | [mips] Enable code generation for MIPS-III. | Vasileios Kalintiris | 2014-12-12 | 1 | -93/+146 |
| * | [mips] Support SELECT nodes for targets that don't have conditional-move inst... | Vasileios Kalintiris | 2014-12-12 | 1 | -0/+649 |
| * | [mips] Add preliminary support for the MIPS II target. | Vasileios Kalintiris | 2014-11-11 | 1 | -0/+181 |
| * | [mips][mips64r6] Use JALR for indirect branches instead of JR (which is not a... | Daniel Sanders | 2014-07-09 | 2 | -11/+24 |
| * | [mips][mips64r6] Use JALR for returns instead of JR (which is not available o... | Daniel Sanders | 2014-07-09 | 1 | -22/+61 |
| * | [mips] Add tests for the 'ret', 'call', and 'indirectbr' LLVM IR instruction. | Daniel Sanders | 2014-07-04 | 3 | -0/+353 |