| Commit message (Expand) | Author | Age | Files | Lines |
* | Make EXTRACT_VECTOR_ELT a bit more flexible in terms of the returned | Eli Friedman | 2009-07-09 | 1 | -1/+3 |
* | dag combine sext(setcc) -> vsetcc before legalize. To make this safe, | Chris Lattner | 2009-07-08 | 1 | -6/+5 |
* | Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ... | Tilmann Scheller | 2009-07-03 | 1 | -2/+9 |
* | fix a really subtle bug in the cross section of aliases and TLS: | Chris Lattner | 2009-06-26 | 1 | -1/+1 |
* | add targetflags to jump tables and constant pool entries. | Chris Lattner | 2009-06-25 | 1 | -22/+12 |
* | allow setting target operand flags on TargetGlobalAddress nodes. | Chris Lattner | 2009-06-25 | 1 | -1/+3 |
* | start bringing targetoperand flags into isel, first up, ExternalSymbol. | Chris Lattner | 2009-06-25 | 1 | -2/+5 |
* | mv CodeGen/DebugLoc.h Support/DebugLoc.h | Devang Patel | 2009-06-19 | 1 | -1/+1 |
* | Revert 72707 and 72709, for the moment. | Dale Johannesen | 2009-06-02 | 1 | -4/+6 |
* | Make the implicit inputs and outputs of target-independent | Dale Johannesen | 2009-06-01 | 1 | -6/+4 |
* | Update comment, replace theoretically impossible check with an assert. | Nate Begeman | 2009-04-29 | 1 | -7/+7 |
* | Implement review feedback for vector shuffle work. | Nate Begeman | 2009-04-29 | 1 | -2/+14 |
* | Add a public method called getAddressSpace() to the GlobalAddressSDNode. | Sanjiv Gupta | 2009-04-29 | 1 | -0/+2 |
* | 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 |