| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [mips][microMIPS] Implement MFC*, MFHC* and DMFC* instructions | Zlatko Buljan | 2016-03-31 | 1 | -7/+9 |
* | [mips][microMIPS] Implement MTC*, MTHC* and DMTC* instructions | Hrvoje Varga | 2016-03-24 | 1 | -7/+11 |
* | [mips] added support for trunc macro | Zoran Jovanovic | 2016-02-22 | 1 | -0/+14 |
* | [mips][microMIPS] Implement RECIP.fmt, RINT.fmt, ROUND.L.fmt, ROUND.W.fmt, SE... | Hrvoje Varga | 2015-12-01 | 1 | -6/+4 |
* | [mips][microMIPS] Fix an issue with selecting sqrt instruction in LLVM backend | Daniel Sanders | 2015-10-06 | 1 | -5/+2 |
* | Revert r249123 - [mips][microMIPS] Fix an issue with selecting sqrt instructi... | Daniel Sanders | 2015-10-06 | 1 | -2/+5 |
* | [mips][microMIPS] Fix an issue with selecting sqrt instruction in LLVM backend | Zoran Jovanovic | 2015-10-02 | 1 | -5/+2 |
* | [mips][sched] Split IIBranch into specific instruction classes. | Daniel Sanders | 2015-09-22 | 1 | -4/+4 |
* | [mips][microMIPS] Implement ABS.fmt, CEIL.L.fmt, CEIL.W.fmt, FLOOR.L.fmt, FLO... | Zoran Jovanovic | 2015-09-07 | 1 | -3/+10 |
* | [mips][microMIPS] Implement CVT.D.fmt, CVT.L.fmt, CVT.S.fmt, CVT.W.fmt, MAX.f... | Zoran Jovanovic | 2015-09-07 | 1 | -6/+10 |
* | [mips] Only use FGR_{32,64} in TableGen descriptions. NFC. | Toma Tabacu | 2015-05-08 | 1 | -30/+20 |
* | Rename the MIPS routine abiUsesSoftFloat -> useSoftFloat to match | Eric Christopher | 2015-05-07 | 1 | -1/+1 |
* | [mips] Add the SoftFloat MipsSubtarget feature. | Toma Tabacu | 2015-05-07 | 1 | -22/+27 |
* | [mips] Cleanup old floating-point flag conditions definitions. NFC. | Vasileios Kalintiris | 2015-04-21 | 1 | -22/+0 |
* | [MIPS]Multiple and add instructions for Mips are currently available in mips3... | Vladimir Medic | 2015-02-25 | 1 | -14/+14 |
* | [mips] Move COP2 & COP3 load/store instructions from MipsInstrFPU.td to MipsI... | Vasileios Kalintiris | 2014-11-04 | 1 | -56/+0 |
* | [mips] Add support for COP1's Branch-On-Cond-Likely instructions | Vasileios Kalintiris | 2014-10-17 | 1 | -2/+10 |
* | [mips] Fix disassembly of [ls][wd]c[23], cache, and pref ... | Daniel Sanders | 2014-10-01 | 1 | -8/+40 |
* | Revert: r215698 - Current implementation of c.cond.fmt instructions only acce... | Daniel Sanders | 2014-08-17 | 1 | -49/+13 |
* | Current implementation of c.cond.fmt instructions only accept default cc0 reg... | Vladimir Medic | 2014-08-15 | 1 | -13/+49 |
* | [mips] Use MFHC1 when it is available (MIPS32r2 and later) for both FP32 and ... | Daniel Sanders | 2014-07-14 | 1 | -4/+8 |
* | Make it possible for the Subtarget to change between function | Eric Christopher | 2014-07-10 | 1 | -4/+4 |
* | [mips][mips64r6] [ls][wd]c2 were re-encoded with 11-bit signed immediates rat... | Daniel Sanders | 2014-06-16 | 1 | -4/+8 |
* | [mips] Add cache and pref instructions | Daniel Sanders | 2014-06-13 | 1 | -4/+8 |
* | [mips][mips64r6] bc1[tf] are not available on MIPS32r6/MIPS64r6 | Daniel Sanders | 2014-06-12 | 1 | -4/+6 |
* | [mips][mips64r6] [sl][duw]xc1 are not available on MIPS32r6/MIPS64r6 | Daniel Sanders | 2014-06-12 | 1 | -10/+10 |
* | [mips][mips64r6] c.cond.fmt, mov[fntz], and mov[fntz].[ds] are not available ... | Daniel Sanders | 2014-06-12 | 1 | -6/+7 |
* | [mips] Use MTHC1 when it is available (MIPS32r2 and later) for both FP32 and ... | Daniel Sanders | 2014-06-12 | 1 | -2/+15 |
* | [mips][mips64r6] madd.[ds], msub.[ds], nmadd.[ds], and nmsub.[ds] are not ava... | Daniel Sanders | 2014-06-12 | 1 | -12/+12 |
* | [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 | -4/+6 |
* | [mips] Replace FeatureFPIdx with FeatureMips4_32r2 | Daniel Sanders | 2014-05-12 | 1 | -9/+11 |
* | [mips] Marked up instructions added in MIPS-III and tested that IAS for -mcpu... | Daniel Sanders | 2014-05-09 | 1 | -4/+4 |
* | [mips] Add PredicateControl to InstAlias's | Daniel Sanders | 2014-05-08 | 1 | -2/+2 |
* | [mips] Implement l[wd]c3, and s[wd]c3. | Daniel Sanders | 2014-05-08 | 1 | -1/+11 |
* | [mips] Marked up instructions added in MIPS-II and tested that IAS for -mcpu=... | Daniel Sanders | 2014-05-08 | 1 | -16/+19 |
* | [mips] Add FGR_32/FGR_64/GPR_64 adjectives and use then instead of FGRPredica... | Daniel Sanders | 2014-05-07 | 1 | -104/+101 |
* | [mips] Add ISA_<name> adverbs and start using them instead of AdditionalPredi... | Daniel Sanders | 2014-05-07 | 1 | -22/+19 |
* | [mips] Continue splitting Instruction.Predicates into smaller lists and re-jo... | Daniel Sanders | 2014-05-07 | 1 | -18/+23 |
* | [mips] Move IsFP64bit/NotFP64bit to the front of the AdditionalPredicates list | Daniel Sanders | 2014-05-07 | 1 | -6/+6 |
* | [mips] Split Instruction.Predicates into smaller lists and re-join them with ... | Daniel Sanders | 2014-05-07 | 1 | -37/+37 |
* | [mips] Move HasStdEnc to the front of the predicates lists. | Daniel Sanders | 2014-05-07 | 1 | -36/+36 |
* | [mips] Remove more redundant 'let Predicates = [HasStdEnc]' statements | Daniel Sanders | 2014-04-29 | 1 | -10/+6 |
* | [mips] Remove redundant 'let Predicates = [HasStdEnc]' statements | Daniel Sanders | 2014-04-29 | 1 | -4/+2 |
* | Re-commit: [mips] abs.[ds], and neg.[ds] should be allowed regardless of -ena... | Daniel Sanders | 2014-04-09 | 1 | -8/+6 |
* | Reverting commit r205628 due to mips64 issues. | Reed Kotler | 2014-04-07 | 1 | -1/+1 |
* | [mips] abs.[ds], and neg.[ds] should be allowed regardless of -enable-no-nans... | Daniel Sanders | 2014-04-04 | 1 | -1/+1 |
* | [mips] Add NaCl target and forbid indexed loads and stores for it | Petar Jovanovic | 2014-02-05 | 1 | -3/+6 |
* | [mips][sched] Split IIFmoveC1 into II_M[FT]C1, II_M[FT]HC1, II_DM[FT]C1 | Daniel Sanders | 2014-01-21 | 1 | -6/+6 |
* | [mips][sched] Split IIFStore into II_S[WD]C1, and II_S[WDU]XC1 | Daniel Sanders | 2014-01-21 | 1 | -8/+8 |