aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/Mips.td
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-6/+6
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-24/+32
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-4/+6
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-0/+5
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-18/+83
* Update to LLVM 3.5a.Stephen Hines2014-04-241-13/+16
* [mips] Compute stack alignment on the fly.Akira Hatanaka2013-10-301-3/+1
* [mips] Align the stack to 16-bytes for mfp64.Akira Hatanaka2013-10-291-1/+3
* [Mips][msa] Added initial MSA support.Jack Carter2013-08-131-0/+2
* Moving definition of MnemonicContainsDot field from class Instruction to clas...Vladimir Medic2013-08-011-0/+1
* [mips] Remove android calling convention.Akira Hatanaka2013-03-051-2/+0
* This patch that sets the Mips ELF header flag for Jack Carter2013-02-051-0/+3
* [mips] Delete unused sub-target features.Akira Hatanaka2012-12-071-4/+0
* [mips] Add predicate HasFPIdx for floating-point indexed load instructionAkira Hatanaka2012-11-151-2/+5
* Add flags and feature bits for mips dsp.Akira Hatanaka2012-09-211-0/+4
* Add stub methods for mips assembly matcher. Akira Hatanaka2012-08-171-2/+13
* Add Android ABI to Mips backend to handle functions returning vectors of fourAkira Hatanaka2012-08-161-0/+2
* This patch adds the register class for MIPS16 as well as the ability forAkira Hatanaka2012-05-161-0/+4
* remove blanks, and some code formatJia Liu2012-02-281-1/+1
* Add definition of WSBH (Word Swap Bytes within Halfwords), which is anAkira Hatanaka2011-12-201-1/+1
* Change names for MIPS "generic" processors defined in Mips.td to match what GNUAkira Hatanaka2011-11-291-3/+3
* Initial Mips64 support. Patch by Liu with some modifications.Akira Hatanaka2011-09-201-0/+13
* Drop support for Mips1 and Mips2.Akira Hatanaka2011-09-091-11/+0
* Drop support for Allegrex. Allegrex implements a variant of Mips2.Akira Hatanaka2011-09-091-7/+0
* Change default target architecture from Mips1 to Mips32r1 in preparation forAkira Hatanaka2011-09-091-0/+1
* Lower MachineInstr to MC Inst and print to .s files. Akira Hatanaka2011-07-071-0/+8
* Reverse unnecessary changes made in r129606 and r129608. There is no change i...Akira Hatanaka2011-04-151-16/+15
* Fix lines that have incorrect indentation or exceed 80 columns. There is no c...Akira Hatanaka2011-04-151-15/+16
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H...Bruno Cardoso Lopes2011-03-041-1/+1
* Add clo instruction. Patch by Akira Hatanaka (ahatanaka@mips.com) with some m...Bruno Cardoso Lopes2010-11-101-1/+2
* Initial support for Mips32 and Mips32r2. Patch contributed by Akira Hatanaka ...Bruno Cardoso Lopes2010-11-081-11/+18
* fix emacs language spec's, patch by Edmund Grimley-Evans!Chris Lattner2010-08-171-1/+1
* Replace TSFlagsFields and TSFlagsShifts with a simpler TSFlags field.Jakob Stoklund Olesen2010-04-051-4/+1
* Added support for fround, fextend and FP_TO_SINTBruno Cardoso Lopes2009-05-271-3/+5
* Move target independent td files from lib/Target/ to include/llvm/Target so t...Evan Cheng2008-11-241-1/+1
* Added new features to represent specific instructions groupsBruno Cardoso Lopes2008-07-301-2/+14
* Fixed features usage.Bruno Cardoso Lopes2008-07-091-10/+12
* Several changes to Mips backend, experimental fp support being the mostBruno Cardoso Lopes2008-07-051-9/+30
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Better processor definitionBruno Cardoso Lopes2007-11-061-2/+4
* support for Schedule included on Mips.tdBruno Cardoso Lopes2007-08-181-27/+13
* Initial Mips support, here we go! =)Bruno Cardoso Lopes2007-06-061-0/+63