Age | Commit message (Expand) | Author |
2009-06-19 | mv CodeGen/DebugLoc.h Support/DebugLoc.h | Devang Patel |
2009-06-02 | Revert 72707 and 72709, for the moment. | Dale Johannesen |
2009-06-01 | Make the implicit inputs and outputs of target-independent | Dale Johannesen |
2009-04-29 | Update comment, replace theoretically impossible check with an assert. | Nate Begeman |
2009-04-29 | Implement review feedback for vector shuffle work. | Nate Begeman |
2009-04-29 | Add a public method called getAddressSpace() to the GlobalAddressSDNode. | Sanjiv Gupta |
2009-04-27 | 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan. | Nate Begeman |
2009-04-24 | Revert 69952. Causes testsuite failures on linux x86-64. | Rafael Espindola |
2009-04-24 | PR2957 | Nate Begeman |
2009-04-20 | Revise my previous change 68996 as suggested by Duncan. | Bob Wilson |
2009-04-18 | Don't try to make BUILD_VECTOR operands have the same | Duncan Sands |
2009-04-15 | Don't use "protected:" in classes that aren't intended to be | Dan Gohman |
2009-04-13 | Change SelectionDAG type legalization to allow BUILD_VECTOR operands to be | Bob Wilson |
2009-04-09 | Change the NumVTs field from short to int, since there's no | Dan Gohman |
2009-04-03 | Delete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG, which are unused. | Dan Gohman |
2009-04-01 | Use CHAR_BIT instead of hard-coding 8 in several places where it | Dan Gohman |
2009-03-23 | Clarify a comment. | Dan Gohman |
2009-03-13 | Fix some significant problems with constant pools that resulted in unnecessar... | Evan Cheng |
2009-03-09 | Add a constructor for BuildVectorSDNode and revert the temporary workaround | Bob Wilson |
2009-03-06 | Add default constructor to SDNode to make gcc 3.4.6 happy. | Tanya Lattner |
2009-03-03 | Fix a bunch of Doxygen syntax issues. Escape special characters, | Dan Gohman |
2009-03-02 | Generalize BuildVectorSDNode::isConstantSplat to use APInts and handle | Bob Wilson |
2009-03-01 | Combine PPC's GetConstantBuildVectorBits and isConstantSplat functions to a new | Bob Wilson |
2009-02-25 | Revert BuildVectorSDNode related patches: 65426, 65427, and 65296. | Evan Cheng |
2009-02-25 | Expand tabs to spaces (overlooked in previous commit) | Scott Michel |
2009-02-25 | Remove all "cached" data from BuildVectorSDNode, preferring to retrieve | Scott Michel |
2009-02-22 | Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTOR | Scott Michel |
2009-02-17 | Remove trailing whitespace to reduce later commit patch noise. | Scott Michel |
2009-02-07 | Make SDNode constructors take a DebugLoc always. | Dale Johannesen |
2009-02-07 | Deleted one line too many. oops. | Dale Johannesen |
2009-02-07 | Remove now-unused constructors. | Dale Johannesen |
2009-02-05 | Delete some trailing whiespaces. | Dan Gohman |
2009-02-04 | Since I'm obliged to work with a development OS that currently doesn't | Stuart Hastings |
2009-02-03 | DebugLoc propagation; adjustment to things omitted | Dale Johannesen |
2009-02-03 | Use the SubclassData field to hold ExtType, isTrunc, and MemIndexedMode | Dan Gohman |
2009-02-02 | Reposition the DebugLoc field to reduce padding space | Dan Gohman |
2009-01-28 | Add more comments describing SDNode operator codes. | Dan Gohman |
2009-01-28 | Add DebugLoc-aware constructors for SDNode derived | Dale Johannesen |
2009-01-28 | Add some comments on ISD::NodeType. | Dan Gohman |
2009-01-27 | Embalm my ideas of how things should work. Not that | Dale Johannesen |
2009-01-27 | Reorder args, constify. | Dale Johannesen |
2009-01-27 | Update to latest spelling. | Dale Johannesen |
2009-01-27 | Add DebugLoc field and simple accessors. | Dale Johannesen |
2009-01-26 | Take the next steps in making SDUse more consistent with LLVM Use, and | Dan Gohman |
2009-01-19 | Remove SDNode's virtual destructor. This makes it impossible for | Dan Gohman |
2009-01-15 | Generalize the HazardRecognizer interface so that it can be used | Dan Gohman |
2009-01-13 | Use DebugInfo interface to lower dbg_* intrinsics. | Devang Patel |
2009-01-08 | Correct the form of the atomic opcode names in a comment. | Dan Gohman |
2009-01-05 | TargetLowering.h #includes SelectionDAGNodes.h, so it doesn't need its | Dan Gohman |
2009-01-05 | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman |