| Commit message (Expand) | Author | Age | Files | Lines |
* | This patch aims to reduce compile time in LegalizeTypes by using SmallDenseMap, | Preston Gurd | 2013-01-25 | 1 | -1/+1 |
* | When lowering an inreg sext first shift left, then right arithmetically. | Benjamin Kramer | 2013-01-12 | 1 | -3/+3 |
* | PPC: Implement efficient lowering of sign_extend_inreg. | Nadav Rotem | 2013-01-11 | 1 | -1/+25 |
* | Change TargetLowering::getTypeToPromoteTo to take and return MVTs, | Patrik Hagglund | 2012-12-19 | 1 | -2/+2 |
* | Change TargetLowering::getTruncStoreAction to take MVTs, instead of EVTs. | Patrik Hagglund | 2012-12-19 | 1 | -2/+2 |
* | Revert EVT->MVT changes, r169836-169851, due to buildbot failures. | Patrik Hagglund | 2012-12-11 | 1 | -4/+4 |
* | Change TargetLowering::getTypeToPromoteTo to take and return MVTs, | Patrik Hagglund | 2012-12-11 | 1 | -2/+2 |
* | Change TargetLowering::getTruncStoreAction to take MVTs, instead of EVTs. | Patrik Hagglund | 2012-12-11 | 1 | -2/+2 |
* | Mark FP_EXTEND form v2f32 to v2f64 as "expand" for ARM NEON. Patch by Pete C... | Eli Friedman | 2012-11-17 | 1 | -0/+1 |
* | Mark FP_ROUND for converting NEON v2f64 to v2f32 as expand. Add a missing | Eli Friedman | 2012-11-15 | 1 | -0/+1 |
* | Fix a typo. | Nadav Rotem | 2012-09-02 | 1 | -1/+1 |
* | Generate better select code by allowing the target to use scalar select, and ... | Nadav Rotem | 2012-09-02 | 1 | -4/+3 |
* | Only legalise a VSELECT in to bitwise operations if the vector mask bool is z... | Pete Cooper | 2012-09-01 | 1 | -1/+6 |
* | Currently targets that do not support selects with scalar conditions and vect... | Nadav Rotem | 2012-08-30 | 1 | -1/+65 |
* | Add FMA to switch statement in VectorLegalizer::LegalizeOp so that it can be ... | Craig Topper | 2012-08-30 | 1 | -0/+1 |
* | 'Promote' vector [su]int_to_fp should widen elements. | Jim Grosbach | 2012-06-28 | 1 | -3/+54 |
* | When emulating vselect using OR/AND/XOR make sure to bitcast the result back ... | Nadav Rotem | 2012-04-15 | 1 | -1/+2 |
* | Convert assert(0) to llvm_unreachable | Craig Topper | 2012-02-05 | 1 | -1/+1 |
* | Initial CodeGen support for CTTZ/CTLZ where a zero input produces an | Chandler Carruth | 2011-12-13 | 1 | -1/+3 |
* | Improve code generation for vselect on SSE2: | Nadav Rotem | 2011-10-19 | 1 | -7/+9 |
* | Fix a bug in the legalization of vector anyext-load and trunc-store. Mem Inde... | Nadav Rotem | 2011-10-18 | 1 | -7/+9 |
* | Fix a bunch of unused variable warnings when doing a release | Duncan Sands | 2011-10-18 | 1 | -2/+2 |
* | Removed set, but unused variable. | Chad Rosier | 2011-10-17 | 1 | -1/+0 |
* | Move the legalization of vector loads and stores into LegalizeVectorOps. In some | Nadav Rotem | 2011-10-15 | 1 | -0/+119 |
* | white space cleanups | Nadav Rotem | 2011-09-18 | 1 | -5/+4 |
* | Fix the assertion which checks the size of the input operand. | Nadav Rotem | 2011-09-13 | 1 | -1/+1 |
* | Add vselect target support for targets that do not support blend but do support | Nadav Rotem | 2011-09-13 | 1 | -2/+41 |
* | Add codegen support for vector select (in the IR this means a select | Duncan Sands | 2011-09-06 | 1 | -2/+2 |
* | [VECTOR-SELECT] | Nadav Rotem | 2011-07-14 | 1 | -1/+1 |
* | Add support for legalizing UINT_TO_FP of vectors on platforms which do | Nadav Rotem | 2011-03-19 | 1 | -1/+48 |
* | Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept. | Wesley Peck | 2010-11-23 | 1 | -2/+2 |
* | Change UpdateNodeOperands' operand and return value from SDValue to | Dan Gohman | 2010-06-18 | 1 | -1/+1 |
* | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman | 2010-04-17 | 1 | -1/+1 |
* | Revert an earlier change to SIGN_EXTEND_INREG for vectors. The VTSDNode | Dan Gohman | 2010-01-09 | 1 | -1/+4 |
* | Implement vector widening, splitting, and scalarizing for SIGN_EXTEND_INREG. | Dan Gohman | 2009-12-11 | 1 | -0/+1 |
* | improve portability to avoid conflicting with std::next in c++'0x. | Chris Lattner | 2009-12-03 | 1 | -1/+1 |
* | Added support to allow clients to custom widen. For X86, custom widen vectors... | Mon P Wang | 2009-11-30 | 1 | -55/+2 |
* | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson | 2009-08-11 | 1 | -1/+1 |
* | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -11/+11 |
* | Major calling convention code refactoring. | Dan Gohman | 2009-08-05 | 1 | -2/+2 |
* | Make SINT_TO_FP/UINT_TO_FP vector legalization queries query on the | Eli Friedman | 2009-06-06 | 1 | -3/+7 |
* | Remove special cases for more opcodes. | Eli Friedman | 2009-05-27 | 1 | -2/+2 |
* | Add a comment which should hopefully make the purpose of this method a | Eli Friedman | 2009-05-24 | 1 | -0/+3 |
* | Add a new step to legalization to legalize vector math operations. This | Eli Friedman | 2009-05-23 | 1 | -0/+332 |