| Commit message (Expand) | Author | Age | Files | Lines |
* | [NFC] Fix trivial typos in comments | James Henderson | 2020-01-06 | 1 | -1/+1 |
* | [mips] Split long lines in the code. NFC | Simon Atanasyan | 2019-11-03 | 1 | -18/+28 |
* | [Mips] Add s.d instruction alias for Mips1 | Simon Atanasyan | 2019-06-12 | 1 | -0/+8 |
* | [mips] Fix encoding of the `mov.d` command for microMIPS R6 | Simon Atanasyan | 2019-03-13 | 1 | -1/+1 |
* | [mips] Define `mov.d` instructions using `ABSS_M` multiclass. NFC | Simon Atanasyan | 2019-03-13 | 1 | -6/+1 |
* | [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] Fix `mtc1` and `mfc1` definitions for microMIPS R6 | Simon Atanasyan | 2018-08-31 | 1 | -4/+4 |
* | [mips] Add missing instructions | Aleksandar Beserminji | 2018-08-29 | 1 | -0/+32 |
* | [mips] Fix predicate for the MipsTruncIntFP pattern | Simon Atanasyan | 2018-07-18 | 1 | -1/+1 |
* | [mips] Eliminate the usage of hasStdEnc in MipsPat. | Simon Atanasyan | 2018-07-16 | 1 | -21/+22 |
* | [mips] Guard some floating point instructions correctly | Simon Dardis | 2018-06-12 | 1 | -31/+37 |
* | [X86][MIPS][ARM] New machine instruction property 'isMoveReg' | Petar Jovanovic | 2018-05-23 | 1 | -10/+16 |
* | [mips] Simplify some of the predicate scopes for (negative) multiply add/sub ... | Simon Dardis | 2018-05-16 | 1 | -23/+20 |
* | [mips] Fix predicates of mfc1, mtc1 instructions | Simon Dardis | 2018-05-15 | 1 | -18/+15 |
* | [mips] Fix the predicates of round, ceiling, floor and trunc. | Simon Dardis | 2018-05-14 | 1 | -14/+13 |
* | [mips] Correct the predicates of indexed floating point stores and loads. | Simon Dardis | 2018-05-14 | 1 | -2/+3 |
* | [mips] Enable disassembly of fused (negative) multiply add/sub instructions | Simon Dardis | 2018-05-11 | 1 | -20/+21 |
* | [mips] Correct the predicates of cvt.fmt.fmt instructions | Simon Dardis | 2018-05-10 | 1 | -14/+15 |
* | [mips] Correct the definition of cvt.d.w | Simon Dardis | 2018-02-20 | 1 | -3/+2 |
* | [mips] Define certain instructions in microMIPS32r3 | Stefan Maksimovic | 2018-02-08 | 1 | -42/+53 |
* | [mips] Properly select abs and sqrt instructions | Stefan Maksimovic | 2018-01-23 | 1 | -3/+5 |
* | [mips] Fix (dis)assembly of abs.fmt for micromips | Simon Dardis | 2017-10-26 | 1 | -3/+6 |
* | [mips][micromips] Fix (dis)assembly of bc1(t|f) | Simon Dardis | 2017-10-16 | 1 | -9/+9 |
* | [mips] Duplicate the reciprocal instruction definitions for FP32 | Simon Dardis | 2017-10-10 | 1 | -4/+16 |
* | [mips] Place certain 64 bit FPU instructions in their own decoder namespace | Simon Dardis | 2017-10-05 | 1 | -17/+18 |
* | [mips] Remove codegen support for branch likely instructions. | Simon Dardis | 2017-09-28 | 1 | -4/+15 |
* | [mips] Generate NMADD and NMSUB instructions when fneg node is present | Petar Jovanovic | 2017-08-27 | 1 | -0/+14 |
* | Reland r308585 | Stefan Maksimovic | 2017-07-20 | 1 | -0/+8 |
* | Revert r308585 | Stefan Maksimovic | 2017-07-20 | 1 | -8/+0 |
* | [mips] Fix fp select machine verifier errors | Stefan Maksimovic | 2017-07-20 | 1 | -0/+8 |
* | [mips] Alter register classes for MSA pseudo f16 instructions | Stefan Maksimovic | 2017-07-18 | 1 | -0/+9 |
* | [mips] Add madd4 subtarget feature | Petar Jovanovic | 2017-06-06 | 1 | -9/+9 |
* | [mips] Expansion of LI.S and LI.D | Zoran Jovanovic | 2017-05-30 | 1 | -0/+23 |
* | [mips] Correct c.cond.fmt instruction definition. | Simon Dardis | 2017-01-16 | 1 | -32/+179 |
* | 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 | -180/+40 |
* | [mips] Fix c.<cc>.<fmt> instruction definition. | Simon Dardis | 2016-09-09 | 1 | -40/+180 |
* | [SelectionDAG] Rename fextend -> fpextend, fround -> fpround, frnd -> fround | Michael Kuperstein | 2016-08-18 | 1 | -4/+4 |
* | [mips] Add l.[sd] and s.[sd] instruction aliases | Simon Dardis | 2016-08-17 | 1 | -0/+19 |
* | [mips][microMIPS] Implement CFC1, CFC2, CTC1 and CTC2 instructions | Hrvoje Varga | 2016-08-04 | 1 | -2/+4 |
* | [mips][microMIPS] Implement LDC1, SDC1, LDC2, SDC2, LWC1, SWC1, LWC2 and SWC2... | Zlatko Buljan | 2016-07-11 | 1 | -24/+36 |
* | [mips] MIPS32/64 itineraries | Simon Dardis | 2016-06-14 | 1 | -2/+6 |
* | [mips][microMIPS] Add CodeGen support for SEL.*, SELEQZ, SELNEZ, SELEQZ.*, SE... | Zlatko Buljan | 2016-06-09 | 1 | -4/+6 |
* | Revert "[mips][microMIPS] Implement CFC*, CTC* and LDC* instructions" | Hrvoje Varga | 2016-05-12 | 1 | -10/+5 |
* | [mips][microMIPS] Implement CFC*, CTC* and LDC* instructions | Hrvoje Varga | 2016-05-11 | 1 | -5/+10 |
* | [mips][microMIPS] Revert commit r266861. | Zoran Jovanovic | 2016-04-22 | 1 | -8/+5 |
* | [mips][microMIPS]Implement CFC*, CTC* and LDC* instructions | Hrvoje Varga | 2016-04-20 | 1 | -5/+8 |