2006-04-07 |
Chris Lattner | We have an assertion that checks that we do not encode... |
tree | commitdiff |
2006-04-07 |
Chris Lattner | Constant fold extractelement(zero, x) -> zero |
tree | commitdiff |
2006-04-07 |
Chris Lattner | Fix inlining of insert/extract element constantexprs |
tree | commitdiff |
2006-04-07 |
Evan Cheng | Add code to RemapOperand() to handle Instruction::Extra... |
tree | commitdiff |
2006-04-06 |
Evan Cheng | A MOVPS2SSmr, i.e. _mm_store_ss, encoding bug. |
tree | commitdiff |
2006-04-06 |
Evan Cheng | - movlp{s|d} and movhp{s|d} support. |
tree | commitdiff |
2006-04-06 |
Evan Cheng | New entries. |
tree | commitdiff |
2006-04-06 |
Evan Cheng | 1. If both vector operands of a vector_shuffle are... |
tree | commitdiff |
2006-04-06 |
Andrew Lenharth | This may be overconservative, but it lets the new cfe... |
tree | commitdiff |
2006-04-06 |
Chris Lattner | Add an item |
tree | commitdiff |
2006-04-06 |
Chris Lattner | Make sure to return the result in the right type. |
tree | commitdiff |
2006-04-06 |
Andrew Lenharth | Move this to lib/Analysis. |
tree | commitdiff |
2006-04-06 |
Chris Lattner | Match vpku[hw]um(x,x). |
tree | commitdiff |
2006-04-06 |
Chris Lattner | Add support for matching vmrg(x,x) patterns |
tree | commitdiff |
2006-04-06 |
Andrew Lenharth | fix some linking problems with the new gcc |
tree | commitdiff |
2006-04-06 |
Chris Lattner | Pattern match vmrg* instructions, which are now lowered... |
tree | commitdiff |
2006-04-06 |
Chris Lattner | remove two done items |
tree | commitdiff |
2006-04-06 |
Chris Lattner | Lower vperm(x,y, mask) -> shuffle(x,y,mask) if mask... |
tree | commitdiff |
2006-04-06 |
Chris Lattner | Support pattern matching vsldoi(x,y) and vsldoi(x,x... |
tree | commitdiff |
2006-04-06 |
Chris Lattner | Compile the vpkuhum/vpkuwum intrinsics into vpkuhum... |
tree | commitdiff |
2006-04-06 |
Evan Cheng | POR encoded as PAND, yikes. |
tree | commitdiff |
2006-04-05 |
Evan Cheng | An entry about comi / ucomi intrinsics. |
tree | commitdiff |
2006-04-05 |
Evan Cheng | Support for comi / ucomi intrinsics. |
tree | commitdiff |
2006-04-05 |
Chris Lattner | Add all of the data stream intrinsics and instructions... |
tree | commitdiff |
2006-04-05 |
Chris Lattner | Fix a typo |
tree | commitdiff |
2006-04-05 |
Chris Lattner | Fix CodeGen/PowerPC/2006-04-05-splat-ish.ll |
tree | commitdiff |
2006-04-05 |
Evan Cheng | Handle canonical form of e.g. |
tree | commitdiff |
2006-04-05 |
Chris Lattner | Make a vector live across blocks have the correct Vec... |
tree | commitdiff |
2006-04-05 |
Evan Cheng | Bogus assert |
tree | commitdiff |
2006-04-05 |
Evan Cheng | Fallthrough to expand if a VECTOR_SHUFFLE cannot be... |
tree | commitdiff |
2006-04-05 |
Evan Cheng | Exapnd a VECTOR_SHUFFLE to a BUILD_VECTOR if target... |
tree | commitdiff |
2006-04-05 |
Andrew Lenharth | revert this, this is safe, if conservative. leave... |
tree | commitdiff |
2006-04-05 |
Evan Cheng | Handle v8i16 shuffle that must be broken into a pair... |
tree | commitdiff |
2006-04-05 |
Chris Lattner | add vsl |
tree | commitdiff |
2006-04-05 |
Chris Lattner | add vmladduhm |
tree | commitdiff |
2006-04-05 |
Chris Lattner | Add m[tf]vscr instructions. |
tree | commitdiff |
2006-04-04 |
Chris Lattner | add a note |
tree | commitdiff |
2006-04-04 |
Chris Lattner | Add missing byte merges. |
tree | commitdiff |
2006-04-04 |
Chris Lattner | Add FP -> Int Conversions |
tree | commitdiff |
2006-04-04 |
Chris Lattner | add average intrinsics |
tree | commitdiff |
2006-04-04 |
Chris Lattner | add a note |
tree | commitdiff |
2006-04-04 |
Chris Lattner | Fix some broken logic that would cause us to codegen... |
tree | commitdiff |
2006-04-04 |
Evan Cheng | Added pslldq and psrldq. |
tree | commitdiff |
2006-04-04 |
Evan Cheng | Minor fixes + naming changes. |
tree | commitdiff |
2006-04-04 |
Evan Cheng | PSHUF* encoding bugs. |
tree | commitdiff |
2006-04-04 |
Chris Lattner | Do not create ZEXTLOAD's unless we are before legalize... |
tree | commitdiff |
2006-04-04 |
Chris Lattner | Ask legalize to promote all vector shuffles to be v16i8... |
tree | commitdiff |
2006-04-04 |
Chris Lattner | * Add supprot for SCALAR_TO_VECTOR operations where... |
tree | commitdiff |
2006-04-04 |
Chris Lattner | Signed shr by a constant is not the same as sdiv by 2^k |
tree | commitdiff |
2006-04-04 |
Evan Cheng | cmpps / cmppd encoding bug |
tree | commitdiff |
2006-04-04 |
Chris Lattner | Constant fold bitconvert(undef) |
tree | commitdiff |
2006-04-04 |
Evan Cheng | Compact some intrinsic definitions. |
tree | commitdiff |
2006-04-04 |
Chris Lattner | Plug in the byte and short splats |
tree | commitdiff |
2006-04-03 |
Chris Lattner | Revert accidentally committed hunks. |
tree | commitdiff |
2006-04-03 |
Chris Lattner | Make sure to mark unsupported SCALAR_TO_VECTOR operatio... |
tree | commitdiff |
2006-04-03 |
Evan Cheng | Some SSE1 intrinsics: min, max, sqrt, etc. |
tree | commitdiff |
2006-04-03 |
Chris Lattner | revert previous patch |
tree | commitdiff |
2006-04-03 |
Evan Cheng | Use movlpd to: store lower f64 extracted from v2f64. |
tree | commitdiff |
2006-04-03 |
Chris Lattner | Force use of a frame-pointer if there is anything on... |
tree | commitdiff |
2006-04-03 |
Chris Lattner | The stack alignment is now computed dynamically, just... |
tree | commitdiff |
2006-04-03 |
Chris Lattner | Remove unused method |
tree | commitdiff |
2006-04-03 |
Evan Cheng | - More efficient extract_vector_elt with shuffle and... |
tree | commitdiff |
2006-04-03 |
Chris Lattner | Align vectors to the size in bytes, not bits. |
tree | commitdiff |
2006-04-03 |
Chris Lattner | Add a missing check, this fixes UnitTests/Vector/sumarray.c |
tree | commitdiff |
2006-04-03 |
Chris Lattner | Add a missing check, which broke a bunch of vector... |
tree | commitdiff |
2006-04-03 |
Chris Lattner | Add the full set of min/max instructions |
tree | commitdiff |
2006-04-03 |
Andrew Lenharth | support x * (c1 + c2) where c1 and c2 are pow2s. speci... |
tree | commitdiff |
2006-04-03 |
Andrew Lenharth | mul by const conversion sequences. more coming soon |
tree | commitdiff |
2006-04-03 |
Andrew Lenharth | back this out |
tree | commitdiff |
2006-04-02 |
Andrew Lenharth | This should be a win of every arch |
tree | commitdiff |
2006-04-02 |
Andrew Lenharth | This makes McCat/12-IOtest go 8x faster or so |
tree | commitdiff |
2006-04-02 |
Andrew Lenharth | This will be needed soon |
tree | commitdiff |
2006-04-02 |
Chris Lattner | add a note |
tree | commitdiff |
2006-04-02 |
Chris Lattner | Inform the dag combiner that the predicate compares... |
tree | commitdiff |
2006-04-02 |
Chris Lattner | relax assertion |
tree | commitdiff |
2006-04-02 |
Chris Lattner | Allow targets to compute masked bits for intrinsics. |
tree | commitdiff |
2006-04-02 |
Chris Lattner | Add a little dag combine to compile this: |
tree | commitdiff |
2006-04-02 |
Chris Lattner | vector casts of casts are eliminable. Transform this: |
tree | commitdiff |
2006-04-02 |
Chris Lattner | vector casts never reinterpret bits |
tree | commitdiff |
2006-04-02 |
Chris Lattner | Allow transforming this: |
tree | commitdiff |
2006-04-02 |
Chris Lattner | Turn altivec lvx/stvx intrinsics into loads and stores... |
tree | commitdiff |
2006-04-02 |
Chris Lattner | Remove done item |
tree | commitdiff |
2006-04-02 |
Chris Lattner | Implement promotion for EXTRACT_VECTOR_ELT, allowing... |
tree | commitdiff |
2006-04-02 |
Chris Lattner | add a note |
tree | commitdiff |
2006-04-02 |
Chris Lattner | Implement the Expand action for binary vector operation... |
tree | commitdiff |
2006-04-02 |
Chris Lattner | Intrinsics that just load from memory can be treated... |
tree | commitdiff |
2006-04-02 |
Chris Lattner | Adjust to change in Intrinsics.gen interface. |
tree | commitdiff |
2006-04-02 |
Chris Lattner | Constant fold all of the vector binops. This allows... |
tree | commitdiff |
2006-04-02 |
Chris Lattner | Add a new -view-legalize-dags command line option |
tree | commitdiff |
2006-04-02 |
Chris Lattner | Implement constant folding of bit_convert of arbitrary... |
tree | commitdiff |
2006-04-02 |
Chris Lattner | These entries already exist |
tree | commitdiff |
2006-04-02 |
Chris Lattner | Add some missing node names |
tree | commitdiff |
2006-04-02 |
Chris Lattner | New note |
tree | commitdiff |
2006-04-02 |
Chris Lattner | Constant fold casts from things like <4 x int> -> ... |
tree | commitdiff |
2006-04-02 |
Chris Lattner | Custom lower all BUILD_VECTOR's so that we can compile... |
tree | commitdiff |
2006-04-02 |
Chris Lattner | Prefer larger register classes over smaller ones when... |
tree | commitdiff |
2006-04-01 |
Chris Lattner | add valuemapper support for inline asm |
tree | commitdiff |
2006-04-01 |
Chris Lattner | Implement vnot using VNOR instead of using 'vspltisb... |
tree | commitdiff |
2006-04-01 |
Chris Lattner | Fix InstCombine/2006-04-01-InfLoop.ll |
tree | commitdiff |
2006-04-01 |
Chris Lattner | Fold A^(B&A) -> (B&A)^A |
tree | commitdiff |
next |