aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/Mips.td
AgeCommit message (Expand)Author
2013-03-05[mips] Remove android calling convention.Akira Hatanaka
2013-02-05This patch that sets the Mips ELF header flag for Jack Carter
2012-12-07[mips] Delete unused sub-target features.Akira Hatanaka
2012-11-15[mips] Add predicate HasFPIdx for floating-point indexed load instructionAkira Hatanaka
2012-09-21Add flags and feature bits for mips dsp.Akira Hatanaka
2012-08-17Add stub methods for mips assembly matcher. Akira Hatanaka
2012-08-16Add Android ABI to Mips backend to handle functions returning vectors of fourAkira Hatanaka
2012-05-16This patch adds the register class for MIPS16 as well as the ability forAkira Hatanaka
2012-02-28remove blanks, and some code formatJia Liu
2011-12-20Add definition of WSBH (Word Swap Bytes within Halfwords), which is anAkira Hatanaka
2011-11-29Change names for MIPS "generic" processors defined in Mips.td to match what GNUAkira Hatanaka
2011-09-20Initial Mips64 support. Patch by Liu with some modifications.Akira Hatanaka
2011-09-09Drop support for Mips1 and Mips2.Akira Hatanaka
2011-09-09Drop support for Allegrex. Allegrex implements a variant of Mips2.Akira Hatanaka
2011-09-09Change default target architecture from Mips1 to Mips32r1 in preparation forAkira Hatanaka
2011-07-07Lower MachineInstr to MC Inst and print to .s files. Akira Hatanaka
2011-04-15Reverse unnecessary changes made in r129606 and r129608. There is no change i...Akira Hatanaka
2011-04-15Fix lines that have incorrect indentation or exceed 80 columns. There is no c...Akira Hatanaka
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-03-04Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H...Bruno Cardoso Lopes
2010-11-10Add clo instruction. Patch by Akira Hatanaka (ahatanaka@mips.com) with some m...Bruno Cardoso Lopes
2010-11-08Initial support for Mips32 and Mips32r2. Patch contributed by Akira Hatanaka ...Bruno Cardoso Lopes
2010-08-17fix emacs language spec's, patch by Edmund Grimley-Evans!Chris Lattner
2010-04-05Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field.Jakob Stoklund Olesen
2009-05-27Added support for fround, fextend and FP_TO_SINTBruno Cardoso Lopes
2008-11-24Move target independent td files from lib/Target/ to include/llvm/Target so t...Evan Cheng
2008-07-30Added new features to represent specific instructions groupsBruno Cardoso Lopes
2008-07-09Fixed features usage.Bruno Cardoso Lopes
2008-07-05Several changes to Mips backend, experimental fp support being the mostBruno Cardoso Lopes
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-11-06Better processor definitionBruno Cardoso Lopes
2007-08-18support for Schedule included on Mips.tdBruno Cardoso Lopes
2007-06-06Initial Mips support, here we go! =)Bruno Cardoso Lopes