[mips] Add support for -modd-spreg/-mno-odd-spreg
[oota-llvm.git] / lib / Target / Mips / Mips.td
2014-07-10 Daniel Sanders[mips] Add support for -modd-spreg/-mno-odd-spreg
2014-05-13 Daniel Sanders[mips] Marked up instructions added in MIPS32r2 and...
2014-05-12 Daniel Sanders[mips][mips64r6] Added mul/mulu/muh/muhu
2014-05-12 Daniel Sanders[mips] Marked up instructions added in MIPS-V and teste...
2014-05-12 Daniel Sanders[mips] Fold FeatureBitCount into FeatureMips32 and...
2014-05-12 Daniel Sanders[mips] Fold FeatureSEInReg into FeatureMips32r2
2014-05-12 Daniel Sanders[mips] Fold FeatureSwap into FeatureMips32r2 and Featur...
2014-05-12 Daniel Sanders[mips] Replace FeatureFPIdx with FeatureMips4_32r2
2014-05-09 Daniel Sanders[mips] Marked up instructions added in MIPS-IV and...
2014-05-09 Daniel Sanders[mips] Remove unused CondMov feature bit
2014-05-09 Daniel Sanders[mips] Marked up instructions added in MIPS-III and...
2014-05-09 Daniel Sanders[mips][mips64r6] Add experimental support for MIPS32r6...
2014-05-07 Daniel Sanders[mips] Add highly experimental support for MIPS-I,...
2014-05-07 Daniel Sanders[mips] Add ISA_<name> adverbs and start using them...
2014-05-07 Daniel Sanders[mips] Continue splitting Instruction.Predicates into...
2014-05-07 Daniel Sanders[mips] Split Instruction.Predicates into smaller lists...
2014-04-16 Matheus Almeida[mips] Add initial support for NaN2008 in the back...
2014-04-10 Daniel Sanders[mips] Switch the MIPS-III and MIPS-IV assembler tests...
2014-04-03 Daniel Sanders[mips] Add initial (experimental) MIPS-IV support.
2014-03-20 Kai Nacke[MIPS] Add cpu octeon and some instructions
2014-02-20 Daniel Sanders[mips] Make it impossible to have UnknownABI in CodeGen...
2013-12-02 Rafael EspindolaChange the default of AsmWriterClassName and isMCAsmWriter.
2013-10-30 Akira Hatanaka[mips] Compute stack alignment on the fly.
2013-10-29 Akira Hatanaka[mips] Align the stack to 16-bytes for mfp64.
2013-08-13 Jack Carter[Mips][msa] Added initial MSA support.
2013-08-01 Vladimir MedicMoving definition of MnemonicContainsDot field from...
2013-03-05 Akira Hatanaka[mips] Remove android calling convention.
2013-02-05 Jack CarterThis patch that sets the Mips ELF header flag for
2012-12-07 Akira Hatanaka[mips] Delete unused sub-target features.
2012-11-15 Akira Hatanaka[mips] Add predicate HasFPIdx for floating-point indexe...
2012-09-21 Akira HatanakaAdd flags and feature bits for mips dsp.
2012-08-17 Akira HatanakaAdd stub methods for mips assembly matcher.
2012-08-16 Akira HatanakaAdd Android ABI to Mips backend to handle functions...
2012-05-16 Akira HatanakaThis patch adds the register class for MIPS16 as well...
2012-02-28 Jia Liuremove blanks, and some code format
2011-12-20 Akira HatanakaAdd definition of WSBH (Word Swap Bytes within Halfword...
2011-11-29 Akira HatanakaChange names for MIPS "generic" processors defined...
2011-09-20 Akira HatanakaInitial Mips64 support. Patch by Liu with some modifica...
2011-09-09 Akira HatanakaDrop support for Mips1 and Mips2.
2011-09-09 Akira HatanakaDrop support for Allegrex. Allegrex implements a varian...
2011-09-09 Akira HatanakaChange default target architecture from Mips1 to Mips32...
2011-07-07 Akira HatanakaLower MachineInstr to MC Inst and print to .s files.
2011-04-15 Akira HatanakaReverse unnecessary changes made in r129606 and r129608...
2011-04-15 Akira HatanakaFix lines that have incorrect indentation or exceed...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-03-04 Bruno Cardoso LopesRemove (hopefully) all trailing whitespaces from the...
2010-11-10 Bruno Cardoso LopesAdd clo instruction. Patch by Akira Hatanaka (ahatanaka...
2010-11-08 Bruno Cardoso LopesInitial support for Mips32 and Mips32r2. Patch contribu...
2010-08-17 Chris Lattnerfix emacs language spec's, patch by Edmund Grimley...
2010-04-05 Jakob Stoklund OlesenReplace TSFlagsFields and TSFlagsShifts with a simpler...
2009-05-27 Bruno Cardoso LopesAdded support for fround, fextend and FP_TO_SINT
2008-11-24 Evan ChengMove target independent td files from lib/Target/ to...
2008-07-30 Bruno Cardoso LopesAdded new features to represent specific instructions...
2008-07-09 Bruno Cardoso LopesFixed features usage.
2008-07-05 Bruno Cardoso LopesSeveral changes to Mips backend, experimental fp suppor...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-11-06 Bruno Cardoso LopesBetter processor definition
2007-08-18 Bruno Cardoso Lopessupport for Schedule included on Mips.td
2007-06-06 Bruno Cardoso LopesInitial Mips support, here we go! =)