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