aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsInstrInfo.td
AgeCommit message (Expand)Author
2008-12-03Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.Dan Gohman
2008-10-11Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's asChris Lattner
2008-09-12Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman
2008-08-13Removed SELECT_CC custom lowering. This is not needed anymore, the SELECT nodeBruno Cardoso Lopes
2008-08-08Support added for ctlz intrinsic, test case added.Bruno Cardoso Lopes
2008-08-06Added support for fp callee saved registers.Bruno Cardoso Lopes
2008-08-02Improved asm inline for hi,lo resultsBruno Cardoso Lopes
2008-07-30Instruction definition cleanupBruno Cardoso Lopes
2008-07-29Added floating point lowering for select.Bruno Cardoso Lopes
2008-07-23Minor fixes.Bruno Cardoso Lopes
2008-07-21Added initial support for small sections on Mips.Bruno Cardoso Lopes
2008-07-14Added Subtarget support into RegisterInfoBruno 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
2008-06-06Added custom isel for MUL, SDIVREM, UDIVREM, SMUL_LOHI and UMUL_LOHI nodesBruno Cardoso Lopes
2008-06-06Added custom SELECT_CC loweringBruno Cardoso Lopes
2008-06-04Some Mips minor fixesBruno Cardoso Lopes
2008-03-15Replace all target specific implicit def instructions with a target independe...Evan Cheng
2008-01-17This commit changes:Chris Lattner
2008-01-06rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate.Chris Lattner
2008-01-06Change the 'isStore' inferrer to look for 'SDNPMayStore' Chris Lattner
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-12Implicit def instructions, e.g. X86::IMPLICIT_DEF_GR32, are always re-materia...Evan Cheng
2007-11-13Unifacalize the CALLSEQ{START,END} stuff.Bill Wendling
2007-11-13Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stackBill Wendling
2007-11-12Added JumpTable supportBruno Cardoso Lopes
2007-11-05Added support for PIC code with "explicit relocations" *only*.Bruno Cardoso Lopes
2007-10-26clo/clz aren't supported on mips I. Keep them around for when we'llEric Christopher
2007-10-09Position Independent Code (PIC) support [1]Bruno Cardoso Lopes
2007-09-24Added "LoadEffective" pattern to handle stack locations.Bruno Cardoso Lopes
2007-09-11Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead.Evan Cheng
2007-08-18MipsHi now has ouput flagBruno Cardoso Lopes
2007-07-21No more noResults.Evan Cheng
2007-07-19Change instruction description to split OperandList into OutOperandList andEvan Cheng
2007-07-11Removed unused immediate PatLeaf, fixed lui instructionBruno Cardoso Lopes
2007-06-06Initial Mips support, here we go! =)Bruno Cardoso Lopes