aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsInstrInfo.td
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initial Mips support, here we go! =)Bruno Cardoso Lopes2007-06-061-0/+468