summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/Mips.td
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-24Move target independent td files from lib/Target/ to include/llvm/Target so t...Evan Cheng1-1/+1
2008-07-30Added new features to represent specific instructions groupsBruno Cardoso Lopes1-2/+14
2008-07-09Fixed features usage.Bruno Cardoso Lopes1-10/+12
2008-07-05Several changes to Mips backend, experimental fp support being the mostBruno Cardoso Lopes1-9/+30
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner1-2/+2
2007-11-06Better processor definitionBruno Cardoso Lopes1-2/+4
2007-08-18support for Schedule included on Mips.tdBruno Cardoso Lopes1-27/+13
2007-06-06Initial Mips support, here we go! =)Bruno Cardoso Lopes1-0/+63