aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsInstrInfo.td
Commit message (Expand)AuthorAgeFilesLines
* Enable mips32 mul instruction. Patch by Akira Hatanaka <ahatanaka@mips.com>Bruno Cardoso Lopes2010-11-121-1/+2
* Add clo instruction. Patch by Akira Hatanaka (ahatanaka@mips.com) with some m...Bruno Cardoso Lopes2010-11-101-7/+10
* Fix trailing whitespace and style, no functionality changeBruno Cardoso Lopes2010-11-091-170/+95
* Don't call Predicate_* in Mips.Jakob Stoklund Olesen2010-08-181-6/+1
* fix emacs language spec's, patch by Edmund Grimley-Evans!Chris Lattner2010-08-171-1/+1
* Remove isTwoAddress from Mips.Eric Christopher2010-06-211-1/+1
* set SDNPVariadic on nodes throughout the rest of the targets thatChris Lattner2010-03-191-1/+2
* remove redundant instruction.Chris Lattner2010-02-281-2/+2
* Remember to define super registers in mips calls.Jakob Stoklund Olesen2010-02-171-3/+2
* mark "addr" as having type "iPTR", eliminating some type comparisonsChris Lattner2010-02-141-1/+1
* On pic function calls some arguments were marked dead andBruno Cardoso Lopes2010-01-191-5/+5
* Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman2009-10-291-1/+1
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-111-2/+2
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-101-2/+2
* Added support for fround, fextend and FP_TO_SINTBruno Cardoso Lopes2009-05-271-2/+2
* Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.Dan Gohman2008-12-031-1/+1
* Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's asChris Lattner2008-10-111-2/+2
* Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman2008-09-121-7/+7
* Removed SELECT_CC custom lowering. This is not needed anymore, the SELECT nodeBruno Cardoso Lopes2008-08-131-47/+96
* Support added for ctlz intrinsic, test case added.Bruno Cardoso Lopes2008-08-081-17/+15
* Added support for fp callee saved registers.Bruno Cardoso Lopes2008-08-061-2/+3
* Improved asm inline for hi,lo resultsBruno Cardoso Lopes2008-08-021-9/+25
* Instruction definition cleanupBruno Cardoso Lopes2008-07-301-63/+43
* Added floating point lowering for select.Bruno Cardoso Lopes2008-07-291-6/+7
* Minor fixes.Bruno Cardoso Lopes2008-07-231-3/+10
* Added initial support for small sections on Mips.Bruno Cardoso Lopes2008-07-211-5/+7
* Added Subtarget support into RegisterInfoBruno Cardoso Lopes2008-07-141-33/+38
* Fixed features usage.Bruno Cardoso Lopes2008-07-091-2/+2
* Several changes to Mips backend, experimental fp support being the mostBruno Cardoso Lopes2008-07-051-50/+61
* Added custom isel for MUL, SDIVREM, UDIVREM, SMUL_LOHI and UMUL_LOHI nodesBruno Cardoso Lopes2008-06-061-2/+3
* Added custom SELECT_CC loweringBruno Cardoso Lopes2008-06-061-7/+32
* Some Mips minor fixesBruno Cardoso Lopes2008-06-041-1/+0
* Replace all target specific implicit def instructions with a target independe...Evan Cheng2008-03-151-5/+0
* This commit changes:Chris Lattner2008-01-171-2/+0
* rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate.Chris Lattner2008-01-061-1/+1
* Change the 'isStore' inferrer to look for 'SDNPMayStore' Chris Lattner2008-01-061-1/+0
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Implicit def instructions, e.g. X86::IMPLICIT_DEF_GR32, are always re-materia...Evan Cheng2007-12-121-0/+1
* Unifacalize the CALLSEQ{START,END} stuff.Bill Wendling2007-11-131-5/+5
* Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stackBill Wendling2007-11-131-7/+10
* Added JumpTable supportBruno Cardoso Lopes2007-11-121-2/+6
* Added support for PIC code with "explicit relocations" *only*.Bruno Cardoso Lopes2007-11-051-30/+19
* clo/clz aren't supported on mips I. Keep them around for when we'llEric Christopher2007-10-261-105/+107
* Position Independent Code (PIC) support [1]Bruno Cardoso Lopes2007-10-091-18/+40
* Added "LoadEffective" pattern to handle stack locations.Bruno Cardoso Lopes2007-09-241-0/+12
* Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead.Evan Cheng2007-09-111-2/+4
* MipsHi now has ouput flagBruno Cardoso Lopes2007-08-181-91/+185
* No more noResults.Evan Cheng2007-07-211-4/+4
* Change instruction description to split OperandList into OutOperandList andEvan Cheng2007-07-191-29/+51
* Removed unused immediate PatLeaf, fixed lui instructionBruno Cardoso Lopes2007-07-111-12/+13