index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
X86
/
avx-load-store.ll
Age
Commit message (
Expand
)
Author
2013-03-25
Revise alignment checking/calculation on 256-bit unaligned memory access
Michael Liao
2013-03-25
Enhance folding of (extract_subvec (insert_subvec V1, V2, IIdx), EIdx)
Michael Liao
2013-03-14
Unaligned loads should use the VMOVUPS opcode.
Nadav Rotem
2013-01-19
On Sandybridge split unaligned 256bit stores into two xmm-sized stores.
Nadav Rotem
2012-01-11
Fix a bug in the lowering of BUILD_VECTOR for AVX. SCALAR_TO_VECTOR does not ...
Nadav Rotem
2011-09-27
Remove X86-dependent stuff from SSEDomainFix.
Jakob Stoklund Olesen
2011-09-08
Fix PR10844: Add patterns to cover non foldable versions of X86vzmovl.
Bruno Cardoso Lopes
2011-08-11
Fix the test added by Nadav in r137308. Make it more strict:
Bruno Cardoso Lopes
2011-08-09
Add v16i16 and v32i8 store patterns
Bruno Cardoso Lopes
2011-08-09
Add two patterns to match special vmovss and vmovsd cases. Also fix
Bruno Cardoso Lopes
2011-07-14
Add 256-bit load/store recognition and matching in several places.
Bruno Cardoso Lopes