| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | CellSPU: | Scott Michel | 2009-01-06 | 1 | -15/+49 |
* | CellSPU: | Scott Michel | 2009-01-03 | 1 | -35/+1 |
* | Fix PR3274: when promoting the condition of a BRCOND node, | Duncan Sands | 2009-01-01 | 1 | -3/+3 |
* | - Start moving target-dependent nodes that could be represented by an | Scott Michel | 2008-12-30 | 1 | -351/+36 |
* | - Various '#if 0' cleanups. | Scott Michel | 2008-12-29 | 1 | -61/+40 |
* | - Remove Tilmann's custom truncate lowering: it completely hosed over | Scott Michel | 2008-12-27 | 1 | -387/+410 |
* | CellSPU: | Scott Michel | 2008-12-10 | 1 | -8/+6 |
* | CellSPU: | Scott Michel | 2008-12-09 | 1 | -2/+5 |
* | CellSPU: Fix bug 3055 | Scott Michel | 2008-12-04 | 1 | -22/+55 |
* | Missing closing brace and reverse conditional condition on NDEBUG | Scott Michel | 2008-12-04 | 1 | -5/+5 |
* | This code is apparently quite confused. In the meantime, | Chris Lattner | 2008-12-04 | 1 | -1/+2 |
* | CellSPU: | Scott Michel | 2008-12-04 | 1 | -65/+55 |
* | CellSPU: | Scott Michel | 2008-12-02 | 1 | -1/+109 |
* | CellSPU: | Scott Michel | 2008-12-01 | 1 | -37/+39 |
* | There are no longer any places that require a | Duncan Sands | 2008-12-01 | 1 | -2/+2 |
* | Change the interface to the type legalization method | Duncan Sands | 2008-12-01 | 1 | -2/+3 |
* | CellSPU: Fix mnemonic typo in pattern; "shlqbyi" -> "shlqby". | Scott Michel | 2008-11-25 | 1 | -0/+2 |
* | CellSPU: | Scott Michel | 2008-11-24 | 1 | -4/+15 |
* | CellSPU: | Scott Michel | 2008-11-24 | 1 | -87/+59 |
* | Rename SetCCResultContents to BooleanContents. In | Duncan Sands | 2008-11-23 | 1 | -1/+1 |
* | CellSPU: Fix bug 3056. Varadic extract_element was not implemented (nor was it | Scott Michel | 2008-11-22 | 1 | -78/+242 |
* | CellSPU: | Scott Michel | 2008-11-21 | 1 | -32/+34 |
* | CellSPU: | Scott Michel | 2008-11-20 | 1 | -6/+5 |
* | CellSPU: Custom lower truncating stores of i8 to i1 (should not have been | Scott Michel | 2008-11-20 | 1 | -1/+1 |
* | CellSPU: Adjust spacing/tabulation | Scott Michel | 2008-11-20 | 1 | -8/+8 |
* | CellSPU: Do not custom lower i1 stores, rely on type legalization to do the | Scott Michel | 2008-11-19 | 1 | -34/+11 |
* | Temporary check-in for Duncan to demonstrate CellSPU store problem. | Scott Michel | 2008-11-19 | 1 | -8/+41 |
* | Unbreak the buildbot and back out (inadvertant) casting edits in CellSPU | Scott Michel | 2008-11-11 | 1 | -7/+7 |
* | CellSPU: Fix bug 3606, as well as some ongoing work. | Scott Michel | 2008-11-10 | 1 | -10/+33 |
* | Use getTargetConstant instead of getConstant for nodes that should not be vis... | Dan Gohman | 2008-11-05 | 1 | -8/+8 |
* | Shift amounts should have the type given by | Duncan Sands | 2008-10-30 | 1 | -5/+5 |
* | Resolve bug 2947: vararg-marked functions must spill registers R3-R79 to stack | Scott Michel | 2008-10-30 | 1 | -112/+65 |
* | Teach DAGCombine to fold constant offsets into GlobalAddress nodes, | Dan Gohman | 2008-10-18 | 1 | -0/+6 |
* | Rename LoadX to LoadExt. | Evan Cheng | 2008-10-14 | 1 | -9/+9 |
* | Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's as | Chris Lattner | 2008-10-11 | 1 | -5/+4 |
* | Rename ConstantSDNode's getSignExtended to getSExtValue, for | Dan Gohman | 2008-09-26 | 1 | -2/+2 |
* | Properly handle 'm' inline asm constraints. If a GV is being selected for the... | Evan Cheng | 2008-09-24 | 1 | -1/+3 |
* | Make log, log2, log10, exp, exp2 use Expand by | Dale Johannesen | 2008-09-22 | 1 | -10/+0 |
* | Reverting r56249. On further investigation, this functionality isn't needed. | Bill Wendling | 2008-09-16 | 1 | -8/+7 |
* | - Change "ExternalSymbolSDNode" to "SymbolSDNode". | Bill Wendling | 2008-09-16 | 1 | -7/+8 |
* | Define CallSDNode, an SDNode subclass for use with ISD::CALL. | Dan Gohman | 2008-09-13 | 1 | -11/+12 |
* | Rename ConstantSDNode::getValue to getZExtValue, for consistency | Dan Gohman | 2008-09-12 | 1 | -41/+51 |
* | Add intrinsics for log, log2, log10, exp, exp2. | Dale Johannesen | 2008-09-04 | 1 | -0/+10 |
* | fix a bunch of 80-col violations | Gabor Greif | 2008-08-31 | 1 | -13/+29 |
* | Revert the "XFAIL" for the rotate_ops.ll testcase. Instead, mark ISD::ROTR | Bill Wendling | 2008-08-31 | 1 | -3/+7 |
* | erect abstraction boundaries for accessing SDValue members, rename Val -> Nod... | Gabor Greif | 2008-08-28 | 1 | -35/+35 |
* | disallow direct access to SDValue::ResNo, provide a getter instead | Gabor Greif | 2008-08-26 | 1 | -1/+1 |
* | Fix broken CellSPU lowering, re-instate braces in Legalize | Nate Begeman | 2008-07-29 | 1 | -2/+3 |
* | Rename SDOperand to SDValue. | Dan Gohman | 2008-07-27 | 1 | -288/+288 |
* | Somehow, custom lowering of i64 multiplications got dropped along the way. | Scott Michel | 2008-07-16 | 1 | -104/+105 |