| Commit message (Expand) | Author | Age | Files | Lines |
| * | [mips] Add madd4 subtarget feature | Petar Jovanovic | 2017-06-06 | 1 | -0/+6 |
| * | Add extra operand to CALLSEQ_START to keep frame part set up previously | Serge Pavlov | 2017-05-09 | 1 | -3/+3 |
| * | [Mips] Add support to match more patterns for DEXT and CINS | Petar Jovanovic | 2017-03-15 | 1 | -0/+5 |
| * | [mips] Revert fixes for PR32020. | Simon Dardis | 2017-03-09 | 1 | -17/+3 |
| * | [mips] Fix 64bit slt/sltu/nor with immediates | Simon Dardis | 2017-02-28 | 1 | -6/+7 |
| * | Recommit "[mips] Fix atomic compare and swap at O0." | Simon Dardis | 2017-02-24 | 1 | -3/+17 |
| * | Revert "[mips] Fix atomic compare and swap at O0." | Simon Dardis | 2017-02-24 | 1 | -17/+3 |
| * | [mips] Fix atomic compare and swap at O0. | Simon Dardis | 2017-02-24 | 1 | -3/+17 |
| * | [mips] Handle 64 bit immediate in and/or/xor pseudo instructions on mips64 | Simon Dardis | 2017-02-24 | 1 | -10/+12 |
| * | [mips][ias] Further relax operands of certain assembly instructions | Simon Dardis | 2017-02-23 | 1 | -47/+33 |
| * | [mips] divide macro instruction cleanup. | Simon Dardis | 2017-02-13 | 1 | -33/+17 |
| * | [mips] MUL macro variations | Simon Dardis | 2017-02-08 | 1 | -0/+22 |
| * | [mips] Expansion of BEQL and BNEL with immediate operands | Simon Dardis | 2017-02-02 | 1 | -0/+3 |
| * | [mips] Addition of the immediate cases for the instructions [d]div, [d]divu | Simon Dardis | 2017-01-31 | 1 | -0/+28 |
| * | [mips] Recommit: "N64 static relocation model support" | Simon Dardis | 2017-01-27 | 1 | -24/+56 |
| * | Revert "[mips] N64 static relocation model support" | Simon Dardis | 2017-01-26 | 1 | -56/+24 |
| * | [mips] N64 static relocation model support | Simon Dardis | 2017-01-26 | 1 | -24/+56 |
| * | [mips] seb, seh instruction aliases | Simon Dardis | 2016-11-22 | 1 | -0/+4 |
| * | [mips] Add support for unaligned load/store macros. | Vasileios Kalintiris | 2016-11-22 | 1 | -0/+6 |
| * | [mips] seq macro support | Simon Dardis | 2016-11-21 | 1 | -0/+21 |
| * | [mips] not instruction alias | Simon Dardis | 2016-11-16 | 1 | -0/+3 |
| * | [mips] synci microMIPS instruction definition. | Simon Dardis | 2016-10-24 | 1 | -3/+3 |
| * | [mips] Fix sync instruction definition | Simon Dardis | 2016-10-18 | 1 | -2/+1 |
| * | [mips] Macro expansion for ld, sd for O32 | Simon Dardis | 2016-10-18 | 1 | -0/+11 |
| * | [mips] Fix aui/daui/dahi/dati for MIPSR6 | Simon Dardis | 2016-10-14 | 1 | -0/+13 |
| * | Target: Remove unused patterns and transforms. NFC. | Peter Collingbourne | 2016-10-07 | 1 | -4/+0 |
| * | [mips][ias] fix li macro when values are negated with ~ | Simon Dardis | 2016-10-05 | 1 | -3/+25 |
| * | Recommit: "[mips] Add rsqrt, recip for MIPS" | Simon Dardis | 2016-10-05 | 1 | -0/+8 |
| * | Revert "[mips] Add rsqrt, recip for MIPS" | Simon Dardis | 2016-10-05 | 1 | -33/+3 |
| * | [mips] Add rsqrt, recip for MIPS | Simon Dardis | 2016-09-27 | 1 | -3/+33 |
| * | Revert "[mips] Fix aui/daui/dahi/dati for MIPSR6" | Simon Dardis | 2016-09-16 | 1 | -14/+0 |
| * | [mips] Fix aui/daui/dahi/dati for MIPSR6 | Simon Dardis | 2016-09-16 | 1 | -0/+14 |
| * | [mips][microMIPS] Implement DBITSWAP, DLSA and LWUPC and add tests for AUI in... | Hrvoje Varga | 2016-09-08 | 1 | -1/+20 |
| * | [mips] Correct tail call encoding for MIPSR6 | Simon Dardis | 2016-08-18 | 1 | -9/+8 |
| * | [mips] Enable tail calls by default | Simon Dardis | 2016-08-04 | 1 | -2/+5 |
| * | [mips] Clang generates unaligned offset for MSA instruction st.d | Hrvoje Varga | 2016-08-01 | 1 | -1/+7 |
| * | [mips] sgtu, s[rl]l, sra, dnegu, neg instruction aliases | Simon Dardis | 2016-07-26 | 1 | -2/+22 |
| * | [mips] Optimize materialization of i64 constants | Simon Dardis | 2016-07-25 | 1 | -11/+28 |
| * | [mips][microMIPS] Implement SLT, SLTI, SLTIU, SLTU microMIPS32r6 instructions | Hrvoje Varga | 2016-07-22 | 1 | -50/+57 |
| * | [mips][microMIPS] Implement LDC1, SDC1, LDC2, SDC2, LWC1, SWC1, LWC2 and SWC2... | Zlatko Buljan | 2016-07-11 | 1 | -9/+10 |
| * | Convert more cases to isPositionIndependent(). NFC. | Rafael Espindola | 2016-06-28 | 1 | -3/+3 |
| * | [mips][micromips] Implement LD, LLD, LWU, SD, DSRL, DSRL32 and DSRLV instruct... | Hrvoje Varga | 2016-06-27 | 1 | -5/+25 |
| * | [mips] Eliminate unused code for addrRegReg complex pattern. NFC. | Vasileios Kalintiris | 2016-06-15 | 1 | -3/+0 |
| * | [mips][microMIPS] Add CodeGen support for AND*, OR16, OR*, XOR*, NOT16 and NO... | Zlatko Buljan | 2016-06-15 | 1 | -23/+29 |
| * | [mips][atomics] Fix atomic instruction descriptions and uses. | Simon Dardis | 2016-06-14 | 1 | -2/+11 |
| * | [mips] MIPS32/64 itineraries | Simon Dardis | 2016-06-14 | 1 | -81/+91 |
| * | [mips][microMIPS] Implement BOVC, BNVC, EXT, INS and JALRC instructions | Hrvoje Varga | 2016-06-09 | 1 | -6/+7 |
| * | [mips][microMIPS] Implement LH, LHE, LHU and LHUE instructions and add CodeGe... | Zlatko Buljan | 2016-05-18 | 1 | -9/+14 |
| * | [mips] Addition of a third operand to the instructions [d]div, [d]divu | Zoran Jovanovic | 2016-05-16 | 1 | -11/+28 |
| * | [mips][microMIPS] Implement APPEND, BPOSGE32C, MODSUB, MULSA.W.PH and MULSAQ_... | Hrvoje Varga | 2016-05-13 | 1 | -0/+6 |