summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsInstrInfo.td
Commit message (Expand)AuthorAge
* Add ROTR and ROTRV mips32 instructions. Patch by Akira HatanakaBruno Cardoso Lopes2010-12-09
* Remove target specific node MipsISD::CMov, which is not used because all cond...Bruno Cardoso Lopes2010-12-07
* Match a pattern generated by a dag combiner opt where:Bruno Cardoso Lopes2010-12-07
* Enable mips32 mul instruction. Patch by Akira Hatanaka <ahatanaka@mips.com>Bruno Cardoso Lopes2010-11-12
* Add clo instruction. Patch by Akira Hatanaka (ahatanaka@mips.com) with some m...Bruno Cardoso Lopes2010-11-10
* Fix trailing whitespace and style, no functionality changeBruno Cardoso Lopes2010-11-09
* Don't call Predicate_* in Mips.Jakob Stoklund Olesen2010-08-18
* fix emacs language spec's, patch by Edmund Grimley-Evans!Chris Lattner2010-08-17
* Remove isTwoAddress from Mips.Eric Christopher2010-06-21
* set SDNPVariadic on nodes throughout the rest of the targets thatChris Lattner2010-03-19
* remove redundant instruction.Chris Lattner2010-02-28
* Remember to define super registers in mips calls.Jakob Stoklund Olesen2010-02-17
* mark "addr" as having type "iPTR", eliminating some type comparisonsChris Lattner2010-02-14
* On pic function calls some arguments were marked dead andBruno Cardoso Lopes2010-01-19
* Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman2009-10-29
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-11
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-10
* Added support for fround, fextend and FP_TO_SINTBruno Cardoso Lopes2009-05-27
* Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.Dan Gohman2008-12-03
* Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's asChris Lattner2008-10-11
* Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman2008-09-12
* Removed SELECT_CC custom lowering. This is not needed anymore, the SELECT nodeBruno Cardoso Lopes2008-08-13
* Support added for ctlz intrinsic, test case added.Bruno Cardoso Lopes2008-08-08
* Added support for fp callee saved registers.Bruno Cardoso Lopes2008-08-06
* Improved asm inline for hi,lo resultsBruno Cardoso Lopes2008-08-02
* Instruction definition cleanupBruno Cardoso Lopes2008-07-30
* Added floating point lowering for select.Bruno Cardoso Lopes2008-07-29
* Minor fixes.Bruno Cardoso Lopes2008-07-23
* Added initial support for small sections on Mips.Bruno Cardoso Lopes2008-07-21
* Added Subtarget support into RegisterInfoBruno Cardoso Lopes2008-07-14
* Fixed features usage.Bruno Cardoso Lopes2008-07-09
* Several changes to Mips backend, experimental fp support being the mostBruno Cardoso Lopes2008-07-05
* Added custom isel for MUL, SDIVREM, UDIVREM, SMUL_LOHI and UMUL_LOHI nodesBruno Cardoso Lopes2008-06-06
* Added custom SELECT_CC loweringBruno Cardoso Lopes2008-06-06
* Some Mips minor fixesBruno Cardoso Lopes2008-06-04
* Replace all target specific implicit def instructions with a target independe...Evan Cheng2008-03-15
* This commit changes:Chris Lattner2008-01-17
* rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate.Chris Lattner2008-01-06
* Change the 'isStore' inferrer to look for 'SDNPMayStore' Chris Lattner2008-01-06
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Implicit def instructions, e.g. X86::IMPLICIT_DEF_GR32, are always re-materia...Evan Cheng2007-12-12
* Unifacalize the CALLSEQ{START,END} stuff.Bill Wendling2007-11-13
* Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stackBill Wendling2007-11-13
* Added JumpTable supportBruno Cardoso Lopes2007-11-12
* Added support for PIC code with "explicit relocations" *only*.Bruno Cardoso Lopes2007-11-05
* clo/clz aren't supported on mips I. Keep them around for when we'llEric Christopher2007-10-26
* Position Independent Code (PIC) support [1]Bruno Cardoso Lopes2007-10-09
* Added "LoadEffective" pattern to handle stack locations.Bruno Cardoso Lopes2007-09-24
* Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead.Evan Cheng2007-09-11
* MipsHi now has ouput flagBruno Cardoso Lopes2007-08-18