Age | Commit message (Expand) | Author |
2009-06-27 | fix a typo that GCC should have caught that causes crashes with -view-*-dags | Chris Lattner |
2009-06-26 | fix a really subtle bug in the cross section of aliases and TLS: | Chris Lattner |
2009-06-25 | add targetflags to jump tables and constant pool entries. | Chris Lattner |
2009-06-25 | allow setting target operand flags on TargetGlobalAddress nodes. | Chris Lattner |
2009-06-25 | start bringing targetoperand flags into isel, first up, ExternalSymbol. | Chris Lattner |
2009-06-25 | Provide guards for this shared structure. I'm not sure this actually needs | Owen Anderson |
2009-06-24 | Rewrite 73900 per Duncan's suggestion. | Dale Johannesen |
2009-06-22 | Fix memcpy expansion so it won't generate invalid | Dale Johannesen |
2009-06-05 | Add new function attribute - noimplicitfloat | Devang Patel |
2009-06-04 | Don't do the X * 0.0 -> 0.0 transformation in instcombine, because | Dan Gohman |
2009-06-04 | Fix comments. | Dan Gohman |
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-05-30 | Untabification. | Bill Wendling |
2009-05-04 | Make DBG_STOPPOINT nodes, and therefore DBG_LABEL labels, get a DebugLoc, so ... | Chris Lattner |
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 | Fix PR 4057, a crash doing float->char const folding. | Dale Johannesen |
2009-04-24 | Revert 69952. Causes testsuite failures on linux x86-64. | Rafael Espindola |
2009-04-24 | PR2957 | Nate Begeman |
2009-04-20 | Simplify this code. getConstant knows how to make | Dan Gohman |
2009-04-20 | Revise my previous change 68996 as suggested by Duncan. | Bob Wilson |
2009-04-19 | Now that BUILD_VECTOR operands are allowed to be | Duncan Sands |
2009-04-18 | Don't try to make BUILD_VECTOR operands have the same | Duncan Sands |
2009-04-15 | Generalize one of the SelectionDAG::ReplaceAllUsesWith overloads | Dan Gohman |
2009-04-13 | Change SelectionDAG type legalization to allow BUILD_VECTOR operands to be | Bob Wilson |
2009-04-09 | Remove the obsolete SelectionDAG::getNodeValueTypes and simplify | Dan Gohman |
2009-04-03 | Delete ISD::INSERT_SUBREG and ISD::EXTRACT_SUBREG, which are unused. | Dan Gohman |
2009-03-23 | Now that errs() is properly non-buffered, there's no need to | Dan Gohman |
2009-03-13 | Fix some significant problems with constant pools that resulted in unnecessar... | Evan Cheng |
2009-03-13 | Oops...I committed too much. | Bill Wendling |
2009-03-13 | Temporarily XFAIL this test. | Bill Wendling |
2009-03-04 | Fix BuildVectorSDNode::isConstantSplat to handle one-element vectors. | Bob Wilson |
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-24 | Fix a ValueTracking rule: RHS means operand 1, not 0. Add a simple | Dan Gohman |
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 | Use getDebugLoc forwarder instead of getNode()->getDebugLoc. | Dale Johannesen |
2009-02-07 | Make SDNode constructors take a DebugLoc always. | Dale Johannesen |
2009-02-07 | Remove now-unused constructors. | Dale Johannesen |
2009-02-07 | Get rid of the last non-DebugLoc versions of getNode! | Dale Johannesen |
2009-02-06 | Remove more non-DebugLoc getNode variants. Use | Dale Johannesen |
2009-02-06 | Remove more non-DebugLoc versions of getNode. | Dale Johannesen |
2009-02-06 | Eliminate remaining non-DebugLoc version of getTargetNode. | Dale Johannesen |