| Commit message (Expand) | Author | Age | Files | Lines |
* | [mips] Split long lines in the code. NFC | Simon Atanasyan | 2019-11-03 | 1 | -1/+2 |
* | [mips] Add more strict predicates to the RSQRT_S_MM and TAILCALL_MM | Simon Atanasyan | 2019-06-18 | 1 | -1/+1 |
* | [mips] Fix encoding of the `mov.d` command for microMIPS R6 | Simon Atanasyan | 2019-03-13 | 1 | -2/+1 |
* | [MIPS][microMIPS] Add a pattern to match TruncIntFP | Petar Jovanovic | 2019-03-11 | 1 | -0/+5 |
* | [mips] Support for +abs2008 attribute | Aleksandar Beserminji | 2019-01-28 | 1 | -1/+1 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [mips] Disable the selection of mixed microMIPS/MIPS code | Simon Atanasyan | 2018-09-03 | 1 | -0/+5 |
* | [mips] Eliminate the usage of hasStdEnc in MipsPat. | Simon Atanasyan | 2018-07-16 | 1 | -0/+7 |
* | [X86][MIPS][ARM] New machine instruction property 'isMoveReg' | Petar Jovanovic | 2018-05-23 | 1 | -1/+3 |
* | [mips] Join existing scopes for DecoderNamespace (NFCI) | Simon Dardis | 2018-05-16 | 1 | -6/+3 |
* | [mips] Mark select instructions correctly | Simon Dardis | 2018-05-15 | 1 | -0/+17 |
* | [mips] Fix formatting of floating point conversion patterns | Simon Dardis | 2018-05-15 | 1 | -8/+8 |
* | [mips] Add disassembly support for comparison instructions | Simon Dardis | 2018-05-15 | 1 | -4/+6 |
* | [mips] Fix predicates of mfc1, mtc1 instructions | Simon Dardis | 2018-05-15 | 1 | -10/+7 |
* | [mips] Fix the predicates of round, ceiling, floor and trunc. | Simon Dardis | 2018-05-14 | 1 | -24/+23 |
* | [mips] Correct the predicates of indexed floating point stores and loads. | Simon Dardis | 2018-05-14 | 1 | -12/+11 |
* | [mips] Enable disassembly of fused (negative) multiply add/sub instructions | Simon Dardis | 2018-05-11 | 1 | -17/+24 |
* | [mips] Correct the predicates of cvt.fmt.fmt instructions | Simon Dardis | 2018-05-10 | 1 | -9/+9 |
* | [mips] Move conditional moves out of isCodeGenOnly | Simon Dardis | 2018-05-09 | 1 | -22/+24 |
* | [mips] Define certain instructions in microMIPS32r3 | Stefan Maksimovic | 2018-02-08 | 1 | -27/+77 |
* | [mips] Properly select abs and sqrt instructions | Stefan Maksimovic | 2018-01-23 | 1 | -8/+19 |
* | [mips] Fix (dis)assembly of abs.fmt for micromips | Simon Dardis | 2017-10-26 | 1 | -4/+10 |
* | [mips][micromips] Fix (dis)assembly of bc1(t|f) | Simon Dardis | 2017-10-16 | 1 | -4/+10 |
* | [mips] Correct the instruction predicates for microMIPSr3 | Simon Dardis | 2017-10-10 | 1 | -205/+224 |
* | [mips] Duplicate the reciprocal instruction definitions for FP32 | Simon Dardis | 2017-10-10 | 1 | -6/+18 |
* | [mips] Add missing license info, formatting changes. NFCI | Simon Dardis | 2017-09-29 | 1 | -30/+47 |
* | [mips] Generate NMADD and NMSUB instructions when fneg node is present | Petar Jovanovic | 2017-08-27 | 1 | -0/+6 |
* | [mips] Correct c.cond.fmt instruction definition. | Simon Dardis | 2017-01-16 | 1 | -2/+105 |
* | Recommit: "[mips] Add rsqrt, recip for MIPS" | Simon Dardis | 2016-10-05 | 1 | -0/+10 |
* | Revert "[mips] Add rsqrt, recip for MIPS" | Simon Dardis | 2016-10-05 | 1 | -10/+0 |
* | [mips] Add rsqrt, recip for MIPS | Simon Dardis | 2016-09-27 | 1 | -0/+10 |
* | Revert "[mips] Fix c.<cc>.<fmt> instruction definition." | Simon Dardis | 2016-09-09 | 1 | -73/+5 |
* | [mips] Fix c.<cc>.<fmt> instruction definition. | Simon Dardis | 2016-09-09 | 1 | -5/+73 |
* | [mips][microMIPS] Implement CFC1, CFC2, CTC1 and CTC2 instructions | Hrvoje Varga | 2016-08-04 | 1 | -5/+6 |
* | [mips][microMIPS] Implement LDC1, SDC1, LDC2, SDC2, LWC1, SWC1, LWC2 and SWC2... | Zlatko Buljan | 2016-07-11 | 1 | -6/+25 |
* | Revert "[mips][microMIPS] Implement CFC*, CTC* and LDC* instructions" | Hrvoje Varga | 2016-05-12 | 1 | -6/+1 |
* | [mips][microMIPS] Implement CFC*, CTC* and LDC* instructions | Hrvoje Varga | 2016-05-11 | 1 | -1/+6 |
* | [mips][microMIPS] Revert commit r266861. | Zoran Jovanovic | 2016-04-22 | 1 | -5/+1 |
* | [mips][microMIPS]Implement CFC*, CTC* and LDC* instructions | Hrvoje Varga | 2016-04-20 | 1 | -1/+5 |
* | [mips][microMIPS] Implement MFC*, MFHC* and DMFC* instructions | Zlatko Buljan | 2016-03-31 | 1 | -2/+2 |
* | [mips][microMIPS] Implement MTC*, MTHC* and DMTC* instructions | Hrvoje Varga | 2016-03-24 | 1 | -2/+2 |
* | [mips][microMIPS] Implement RECIP.fmt, RINT.fmt, ROUND.L.fmt, ROUND.W.fmt, SE... | Hrvoje Varga | 2015-12-01 | 1 | -2/+2 |
* | [mips][sched] Split IIBranch into specific instruction classes. | Daniel Sanders | 2015-09-22 | 1 | -2/+2 |
* | [mips][microMIPS] Implement ABS.fmt, CEIL.L.fmt, CEIL.W.fmt, FLOOR.L.fmt, FLO... | Zoran Jovanovic | 2015-09-07 | 1 | -9/+11 |
* | [mips] Only use FGR_{32,64} in TableGen descriptions. NFC. | Toma Tabacu | 2015-05-08 | 1 | -3/+3 |
* | [mips][microMIPS] Fix opcodes of MFHC1 and MTHC1 instructions. | Jozef Kolek | 2014-11-19 | 1 | -4/+4 |
* | [mips][mips64r6] bc1[tf] are not available on MIPS32r6/MIPS64r6 | Daniel Sanders | 2014-06-12 | 1 | -2/+2 |
* | [mips][mips64r6] [sl][duw]xc1 are not available on MIPS32r6/MIPS64r6 | Daniel Sanders | 2014-06-12 | 1 | -4/+4 |
* | [mips] Marked up instructions added in MIPS32r2 and tested that IAS for -mcpu... | Daniel Sanders | 2014-05-13 | 1 | -4/+4 |
* | [mips] Marked up instructions added in MIPS-V and tested that IAS for -mcpu=m... | Daniel Sanders | 2014-05-12 | 1 | -2/+2 |