| Age | Commit message (Expand) | Author |
| 2011-02-14 | fix PR9210 by implementing some type legalization logic for | Chris Lattner |
| 2011-01-20 | My editor's indent went crazy. Fix. | Eric Christopher |
| 2011-01-20 | Expand invalid return values for umulo and smulo. Handle these similarly | Eric Christopher |
| 2011-01-06 | Add some fairly duplicated code to let type legalization split illegal | Eric Christopher |
| 2010-11-23 | Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept. | Wesley Peck |
| 2010-08-26 | implement SplitVecOp_CONCAT_VECTORS, fixing the included testcase with SSE1. | Chris Lattner |
| 2010-08-25 | remove some llvmcontext arguments that are now dead post-refactoring. | Chris Lattner |
| 2010-08-24 | tidy up, reduce indentation | Chris Lattner |
| 2010-06-03 | Implement expansion in type legalization for add/sub with overflow. The | Eli Friedman |
| 2010-06-01 | Fill in missing support for ISD::FEXP, ISD::FPOWI, and friends. | Dan Gohman |
| 2010-05-11 | I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename it | Duncan Sands |
| 2010-04-17 | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman |
| 2010-03-14 | Turn calls to copysignl into an FCOPYSIGN node. Handle FCOPYSIGN nodes | Duncan Sands |
| 2010-03-14 | Make default expansion for FP16 <-> FP32 nodes into libcalls | Anton Korobeynikov |
| 2010-01-24 | It seems better to scalarize vectors of size 1 instead of widening them. | Mon P Wang |
| 2010-01-24 | Improved widening loads by adding support for wider loads if | Mon P Wang |
| 2010-01-09 | Revert an earlier change to SIGN_EXTEND_INREG for vectors. The VTSDNode | Dan Gohman |
| 2009-12-11 | Implement vector widening, splitting, and scalarizing for SIGN_EXTEND_INREG. | Dan Gohman |
| 2009-12-07 | Truncate the arguments of llvm.frameaddress / llvm.returnaddress intrinsics f... | Anton Korobeynikov |
| 2009-11-30 | Added support to allow clients to custom widen. For X86, custom widen vectors... | Mon P Wang |
| 2009-11-20 | Fix PR5558, which was caused by a wrong fix for PR3393 (see commit 63048), | Duncan Sands |
| 2009-10-16 | Allow widening of extract subvector | Mon P Wang |
| 2009-08-12 | Add contexts to some of the MVT APIs. No functionality change yet, just the ... | Owen Anderson |
| 2009-08-11 | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson |
| 2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson |
| 2009-07-08 | Nowadays vectors are only split if they have an even | Duncan Sands |
| 2009-07-08 | Remove trailing whitespace. Reorder some methods | Duncan Sands |
| 2009-07-07 | implement support for spliting and scalarizing vector setcc's. This | Chris Lattner |
| 2009-07-07 | ScalarizeVecRes_ShiftOp and ScalarizeVecRes_BinOp are the same, | Chris Lattner |
| 2009-06-24 | This increases the maximum for MVT::LAST_VALUETYPE | David Greene |
| 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-29 | Implement review feedback for vector shuffle work. | Nate Begeman |
| 2009-04-27 | Now that PR2957 is resolved, remove a bunch of | Duncan Sands |
| 2009-04-25 | Refactor the code to grab the low and high parts of a value | Dan Gohman |
| 2009-04-08 | Soft float support for FREM. | Duncan Sands |
| 2009-04-08 | Soft float support for undef. Reported by Xerxes RÄnby. | Duncan Sands |
| 2009-03-31 | Fully general expansion of integer shift of any size. | Evan Cheng |
| 2009-03-29 | Fix PR3899: add support for extracting floats from vectors | Duncan Sands |
| 2009-03-18 | Added missing support for widening when splitting an unary op (PR3683) | Mon P Wang |
| 2009-03-04 | PR3686: make the legalizer handle bitcast from i80 to x86 long double. | Eli Friedman |
| 2009-02-21 | bug 3610: Floating point vaarg not softened. | Richard Pennington |
| 2009-02-05 | Remove non-DebugLoc versions of getMergeValues, ZeroExtendInReg. | Dale Johannesen |
| 2009-02-02 | Duncan's patch. Further to 64382. Takes care of illegal types for shift amount. | Sanjiv Gupta |
| 2009-01-31 | DebugLoc propagation. | Dale Johannesen |
| 2009-01-31 | Propagate debug info in LegalizeFloatTypes. | Dale Johannesen |
| 2009-01-31 | Propagate debug info through MakeLibCall and a | Dale Johannesen |
| 2009-01-26 | Fix PR3393, which amounts to a bug in the expensive | Duncan Sands |
| 2009-01-21 | Cleanup whitespace and comments, and tweak some | Duncan Sands |