Age | Commit message (Expand) | Author |
2009-07-11 | Use CreateStackStoreLoad helper in more places. | Eli Friedman |
2009-07-09 | Make EXTRACT_VECTOR_ELT a bit more flexible in terms of the returned | Eli Friedman |
2009-07-08 | Remove trailing whitespace. Reorder some methods | Duncan Sands |
2009-06-05 | Allow libcalls for i16 sdiv/udiv/rem operations. | Sanjiv Gupta |
2009-06-04 | Fix FP_TO_UINT->i32 on ppc32 -mcpu=g5. This was | Dale Johannesen |
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-31 | Rename CustomLowerResults to CustomLowerNode, since | Duncan Sands |
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-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-03-31 | Fully general expansion of integer shift of any size. | Evan Cheng |
2009-03-18 | Added missing support for widening when splitting an unary op (PR3683) | Mon P Wang |
2009-03-13 | Fix some significant problems with constant pools that resulted in unnecessar... | Evan Cheng |
2009-03-04 | PR3686: make the legalizer handle bitcast from i80 to x86 long double. | Eli Friedman |
2009-02-25 | Revert BuildVectorSDNode related patches: 65426, 65427, and 65296. | Evan Cheng |
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 | 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-05 | Remove non-DebugLoc versions of getMergeValues, ZeroExtendInReg. | Dale Johannesen |
2009-02-04 | Check in file I forgot. | Dale Johannesen |
2009-02-04 | Fill in more omissions in DebugLog propagation. | Dale Johannesen |
2009-02-03 | Propagation in TargetLowering. Includes passing a DL | Dale Johannesen |
2009-02-02 | Remove trailing spaces. | Duncan Sands |
2009-02-02 | Duncan's patch. Further to 64382. Takes care of illegal types for shift amount. | Sanjiv Gupta |
2009-02-02 | Preserve more SourceValue information. | Mon P Wang |
2009-01-31 | Fix PR3401: when using large integers, the type | Duncan Sands |
2009-01-31 | Propagate debug info. This file complete | Dale Johannesen |
2009-01-31 | Propagate debug info through MakeLibCall and a | Dale Johannesen |
2009-01-28 | Fixed extract element when the result needs to be promoted and the input wide... | Mon P Wang |
2009-01-28 | Make isOperationLegal do what its name suggests, and introduce a | Dan Gohman |
2009-01-21 | Cleanup whitespace and comments, and tweak some | Duncan Sands |
2009-01-21 | Allow targets to legalize operations (with illegal operands) that produces mu... | Sanjiv Gupta |
2009-01-18 | Few targets like PIC16 wants libcall generation for illegal type i16. | Sanjiv Gupta |
2009-01-13 | Correct a comment - this is not a sign extension. | Duncan Sands |
2009-01-01 | Factorize (and generalize) the code promoting SELECT | Duncan Sands |
2009-01-01 | Fix PR3274: when promoting the condition of a BRCOND node, | Duncan Sands |
2008-12-23 | Clean up the atomic opcodes in SelectionDAG. | Dan Gohman |
2008-12-18 | Added support for vector widening. | Mon P Wang |
2008-12-17 | Fix for PR3225: disable a broken optimization in | Eli Friedman |
2008-12-15 | Added support to LegalizeType for expanding the operands of scalar to vector | Mon P Wang |
2008-12-13 | Remove assertion to allow promotion of a truncating store operand | Mon P Wang |
2008-12-10 | For amusement, implement SADDO, SSUBO, UADDO, USUBO | Duncan Sands |
2008-12-09 | Add sub/mul overflow intrinsics. This currently doesn't have a | Bill Wendling |
2008-12-09 | Fix PR3117: not all nodes being legalized. The | Duncan Sands |
2008-12-01 | Change the interface to the type legalization method | Duncan Sands |
2008-11-23 | Rename SetCCResultContents to BooleanContents. In | Duncan Sands |