Age | Commit message (Expand) | Author |
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 |
2008-11-22 | Cleanup of the [SU]ADDO type legalization code. Patch by Duncan! | Bill Wendling |
2008-11-22 | - Move conversion of [SU]ADDO from DAG combiner into legalizer. | Bill Wendling |
2008-11-18 | Remove integer promotion support for FP_EXTEND | Duncan Sands |
2008-11-18 | Simplify code using helper routines. There is not | Duncan Sands |
2008-11-17 | Don't produce ADDC/ADDE when expanding SHL unless they are legal | Richard Osborne |
2008-11-17 | Fixed legalization of CONVERT_RNDSAT for integers. | Mon P Wang |
2008-11-12 | Correct some thinkos in the expansion of ADD/SUB | Duncan Sands |
2008-11-11 | Cleaned up and fix bugs in convert_rndsat node | Mon P Wang |
2008-11-10 | Added CONVERT_RNDSAT (conversion with rounding and saturation) SDNode to | Mon P Wang |
2008-11-10 | Tweak some comments. | Duncan Sands |
2008-11-10 | Small cleanups. No functionality change intended! | Duncan Sands |
2008-11-10 | When promoting the result of fp_to_uint/fp_to_sint, | Duncan Sands |
2008-11-07 | Sign-extend rather than zero-extend when promoting | Duncan Sands |
2008-11-03 | Make VAARG promotion work correctly with large funky | Duncan Sands |
2008-10-29 | Fix PR2977: LegalizeTypes support for expanding | Duncan Sands |
2008-10-29 | Fix 80 column violations. | Duncan Sands |