summaryrefslogtreecommitdiff
path: root/lib/Target/Mips
AgeCommit message (Expand)AuthorFilesLines
2014-05-15[mips][mips64r6] Add CLASS.fmt instructionsZoran Jovanovic1-5/+9
2014-05-15[mips][mips64r6] Add RINT.fmt instructionsZoran Jovanovic2-2/+29
2014-05-15[mips][mips64r6] Add SELEQZ/SELNEZ.fmt instructionsZoran Jovanovic1-4/+21
2014-05-15[mips][mips64r6] Add MAX/MIN/MAXA/MINA.fmt instructionsZoran Jovanovic1-7/+35
2014-05-15[mips][mips64r6] Add bitswap, and dbitswapDaniel Sanders3-4/+32
2014-05-15[mips][mips64r6] Add align and dalignDaniel Sanders5-10/+64
2014-05-15[mips][mips64r6] Add addiupc, aluipc, and auipcDaniel Sanders7-4/+93
2014-05-15[mips][mips64r6] Add aui, daui, dahi, and datiDaniel Sanders3-5/+59
2014-05-15[mips][mips64r6] Test that branch likelies are not accepted on MIPS64r6.Daniel Sanders1-2/+0
2014-05-14[mips][mips64r6] Add sel.s and sel.dDaniel Sanders2-4/+52
2014-05-13[mips] Marked up instructions added in MIPS32r2 and tested that IAS for -mcpu...Daniel Sanders7-21/+35
2014-05-13[mips] Free up two values in SubtargetFeatureFlag by folding the redundant Is...Daniel Sanders2-6/+5
2014-05-12Try to fix an SDAG dependence issue with sretReid Kleckner1-3/+5
2014-05-12TableGen: use PrintMethods to print more aliasesTim Northover2-1/+3
2014-05-12Revert: r208582 - [mips][mips64r6] Add sel.s and sel.dDaniel Sanders2-52/+4
2014-05-12[mips][mips64r6] Add sel.s and sel.dDaniel Sanders2-4/+52
2014-05-12[mips][mips64r6] Add d?div, d?mod, d?divu, d?moduDaniel Sanders2-8/+32
2014-05-12[mips][mips64r6] Added mul/mulu/muh/muhuDaniel Sanders5-9/+115
2014-05-12[mips] Marked up instructions added in MIPS32 and tested that IAS for -mcpu=m...Daniel Sanders1-8/+8
2014-05-12[mips] Marked up instructions added in MIPS-V and tested that IAS for -mcpu=m...Daniel Sanders6-9/+23
2014-05-12[mips] Fold FeatureBitCount into FeatureMips32 and FeatureMips64Daniel Sanders7-25/+17
2014-05-12[mips] Fold FeatureSEInReg into FeatureMips32r2Daniel Sanders7-26/+20
2014-05-12[mips] Fold FeatureSwap into FeatureMips32r2 and FeatureMips64r2Daniel Sanders7-23/+14
2014-05-12[mips] Replace FeatureFPIdx with FeatureMips4_32r2Daniel Sanders6-31/+40
2014-05-09Allow sret on the second parameter as well as the firstReid Kleckner1-12/+13
2014-05-09[mips] Marked up instructions added in MIPS-IV and tested that IAS for -mcpu=...Daniel Sanders5-24/+41
2014-05-09[mips] Remove unused CondMov feature bitDaniel Sanders4-15/+7
2014-05-09[mips] Marked up instructions added in MIPS-III and tested that IAS for -mcpu...Daniel Sanders6-61/+84
2014-05-09[mips][mips64r6] Add experimental support for MIPS32r6 and MIPS64r6Daniel Sanders6-2/+189
2014-05-09[mips] Added missing dsra -> dsrav and sra -> srav aliases.Daniel Sanders2-2/+6
2014-05-08[mips] Add PredicateControl to InstAlias'sDaniel Sanders4-107/+115
2014-05-08[mips] Implement l[wd]c3, and s[wd]c3.Daniel Sanders3-2/+45
2014-05-08[mips] Marked up instructions added in MIPS-II and tested that IAS for -mcpu=...Daniel Sanders3-24/+31
2014-05-08[mips] Implement tlbp, tlbr, tlbwi, and tlbwrDaniel Sanders2-0/+16
2014-05-07[mips] Add highly experimental support for MIPS-I, MIPS-II, MIPS-III, and MIPS-VDaniel Sanders3-5/+38
2014-05-07Use range loop.Rafael Espindola1-3/+2
2014-05-07[mips] Add FGR_32/FGR_64/GPR_64 adjectives and use then instead of FGRPredica...Daniel Sanders3-161/+156
2014-05-07[mips] Add INSN_<name> adverbs and start using them instead of AdditionalPred...Daniel Sanders1-6/+8
2014-05-07[mips] Add ISA_<name> adverbs and start using them instead of AdditionalPredi...Daniel Sanders4-42/+46
2014-05-07Remove the UseCFI option from createAsmStreamer.Rafael Espindola1-4/+3
2014-05-07[mips] Continue splitting Instruction.Predicates into smaller lists and re-jo...Daniel Sanders3-29/+39
2014-05-07[mips] Move IsFP64bit/NotFP64bit to the front of the AdditionalPredicates listDaniel Sanders1-6/+6
2014-05-07[mips] Split Instruction.Predicates into smaller lists and re-join them with ...Daniel Sanders7-77/+98
2014-05-07[mips] Move HasStdEnc to the front of the predicates lists.Daniel Sanders5-61/+61
2014-05-01Add basic functionality for assignment of ints.Reed Kotler1-1/+167
2014-05-01[mips] Move expansion of .cpsetup to target streamer.Matheus Almeida3-51/+80
2014-05-01[mips] Removed two-operand alias for sllv, sr[al]v, rotrv, dsllv, dsr[al]v, a...Daniel Sanders1-3/+1
2014-04-30[mips] Add instruction alias (negu).Matheus Almeida1-0/+2
2014-04-30[mips] Add instruction alias (sltu).Matheus Almeida1-0/+2
2014-04-30[mips] Add instruction alias (dsll and dsrl).Matheus Almeida1-0/+4