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