summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/avx-sext.ll
Commit message (Expand)AuthorAge
* X86: Custom lower sext v16i8 to v16i16, and the corresponding truncate.Benjamin Kramer2013-10-23
* Cleanup: test source files do not need to be executableArnaud A. de Grandmaison2013-04-22
* Optimize sext <4 x i8> and <4 x i16> to <4 x i64>.Nadav Rotem2013-03-19
* I optimized the following patterns:Elena Demikhovsky2013-02-20
* Revert 172708.Nadav Rotem2013-01-20
* On Sandybridge split unaligned 256bit stores into two xmm-sized stores. Nadav Rotem2013-01-19
* Optimization for the following SIGN_EXTEND pairs:Elena Demikhovsky2013-01-17
* X86: Emit vector sext as shuffle + sra if vpmovsx is not available.Benjamin Kramer2012-12-22
* Optimized load + SIGN_EXTEND patterns in the X86 backend.Elena Demikhovsky2012-12-19
* Optimization for SIGN_EXTEND operation on AVX.Elena Demikhovsky2012-02-02