summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/Mips.td
AgeCommit message (Expand)AuthorFilesLines
2014-05-13[mips] Marked up instructions added in MIPS32r2 and tested that IAS for -mcpu...Daniel Sanders1-3/+7
2014-05-12[mips][mips64r6] Added mul/mulu/muh/muhuDaniel Sanders1-1/+2
2014-05-12[mips] Marked up instructions added in MIPS-V and tested that IAS for -mcpu=m...Daniel Sanders1-2/+6
2014-05-12[mips] Fold FeatureBitCount into FeatureMips32 and FeatureMips64Daniel Sanders1-3/+1
2014-05-12[mips] Fold FeatureSEInReg into FeatureMips32r2Daniel Sanders1-4/+1
2014-05-12[mips] Fold FeatureSwap into FeatureMips32r2 and FeatureMips64r2Daniel Sanders1-3/+1
2014-05-12[mips] Replace FeatureFPIdx with FeatureMips4_32r2Daniel Sanders1-6/+7
2014-05-09[mips] Marked up instructions added in MIPS-IV and tested that IAS for -mcpu=...Daniel Sanders1-2/+6
2014-05-09[mips] Remove unused CondMov feature bitDaniel Sanders1-4/+2
2014-05-09[mips] Marked up instructions added in MIPS-III and tested that IAS for -mcpu...Daniel Sanders1-14/+15
2014-05-09[mips][mips64r6] Add experimental support for MIPS32r6 and MIPS64r6Daniel Sanders1-0/+11
2014-05-07[mips] Add highly experimental support for MIPS-I, MIPS-II, MIPS-III, and MIPS-VDaniel Sanders1-4/+23
2014-05-07[mips] Add ISA_<name> adverbs and start using them instead of AdditionalPredi...Daniel Sanders1-0/+3
2014-05-07[mips] Continue splitting Instruction.Predicates into smaller lists and re-jo...Daniel Sanders1-0/+6
2014-05-07[mips] Split Instruction.Predicates into smaller lists and re-join them with ...Daniel Sanders1-0/+18
2014-04-16[mips] Add initial support for NaN2008 in the back-end.Matheus Almeida1-0/+2
2014-04-10[mips] Switch the MIPS-III and MIPS-IV assembler tests to use -mcpu=mips4.Daniel Sanders1-2/+2
2014-04-03[mips] Add initial (experimental) MIPS-IV support.Daniel Sanders1-2/+6
2014-03-20[MIPS] Add cpu octeon and some instructionsKai Nacke1-0/+5
2014-02-20[mips] Make it impossible to have UnknownABI in CodeGen and Integrated Assemb...Daniel Sanders1-5/+5
2013-12-02Change the default of AsmWriterClassName and isMCAsmWriter.Rafael Espindola1-6/+0
2013-10-30[mips] Compute stack alignment on the fly.Akira Hatanaka1-3/+1
2013-10-29[mips] Align the stack to 16-bytes for mfp64.Akira Hatanaka1-1/+3
2013-08-13[Mips][msa] Added initial MSA support.Jack Carter1-0/+2
2013-08-01Moving definition of MnemonicContainsDot field from class Instruction to clas...Vladimir Medic1-0/+1
2013-03-05[mips] Remove android calling convention.Akira Hatanaka1-2/+0
2013-02-05This patch that sets the Mips ELF header flag for Jack Carter1-0/+3
2012-12-07[mips] Delete unused sub-target features.Akira Hatanaka1-4/+0
2012-11-15[mips] Add predicate HasFPIdx for floating-point indexed load instructionAkira Hatanaka1-2/+5
2012-09-21Add flags and feature bits for mips dsp.Akira Hatanaka1-0/+4
2012-08-17Add stub methods for mips assembly matcher. Akira Hatanaka1-2/+13
2012-08-16Add Android ABI to Mips backend to handle functions returning vectors of fourAkira Hatanaka1-0/+2
2012-05-16This patch adds the register class for MIPS16 as well as the ability forAkira Hatanaka1-0/+4
2012-02-28remove blanks, and some code formatJia Liu1-1/+1
2011-12-20Add definition of WSBH (Word Swap Bytes within Halfwords), which is anAkira Hatanaka1-1/+1
2011-11-29Change names for MIPS "generic" processors defined in Mips.td to match what GNUAkira Hatanaka1-3/+3
2011-09-20Initial Mips64 support. Patch by Liu with some modifications.Akira Hatanaka1-0/+13
2011-09-09Drop support for Mips1 and Mips2.Akira Hatanaka1-11/+0
2011-09-09Drop support for Allegrex. Allegrex implements a variant of Mips2.Akira Hatanaka1-7/+0
2011-09-09Change default target architecture from Mips1 to Mips32r1 in preparation forAkira Hatanaka1-0/+1
2011-07-07Lower MachineInstr to MC Inst and print to .s files. Akira Hatanaka1-0/+8
2011-04-15Reverse unnecessary changes made in r129606 and r129608. There is no change i...Akira Hatanaka1-16/+15
2011-04-15Fix lines that have incorrect indentation or exceed 80 columns. There is no c...Akira Hatanaka1-15/+16
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner1-1/+1
2011-03-04Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H...Bruno Cardoso Lopes1-1/+1
2010-11-10Add clo instruction. Patch by Akira Hatanaka (ahatanaka@mips.com) with some m...Bruno Cardoso Lopes1-1/+2
2010-11-08Initial support for Mips32 and Mips32r2. Patch contributed by Akira Hatanaka ...Bruno Cardoso Lopes1-11/+18
2010-08-17fix emacs language spec's, patch by Edmund Grimley-Evans!Chris Lattner1-1/+1
2010-04-05Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field.Jakob Stoklund Olesen1-4/+1
2009-05-27Added support for fround, fextend and FP_TO_SINTBruno Cardoso Lopes1-3/+5