| Commit message (Expand) | Author | Age | Files | Lines |
* | [mips] Optimize shifts for types larger than GPR size (mips2/mips3) | Aleksandar Beserminji | 2019-01-14 | 1 | -158/+130 |
* | [mips][microMIPS] Extending size reduction pass with LWP and SWP | Zoran Jovanovic | 2018-06-13 | 1 | -4/+2 |
* | Re-enable "[MachineCopyPropagation] Extend pass to do COPY source forwarding" | Geoff Berry | 2018-02-27 | 1 | -1/+1 |
* | Revert "[MachineCopyPropagation] Extend pass to do COPY source forwarding" | Quentin Colombet | 2018-02-17 | 1 | -1/+1 |
* | [mips] Remove codegen support from some 16 bit instructions | Simon Dardis | 2018-02-16 | 1 | -82/+67 |
* | [MachineCopyPropagation] Extend pass to do COPY source forwarding | Geoff Berry | 2018-02-01 | 1 | -2/+2 |
* | [mips] Update some tests before posting a patch, NFC. | Simon Dardis | 2017-12-14 | 1 | -187/+947 |
* | CodeGen: BlockPlacement: Reduce TriangleChainCount to 2 | Kyle Butt | 2017-03-16 | 1 | -12/+18 |
* | Revert "CodeGen: Allow small copyable blocks to "break" the CFG." | Kyle Butt | 2017-01-11 | 1 | -8/+6 |
* | CodeGen: Allow small copyable blocks to "break" the CFG. | Kyle Butt | 2017-01-10 | 1 | -6/+8 |
* | [mips] Disable the TImode shift libcalls for 32-bit targets. | Vasileios Kalintiris | 2016-09-07 | 1 | -3/+3 |
* | [mips] Preparatory work for a generic scheduler | Simon Dardis | 2016-08-24 | 1 | -6/+6 |
* | [mips] Correct label prefixes for N32 and N64. | Daniel Sanders | 2016-07-19 | 1 | -4/+4 |
* | [mips] Use --check-prefixes where appropriate. NFC. | Daniel Sanders | 2016-06-24 | 1 | -28/+15 |
* | [mips][microMIPS] Add CodeGen support for AND*, OR16, OR*, XOR*, NOT16 and NO... | Zlatko Buljan | 2016-06-15 | 1 | -3/+3 |
* | [mips][microMIPS] Add CodeGen support for SLL16, SRL16, SLL, SLLV, SRA, SRAV,... | Zlatko Buljan | 2016-04-27 | 1 | -2/+38 |
* | [mips] Make Static a default relocation model for MIPS codegen | Petar Jovanovic | 2016-04-11 | 1 | -13/+13 |
* | Revert r237789 - [mips] The naming convention for private labels is ABI depe... | Daniel Sanders | 2015-05-20 | 1 | -8/+8 |
* | [mips] The naming convention for private labels is ABI dependant. | Daniel Sanders | 2015-05-20 | 1 | -8/+8 |
* | [mips] Correct 128-bit shifts on 64-bit targets. | Daniel Sanders | 2015-04-29 | 1 | -6/+6 |
* | [mips] Optimize code generation for 64-bit variable shift instructions. | Vasileios Kalintiris | 2015-04-21 | 1 | -21/+18 |
* | [mips] Add backend support for Mips32r[35] and Mips64r[35]. | Daniel Sanders | 2015-02-18 | 1 | -13/+25 |
* | [mips] Remove unused check prefix from tests. NFC. | Daniel Sanders | 2015-02-04 | 1 | -9/+9 |
* | [mips] Enable arithmetic and binary operations for the i128 data type. | Vasileios Kalintiris | 2015-01-26 | 1 | -0/+60 |
* | [mips] Add tests for bitwise binary and integer arithmetic operators. | Vasileios Kalintiris | 2015-01-26 | 1 | -0/+128 |