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