| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for promoting stores from one legal type to another, allowing us | Chris Lattner | 2006-04-16 | 1 | -0/+8 |
* | Make these predicates return true for bit_convert(buildvector)'s as well as | Chris Lattner | 2006-04-15 | 1 | -0/+8 |
* | Make this assertion better | Chris Lattner | 2006-04-14 | 1 | -1/+1 |
* | Expand some code with temporary variables to rid ourselves of the warning | Reid Spencer | 2006-04-13 | 1 | -7/+21 |
* | Promote vector AND, OR, and XOR | Evan Cheng | 2006-04-12 | 1 | -0/+27 |
* | Vector type promotion for ISD::LOAD and ISD::SELECT | Evan Cheng | 2006-04-12 | 1 | -9/+23 |
* | Implement support for the formal_arguments node. To get this, targets should... | Chris Lattner | 2006-04-12 | 3 | -3/+128 |
* | Don't memoize vloads in the load map! Don't memoize them anywhere here, let | Chris Lattner | 2006-04-12 | 1 | -2/+0 |
* | Only get Tmp2 for cases where number of operands is > 1. Fixed return void. | Evan Cheng | 2006-04-11 | 1 | -1/+1 |
* | add some todos | Chris Lattner | 2006-04-11 | 1 | -0/+8 |
* | Add basic support for legalizing returns of vectors | Chris Lattner | 2006-04-11 | 1 | -9/+36 |
* | Use existing information. | Jim Laskey | 2006-04-10 | 1 | -3/+14 |
* | Missing break | Evan Cheng | 2006-04-10 | 1 | -0/+1 |
* | Add code generator support for VSELECT | Chris Lattner | 2006-04-08 | 3 | -10/+22 |
* | Canonicalize vvector_shuffle(x,x) -> vvector_shuffle(x,undef) to enable patterns | Chris Lattner | 2006-04-08 | 2 | -2/+50 |
* | Codegen shufflevector as VVECTOR_SHUFFLE | Chris Lattner | 2006-04-08 | 2 | -2/+25 |
* | add a sanity check: LegalizeOp should return a value that is the same type | Chris Lattner | 2006-04-08 | 1 | -0/+3 |
* | INSERT_VECTOR_ELT lowering bug: | Evan Cheng | 2006-04-08 | 1 | -14/+11 |
* | Stub out shufflevector | Chris Lattner | 2006-04-08 | 1 | -0/+1 |
* | Remove section change in function end, preventing override of function's real | Jim Laskey | 2006-04-08 | 1 | -1/+0 |
* | Make sure that debug labels are defined within the same section and after the | Jim Laskey | 2006-04-07 | 1 | -8/+5 |
* | Foundation for call frame information. | Jim Laskey | 2006-04-07 | 3 | -43/+153 |
* | 1. If both vector operands of a vector_shuffle are undef, turn it into an undef. | Evan Cheng | 2006-04-06 | 1 | -3/+6 |
* | Make a vector live across blocks have the correct Vec type. This fixes | Chris Lattner | 2006-04-05 | 1 | -1/+9 |
* | Exapnd a VECTOR_SHUFFLE to a BUILD_VECTOR if target asks for it to be expanded | Evan Cheng | 2006-04-05 | 1 | -2/+30 |
* | Do not create ZEXTLOAD's unless we are before legalize or the operation is | Chris Lattner | 2006-04-04 | 1 | -1/+2 |
* | * Add supprot for SCALAR_TO_VECTOR operations where the input needs to be | Chris Lattner | 2006-04-04 | 1 | -21/+102 |
* | Constant fold bitconvert(undef) | Chris Lattner | 2006-04-04 | 1 | -0/+2 |
* | The stack alignment is now computed dynamically, just verify it is correct. | Chris Lattner | 2006-04-03 | 1 | -1/+2 |
* | Remove unused method | Chris Lattner | 2006-04-03 | 1 | -8/+0 |
* | Add a missing check, this fixes UnitTests/Vector/sumarray.c | Chris Lattner | 2006-04-03 | 1 | -2/+2 |
* | Add a missing check, which broke a bunch of vector tests. | Chris Lattner | 2006-04-03 | 1 | -3/+6 |
* | back this out | Andrew Lenharth | 2006-04-03 | 1 | -25/+0 |
* | This should be a win of every arch | Andrew Lenharth | 2006-04-02 | 1 | -1/+26 |
* | relax assertion | Chris Lattner | 2006-04-02 | 1 | -1/+4 |
* | Allow targets to compute masked bits for intrinsics. | Chris Lattner | 2006-04-02 | 1 | -4/+9 |
* | Add a little dag combine to compile this: | Chris Lattner | 2006-04-02 | 1 | -0/+33 |
* | Implement promotion for EXTRACT_VECTOR_ELT, allowing v16i8 multiplies to work... | Chris Lattner | 2006-04-02 | 1 | -16/+27 |
* | Implement the Expand action for binary vector operations to break the binop | Chris Lattner | 2006-04-02 | 1 | -1/+18 |
* | Intrinsics that just load from memory can be treated like loads: they don't | Chris Lattner | 2006-04-02 | 1 | -4/+25 |
* | Constant fold all of the vector binops. This allows us to compile this: | Chris Lattner | 2006-04-02 | 1 | -0/+49 |
* | Add a new -view-legalize-dags command line option | Chris Lattner | 2006-04-02 | 2 | -3/+13 |
* | Implement constant folding of bit_convert of arbitrary constant vbuild_vector... | Chris Lattner | 2006-04-02 | 1 | -2/+139 |
* | These entries already exist | Chris Lattner | 2006-04-02 | 1 | -4/+0 |
* | Add some missing node names | Chris Lattner | 2006-04-02 | 1 | -0/+9 |
* | Prefer larger register classes over smaller ones when a register occurs in | Chris Lattner | 2006-04-02 | 1 | -7/+21 |
* | Delete identity shuffles, implementing CodeGen/Generic/vector-identity-shuffl... | Chris Lattner | 2006-03-31 | 1 | -2/+56 |
* | Do not endian swap split vector loads. This fixes UnitTests/Vector/sumarray-... | Chris Lattner | 2006-03-31 | 1 | -2/+0 |
* | Do not endian swap the operands to a store if the operands came from a vector. | Chris Lattner | 2006-03-31 | 1 | -3/+3 |
* | Remove dead *extloads. This allows us to codegen vector.ll:test_extract_elt | Chris Lattner | 2006-03-31 | 1 | -0/+19 |