Age | Commit message (Expand) | Author |
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 |
2009-02-06 | get rid of some non-DebugLoc getTargetNode variants. | Dale Johannesen |
2009-02-06 | Get rid of one more non-DebugLoc getNode and | Dale Johannesen |
2009-02-05 | Remove a non-DebugLoc version of getNode. | Dale Johannesen |
2009-02-05 | Remove 3 non-DebugLoc variants of getNode. | Dale Johannesen |
2009-02-05 | Fix a bug where we were not emitting a cvt rnd sat node for converting | Mon P Wang |
2009-02-05 | Get rid of 3 non-DebugLoc getNode variants. | Dale Johannesen |
2009-02-05 | Remove non-DebugLoc versions of getMergeValues, ZeroExtendInReg. | Dale Johannesen |
2009-02-04 | Remove non-DebugLoc forms of CopyToReg and CopyFromReg. | Dale Johannesen |
2009-02-04 | 80 column rule. | Stuart Hastings |
2009-02-04 | Remove non-DebugLoc versions of getLoad and getStore. | Dale Johannesen |
2009-02-04 | Since I'm obliged to work with a development OS that currently doesn't | Stuart Hastings |
2009-02-04 | Remove non-DebugLoc forms of the exotic forms | Dale Johannesen |
2009-02-04 | Remove some more non-DebugLoc versions of construction | Dale Johannesen |
2009-02-04 | Remove a few non-DebugLoc versions of node creation | Dale Johannesen |
2009-02-03 | DebugLoc propagation; adjustment to things omitted | Dale Johannesen |
2009-02-03 | Add some DL propagation to places that didn't | Dale Johannesen |
2009-02-03 | First initialize DAG otherwise dwarf writer is used uninitialized. | Devang Patel |
2009-02-03 | Fill in some missing DL propagation in getNode()s. | Dale Johannesen |
2009-02-03 | Propagation in TargetLowering. Includes passing a DL | Dale Johannesen |
2009-02-03 | Use the SubclassData field to hold ExtType, isTrunc, and MemIndexedMode | Dan Gohman |
2009-02-02 | Commit missing files. | Dale Johannesen |
2009-02-01 | Fix PR3453 and probably a bunch of other potential | Duncan Sands |
2009-01-31 | Fix PR3401: when using large integers, the type | Duncan Sands |
2009-01-31 | If unsafe FP optimization is not set, don't allow -(A-B) => B-A because | Mon P Wang |
2009-01-30 | Make LowerCallTo and LowerArguments take a DebugLoc | Dale Johannesen |
2009-01-30 | Get rid of the non-DebugLoc-ified getNOT() method. | Bill Wendling |
2009-01-30 | Propagate debug loc info for some of the *_EXTEND functions. | Bill Wendling |
2009-01-30 | DebugLoc form of getNOT(). | Bill Wendling |
2009-01-29 | In the case of an extractelement on an insertelement value, | Dan Gohman |
2009-01-29 | Revert r63273. This was already implemented by Dale. There's no need for my | Bill Wendling |