aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/avx-load-store.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-12/+10
* Revise alignment checking/calculation on 256-bit unaligned memory accessMichael Liao2013-03-251-1/+23
* Enhance folding of (extract_subvec (insert_subvec V1, V2, IIdx), EIdx)Michael Liao2013-03-251-0/+13
* Unaligned loads should use the VMOVUPS opcode.Nadav Rotem2013-03-141-1/+1
* On Sandybridge split unaligned 256bit stores into two xmm-sized stores. Nadav Rotem2013-01-191-3/+8
* Fix a bug in the lowering of BUILD_VECTOR for AVX. SCALAR_TO_VECTOR does not ...Nadav Rotem2012-01-111-3/+9
* Remove X86-dependent stuff from SSEDomainFix.Jakob Stoklund Olesen2011-09-271-2/+2
* Fix PR10844: Add patterns to cover non foldable versions of X86vzmovl.Bruno Cardoso Lopes2011-09-081-0/+25
* Fix the test added by Nadav in r137308. Make it more strict:Bruno Cardoso Lopes2011-08-111-0/+14
* Add v16i16 and v32i8 store patternsBruno Cardoso Lopes2011-08-091-0/+24
* Add two patterns to match special vmovss and vmovsd cases. Also fixBruno Cardoso Lopes2011-08-091-0/+18
* Add 256-bit load/store recognition and matching in several places.Bruno Cardoso Lopes2011-07-141-0/+24