| Commit message (Expand) | Author | Age | Files | Lines |
| * | 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan. | Nate Begeman | 2009-04-27 | 1 | -1/+37 |
| * | Revert 69952. Causes testsuite failures on linux x86-64. | Rafael Espindola | 2009-04-24 | 1 | -27/+1 |
| * | PR2957 | Nate Begeman | 2009-04-24 | 1 | -1/+27 |
| * | Revise my previous change 68996 as suggested by Duncan. | Bob Wilson | 2009-04-20 | 1 | -7/+6 |
| * | Don't try to make BUILD_VECTOR operands have the same | Duncan Sands | 2009-04-18 | 1 | -1/+4 |
| * | Don't use "protected:" in classes that aren't intended to be | Dan Gohman | 2009-04-15 | 1 | -21/+0 |
| * | Change SelectionDAG type legalization to allow BUILD_VECTOR operands to be | Bob Wilson | 2009-04-13 | 1 | -1/+5 |
| * | Change the NumVTs field from short to int, since there's no | Dan Gohman | 2009-04-09 | 1 | -1/+1 |
| * | Delete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG, which are unused. | Dan Gohman | 2009-04-03 | 1 | -12/+0 |
| * | Use CHAR_BIT instead of hard-coding 8 in several places where it | Dan Gohman | 2009-04-01 | 1 | -3/+4 |
| * | Clarify a comment. | Dan Gohman | 2009-03-23 | 1 | -1/+1 |
| * | Fix some significant problems with constant pools that resulted in unnecessar... | Evan Cheng | 2009-03-13 | 1 | -2/+2 |
| * | Add a constructor for BuildVectorSDNode and revert the temporary workaround | Bob Wilson | 2009-03-09 | 1 | -4/+2 |
| * | Add default constructor to SDNode to make gcc 3.4.6 happy. | Tanya Lattner | 2009-03-06 | 1 | -0/+4 |
| * | Fix a bunch of Doxygen syntax issues. Escape special characters, | Dan Gohman | 2009-03-03 | 1 | -1/+1 |
| * | Generalize BuildVectorSDNode::isConstantSplat to use APInts and handle | Bob Wilson | 2009-03-02 | 1 | -7/+12 |
| * | Combine PPC's GetConstantBuildVectorBits and isConstantSplat functions to a new | Bob Wilson | 2009-03-01 | 1 | -0/+18 |
| * | Revert BuildVectorSDNode related patches: 65426, 65427, and 65296. | Evan Cheng | 2009-02-25 | 1 | -49/+0 |
| * | Expand tabs to spaces (overlooked in previous commit) | Scott Michel | 2009-02-25 | 1 | -1/+1 |
| * | Remove all "cached" data from BuildVectorSDNode, preferring to retrieve | Scott Michel | 2009-02-25 | 1 | -34/+16 |
| * | Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTOR | Scott Michel | 2009-02-22 | 1 | -0/+67 |
| * | Remove trailing whitespace to reduce later commit patch noise. | Scott Michel | 2009-02-17 | 1 | -88/+88 |
| * | 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 |