| Commit message (Expand) | Author | Age | Files | Lines |
* | Make SDNode constructors take a DebugLoc always. | Dale Johannesen | 2009-02-07 | 1 | -52/+34 |
* | Deleted one line too many. oops. | Dale Johannesen | 2009-02-07 | 1 | -0/+1 |
* | Remove now-unused constructors. | Dale Johannesen | 2009-02-07 | 1 | -85/+0 |
* | Delete some trailing whiespaces. | Dan Gohman | 2009-02-05 | 1 | -15/+15 |
* | Since I'm obliged to work with a development OS that currently doesn't | Stuart Hastings | 2009-02-04 | 1 | -0/+4 |
* | DebugLoc propagation; adjustment to things omitted | Dale Johannesen | 2009-02-03 | 1 | -0/+6 |
* | Use the SubclassData field to hold ExtType, isTrunc, and MemIndexedMode | Dan Gohman | 2009-02-03 | 1 | -21/+27 |
* | Reposition the DebugLoc field to reduce padding space | Dan Gohman | 2009-02-02 | 1 | -17/+18 |
* | Add more comments describing SDNode operator codes. | Dan Gohman | 2009-01-28 | 1 | -8/+12 |
* | Add DebugLoc-aware constructors for SDNode derived | Dale Johannesen | 2009-01-28 | 1 | -0/+84 |
* | Add some comments on ISD::NodeType. | Dan Gohman | 2009-01-28 | 1 | -0/+7 |
* | Embalm my ideas of how things should work. Not that | Dale Johannesen | 2009-01-27 | 1 | -1/+2 |
* | Reorder args, constify. | Dale Johannesen | 2009-01-27 | 1 | -9/+9 |
* | Update to latest spelling. | johannes | 2009-01-27 | 1 | -2/+2 |
* | Add DebugLoc field and simple accessors. | johannes | 2009-01-27 | 1 | -3/+44 |
* | Take the next steps in making SDUse more consistent with LLVM Use, and | djg | 2009-01-26 | 1 | -178/+161 |
* | Remove SDNode's virtual destructor. This makes it impossible for | Dan Gohman | 2009-01-19 | 1 | -36/+1 |
* | Generalize the HazardRecognizer interface so that it can be used | Dan Gohman | 2009-01-15 | 1 | -1/+17 |
* | Use DebugInfo interface to lower dbg_* intrinsics. | Devang Patel | 2009-01-13 | 1 | -5/+5 |
* | Correct the form of the atomic opcode names in a comment. | Dan Gohman | 2009-01-08 | 1 | -2/+2 |
* | TargetLowering.h #includes SelectionDAGNodes.h, so it doesn't need its | Dan Gohman | 2009-01-05 | 1 | -2/+0 |
* | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 1 | -1/+0 |
* | Clean up the atomic opcodes in SelectionDAG. | Dan Gohman | 2008-12-23 | 1 | -156/+43 |
* | Add sub/mul overflow intrinsics. This currently doesn't have a | Bill Wendling | 2008-12-09 | 1 | -0/+6 |
* | Fix comment typo. | Duncan Sands | 2008-12-08 | 1 | -1/+1 |
* | Rename SetCCResultContents to BooleanContents. In | Duncan Sands | 2008-11-23 | 1 | -4/+4 |
* | Cleanup of the [SU]ADDO type legalization code. Patch by Duncan! | Bill Wendling | 2008-11-22 | 1 | -6/+7 |
* | Update comment to reflect a semblance of reality. | Bill Wendling | 2008-11-21 | 1 | -7/+6 |
* | Rename "ADDO" to "SADDO" and "UADDO". The "UADDO" isn't equivalent to "ADDC" | Bill Wendling | 2008-11-21 | 1 | -7/+8 |
* | Implement the sadd_with_overflow intrinsic. This is converted into | Bill Wendling | 2008-11-21 | 1 | -7/+7 |
* | Update comment. | Bill Wendling | 2008-11-21 | 1 | -0/+1 |
* | Add UADDO and SADDO nodes. These will be used for determining an overflow | Bill Wendling | 2008-11-21 | 1 | -1/+8 |
* | Whitespace cleanups. | Dan Gohman | 2008-11-18 | 1 | -1/+1 |
* | Remove the FlaggedNodes member from SUnit. Instead of requiring each SUnit | Dan Gohman | 2008-11-13 | 1 | -0/+9 |
* | Cleaned up and fix bugs in convert_rndsat node | Mon P Wang | 2008-11-11 | 1 | -3/+4 |
* | Added CONVERT_RNDSAT (conversion with rounding and saturation) SDNode to | Mon P Wang | 2008-11-10 | 1 | -0/+49 |
* | Sign-extend rather than zero-extend when promoting | Duncan Sands | 2008-11-07 | 1 | -4/+5 |
* | Add some comments explaining the meaning of a boolean | Duncan Sands | 2008-10-22 | 1 | -7/+9 |
* | Fix comment to name "TokenFactor" instead of "Token factor". | Bill Wendling | 2008-10-21 | 1 | -1/+1 |
* | Teach DAGCombine to fold constant offsets into GlobalAddress nodes, | Dan Gohman | 2008-10-18 | 1 | -3/+4 |
* | Added MemIntrinsicNode which is useful to represent target intrinsics that | Mon P Wang | 2008-10-17 | 1 | -2/+43 |
* | Rename LoadX to LoadExt. | Evan Cheng | 2008-10-14 | 1 | -1/+1 |
* | Add a "loses information" return value to APFloat::convert | Dale Johannesen | 2008-10-09 | 1 | -1/+2 |
* | Rename ConstantSDNode's getSignExtended to getSExtValue, for | Dan Gohman | 2008-09-26 | 1 | -5/+1 |
* | Add "inreg" field to CallSDNode (doesn't increase | Dale Johannesen | 2008-09-26 | 1 | -2/+8 |
* | Accept 'inreg' attribute on x86 functions as | Dale Johannesen | 2008-09-25 | 1 | -2/+2 |
* | Update VS projects. | Cédric Venet | 2008-09-20 | 1 | -2/+2 |
* | Now that ConstantSDNode doesn't hold an APInt, | Dan Gohman | 2008-09-19 | 1 | -1/+1 |
* | Reverting r56249. On further investigation, this functionality isn't needed. | Bill Wendling | 2008-09-16 | 1 | -14/+12 |
* | - Change "ExternalSymbolSDNode" to "SymbolSDNode". | Bill Wendling | 2008-09-16 | 1 | -12/+14 |