| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename "ADDO" to "SADDO" and "UADDO". The "UADDO" isn't equivalent to "ADDC" | Bill Wendling | 2008-11-21 | 1 | -1/+2 |
| * | Implement the sadd_with_overflow intrinsic. This is converted into | Bill Wendling | 2008-11-21 | 1 | -2/+1 |
| * | Add UADDO and SADDO nodes. These will be used for determining an overflow | Bill Wendling | 2008-11-21 | 1 | -0/+2 |
| * | Added CONVERT_RNDSAT (conversion with rounding and saturation) SDNode to | Mon P Wang | 2008-11-10 | 1 | -0/+31 |
| * | Added support for the following definition of shufflevector | Mon P Wang | 2008-11-10 | 1 | -1/+2 |
| * | Fix PR2986: do not use a potentially illegal | Duncan Sands | 2008-10-30 | 1 | -1/+6 |
| * | Add sanity checking for BUILD_PAIR (I noticed the | Duncan Sands | 2008-10-29 | 1 | -4/+18 |
| * | fix some whitespace stuff | Chris Lattner | 2008-10-28 | 1 | -3/+3 |
| * | Fix UpdateNodeOperands so that it does CSE of calls | Duncan Sands | 2008-10-27 | 1 | -86/+52 |
| * | Initialize uninitialized variable. | Dale Johannesen | 2008-10-24 | 1 | -1/+1 |
| * | Temporarily allow the operands of a BUILD_VECTOR | Duncan Sands | 2008-10-22 | 1 | -4/+8 |
| * | Don't create TargetGlobalAddress nodes with offsets that don't fit | Dan Gohman | 2008-10-21 | 1 | -1/+1 |
| * | Set N->OperandList to 0 after deletion. Otherwise, it's possible that it will | Bill Wendling | 2008-10-19 | 1 | -15/+26 |
| * | Don't truncate GlobalAddress offsets to int in debug output. | Dan Gohman | 2008-10-18 | 1 | -1/+1 |
| * | Teach DAGCombine to fold constant offsets into GlobalAddress nodes, | Dan Gohman | 2008-10-18 | 1 | -2/+8 |
| * | Added MemIntrinsicNode which is useful to represent target intrinsics that | Mon P Wang | 2008-10-17 | 1 | -2/+59 |
| * | Add a "loses information" return value to APFloat::convert | Dale Johannesen | 2008-10-09 | 1 | -9/+14 |
| * | Use -1ULL instead of uint64_t(-1), at Anton's suggestion. | Dan Gohman | 2008-10-03 | 1 | -2/+2 |
| * | Make some implicit conversions explicit, to avoid compiler warnings. | Dan Gohman | 2008-10-01 | 1 | -2/+2 |
| * | Fold trivial two-operand tokenfactors where the operands are equal | Dan Gohman | 2008-10-01 | 1 | -0/+1 |
| * | Implement the -fno-builtin option in the front-end, not in the back-end. | Bill Wendling | 2008-10-01 | 1 | -6/+1 |
| * | - Initialize "--no-builtin" to "false". | Bill Wendling | 2008-09-30 | 1 | -1/+1 |
| * | Add the new `-no-builtin' flag. This flag is meant to mimic the GCC | Bill Wendling | 2008-09-30 | 1 | -1/+7 |
| * | Optimize SelectionDAG's AssignTopologicalOrder even further. | Dan Gohman | 2008-09-30 | 1 | -26/+62 |
| * | Add "inreg" field to CallSDNode (doesn't increase | Dale Johannesen | 2008-09-26 | 1 | -5/+5 |
| * | Forgot this part with my last patch. Sorry about the breakage. | Bill Wendling | 2008-09-24 | 1 | -27/+38 |
| * | Change SelectionDAG::getConstantPool to always set the alignment of the | Dan Gohman | 2008-09-16 | 1 | -0/+6 |
| * | Reverting r56249. On further investigation, this functionality isn't needed. | Bill Wendling | 2008-09-16 | 1 | -43/+28 |
| * | - Change "ExternalSymbolSDNode" to "SymbolSDNode". | Bill Wendling | 2008-09-16 | 1 | -28/+43 |
| * | Re-enable SelectionDAG CSE for calls. It matters in the case of | Dan Gohman | 2008-09-15 | 1 | -6/+20 |
| * | Define CallSDNode, an SDNode subclass for use with ISD::CALL. | Dan Gohman | 2008-09-13 | 1 | -8/+31 |
| * | Change ConstantSDNode and ConstantFPSDNode to use ConstantInt* and | Dan Gohman | 2008-09-12 | 1 | -7/+15 |
| * | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman | 2008-09-12 | 1 | -28/+31 |
| * | Make safer variant of alias resolution routine to be default | Anton Korobeynikov | 2008-09-09 | 1 | -1/+1 |
| * | Fix the string for ISD::UDIVREM. | Dan Gohman | 2008-09-08 | 1 | -1/+1 |
| * | Clean up uses of TargetLowering::getTargetMachine. | Dan Gohman | 2008-09-04 | 1 | -1/+1 |
| * | typo | Gabor Greif | 2008-08-30 | 1 | -1/+1 |
| * | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif | 2008-08-28 | 1 | -90/+90 |
| * | Split the ATOMIC NodeType's to include the size, e.g. | Dale Johannesen | 2008-08-28 | 1 | -32/+144 |
| * | Reorganize the lifetimes of the major objects SelectionDAGISel | Dan Gohman | 2008-08-27 | 1 | -5/+9 |
| * | disallow direct access to SDValue::ResNo, provide a getter instead | Gabor Greif | 2008-08-26 | 1 | -10/+10 |
| * | Optimize SelectionDAG's topological sort to use one pass instead | Dan Gohman | 2008-08-26 | 1 | -12/+7 |
| * | Actually recycle SDNode allocations. SelectionDAG is using | Dan Gohman | 2008-08-26 | 1 | -2/+6 |
| * | make sure to flush the stream after dumping, to make sure it goes out immedia... | Chris Lattner | 2008-08-24 | 1 | -0/+1 |
| * | Switch the asmprinter (.ll) and all the stuff it requires over to | Chris Lattner | 2008-08-23 | 1 | -75/+73 |
| * | Move the point at which FastISel taps into the SelectionDAGISel | Dan Gohman | 2008-08-23 | 1 | -15/+35 |
| * | Move SelectionDAG's constructor out of line. | Dan Gohman | 2008-08-23 | 1 | -0/+7 |
| * | Add libm-oriented ISD opcodes for rounding operations. | Dan Gohman | 2008-08-21 | 1 | -0/+5 |
| * | Elements in DeadNodeSet are checked for use_empty() before they | Dan Gohman | 2008-08-21 | 1 | -1/+0 |
| * | Change the FoldingSetNodeID usage for objects which carry | Dan Gohman | 2008-08-20 | 1 | -36/+26 |