aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/SelectionDAGNodes.h
Commit message (Expand)AuthorAgeFilesLines
* Make SDNode constructors take a DebugLoc always.Dale Johannesen2009-02-071-52/+34
* Deleted one line too many. oops.Dale Johannesen2009-02-071-0/+1
* Remove now-unused constructors.Dale Johannesen2009-02-071-85/+0
* Delete some trailing whiespaces.Dan Gohman2009-02-051-15/+15
* Since I'm obliged to work with a development OS that currently doesn'tStuart Hastings2009-02-041-0/+4
* DebugLoc propagation; adjustment to things omittedDale Johannesen2009-02-031-0/+6
* Use the SubclassData field to hold ExtType, isTrunc, and MemIndexedModeDan Gohman2009-02-031-21/+27
* Reposition the DebugLoc field to reduce padding spaceDan Gohman2009-02-021-17/+18
* Add more comments describing SDNode operator codes.Dan Gohman2009-01-281-8/+12
* Add DebugLoc-aware constructors for SDNode derivedDale Johannesen2009-01-281-0/+84
* Add some comments on ISD::NodeType.Dan Gohman2009-01-281-0/+7
* Embalm my ideas of how things should work. Not thatDale Johannesen2009-01-271-1/+2
* Reorder args, constify.Dale Johannesen2009-01-271-9/+9
* Update to latest spelling.johannes2009-01-271-2/+2
* Add DebugLoc field and simple accessors.johannes2009-01-271-3/+44
* Take the next steps in making SDUse more consistent with LLVM Use, anddjg2009-01-261-178/+161
* Remove SDNode's virtual destructor. This makes it impossible forDan Gohman2009-01-191-36/+1
* Generalize the HazardRecognizer interface so that it can be usedDan Gohman2009-01-151-1/+17
* Use DebugInfo interface to lower dbg_* intrinsics.Devang Patel2009-01-131-5/+5
* Correct the form of the atomic opcode names in a comment.Dan Gohman2009-01-081-2/+2
* TargetLowering.h #includes SelectionDAGNodes.h, so it doesn't need itsDan Gohman2009-01-051-2/+0
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-1/+0
* Clean up the atomic opcodes in SelectionDAG.Dan Gohman2008-12-231-156/+43
* Add sub/mul overflow intrinsics. This currently doesn't have aBill Wendling2008-12-091-0/+6
* Fix comment typo.Duncan Sands2008-12-081-1/+1
* Rename SetCCResultContents to BooleanContents. InDuncan Sands2008-11-231-4/+4
* Cleanup of the [SU]ADDO type legalization code. Patch by Duncan!Bill Wendling2008-11-221-6/+7
* Update comment to reflect a semblance of reality.Bill Wendling2008-11-211-7/+6
* Rename "ADDO" to "SADDO" and "UADDO". The "UADDO" isn't equivalent to "ADDC"Bill Wendling2008-11-211-7/+8
* Implement the sadd_with_overflow intrinsic. This is converted intoBill Wendling2008-11-211-7/+7
* Update comment.Bill Wendling2008-11-211-0/+1
* Add UADDO and SADDO nodes. These will be used for determining an overflowBill Wendling2008-11-211-1/+8
* Whitespace cleanups.Dan Gohman2008-11-181-1/+1
* Remove the FlaggedNodes member from SUnit. Instead of requiring each SUnitDan Gohman2008-11-131-0/+9
* Cleaned up and fix bugs in convert_rndsat nodeMon P Wang2008-11-111-3/+4
* Added CONVERT_RNDSAT (conversion with rounding and saturation) SDNode toMon P Wang2008-11-101-0/+49
* Sign-extend rather than zero-extend when promotingDuncan Sands2008-11-071-4/+5
* Add some comments explaining the meaning of a booleanDuncan Sands2008-10-221-7/+9
* Fix comment to name "TokenFactor" instead of "Token factor".Bill Wendling2008-10-211-1/+1
* Teach DAGCombine to fold constant offsets into GlobalAddress nodes,Dan Gohman2008-10-181-3/+4
* Added MemIntrinsicNode which is useful to represent target intrinsics thatMon P Wang2008-10-171-2/+43
* Rename LoadX to LoadExt.Evan Cheng2008-10-141-1/+1
* Add a "loses information" return value to APFloat::convertDale Johannesen2008-10-091-1/+2
* Rename ConstantSDNode's getSignExtended to getSExtValue, forDan Gohman2008-09-261-5/+1
* Add "inreg" field to CallSDNode (doesn't increaseDale Johannesen2008-09-261-2/+8
* Accept 'inreg' attribute on x86 functions asDale Johannesen2008-09-251-2/+2
* Update VS projects.Cédric Venet2008-09-201-2/+2
* Now that ConstantSDNode doesn't hold an APInt,Dan Gohman2008-09-191-1/+1
* Reverting r56249. On further investigation, this functionality isn't needed.Bill Wendling2008-09-161-14/+12
* - Change "ExternalSymbolSDNode" to "SymbolSDNode".Bill Wendling2008-09-161-12/+14