Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The LIT tests below do not specify the exact cpu model and fail on AVX2 machi... | Nadav Rotem | 2012-07-12 | 1 | -1/+1 |
* | Add another missing pattern. llvm-gcc likes f64 but clang likes i64 so it was... | Evan Cheng | 2011-11-29 | 1 | -1/+20 |
* | test/CodeGen/X86/vec_shuffle-38.ll: Relax expression for Win32 x64. | NAKAMURA Takumi | 2011-11-08 | 1 | -1/+1 |
* | Add x86 isel logic and patterns to match movlps from clang generated IR for _... | Evan Cheng | 2011-11-08 | 1 | -2/+1 |
* | Vector shuffle mask <i32 4, i32 5, i32 2, i32 3> should yield "movsd", not "m... | Bruno Cardoso Lopes | 2011-09-14 | 1 | -0/+14 |
* | Fix (movhps load) lowering / pattern to match more cases. rdar://10050549 | Evan Cheng | 2011-08-31 | 1 | -0/+19 |
* | Turn shuffles into unpacks for VT == MVT::v2i64 and MVT::v2f64 | Rafael Espindola | 2011-07-22 | 1 | -0/+26 |