Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
bc041b82d44b51a3b7da79c38e4052e28ff8011c
/
llvm
/
test
/
CodeGen
/
X86
/
vec_extract.ll
a372a0f
[X86][SSE] Regenerated the vec_extract tests.
by Simon Pilgrim
· 10 years ago
a79ac14
[opaque pointer type] Add textual IR support for explicit type parameter to load instruction
by David Blaikie
· 11 years ago
808ec85
[x86] Slap a triple on this test since it is poking around at the stack
by Chandler Carruth
· 11 years ago
99627bf
[x86] Enable the new vector shuffle lowering by default.
by Chandler Carruth
· 11 years ago
47ebd24e
[x86] Teach the vector combiner that picks a canonical shuffle from to
by Chandler Carruth
· 11 years ago
1ec3e4e
[x86] Fixup r217565 which baked in an assumption about the function
by Chandler Carruth
· 11 years ago
292303d
[x86] FileCheck-ize this test.
by Chandler Carruth
· 11 years ago
94a2c56
Rename features to match what gcc and clang use.
by Rafael Espindola
· 12 years ago
8a7beb8
by Nadav Rotem
· 14 years ago
4050339
Eliminate more uses of llvm-as and llvm-dis.
by Dan Gohman
· 16 years ago
0d4bbf2
Remove obsolete -f flags.
by Dan Gohman
· 16 years ago
a5b9645
Split the Add, Sub, and Mul instruction opcodes into separate
by Dan Gohman
· 16 years ago
1671a30
Use movaps / movd to extract vector element 0 even with sse4.1. It's still cheaper than pextrw especially if the value is in memory.
by Evan Cheng
· 17 years ago
7d6fa97
Implement "punpckldq %xmm0, $xmm0" as "pshufd $0x50, %xmm0, %xmm" unless optimizing for code size.
by Evan Cheng
· 17 years ago
3cdf542
Remove llvm-upgrade and update tests.
by Tanya Lattner
· 18 years ago
f9dd170
Convert tests using "| wc -l | grep ..." to use the count script.
by Dan Gohman
· 18 years ago
6e87ec4
For PR1319:
by Reid Spencer
· 19 years ago
83b3d82
Regression is gone, don't try to find it on clean target.
by Reid Spencer
· 19 years ago
[Renamed from llvm/test/Regression/CodeGen/X86/vec_extract.ll]
d0e30dc
Use the llvm-upgrade program to upgrade llvm assembly.
by Reid Spencer
· 19 years ago
2252fb2
Add a new vextract test case.
by Evan Cheng
· 19 years ago
6821bbb
Update vector extract test cases.
by Evan Cheng
· 19 years ago
9c2707a
Add && to each RUN: line (except the last one).
by Evan Cheng
· 20 years ago
73b12f2
Vector extract element test case.
by Evan Cheng
· 20 years ago