index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
X86
/
vec_extract.ll
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-27
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
1
-3
/
+3
2014-10-04
[x86] Slap a triple on this test since it is poking around at the stack
Chandler Carruth
1
-0
/
+2
2014-10-04
[x86] Enable the new vector shuffle lowering by default.
Chandler Carruth
1
-13
/
+30
2014-09-14
[x86] Teach the vector combiner that picks a canonical shuffle from to
Chandler Carruth
1
-1
/
+1
2014-09-11
[x86] Fixup r217565 which baked in an assumption about the function
Chandler Carruth
1
-1
/
+1
2014-09-11
[x86] FileCheck-ize this test.
Chandler Carruth
1
-5
/
+24
2013-08-23
Rename features to match what gcc and clang use.
Rafael Espindola
1
-1
/
+1
2011-05-11
Fixes a bug in the DAGCombiner. LoadSDNodes have two values (data, chain).
Nadav Rotem
1
-3
/
+3
2009-09-08
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
1
-1
/
+1
2009-08-25
Remove obsolete -f flags.
Dan Gohman
1
-1
/
+1
2009-06-04
Split the Add, Sub, and Mul instruction opcodes into separate
Dan Gohman
1
-3
/
+3
2009-01-02
Use movaps / movd to extract vector element 0 even with sse4.1. It's still ch...
Evan Cheng
1
-1
/
+1
2008-09-26
Implement "punpckldq %xmm0, $xmm0" as "pshufd $0x50, %xmm0, %xmm" unless op...
Evan Cheng
1
-4
/
+4
2008-02-21
Remove llvm-upgrade and update tests.
Tanya Lattner
1
-19
/
+19
2007-08-15
Convert tests using "| wc -l | grep ..." to use the count script.
Dan Gohman
1
-4
/
+4
2007-04-16
For PR1319:
Reid Spencer
1
-4
/
+5
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
1
-4
/
+4
2006-10-27
Add a new vextract test case.
Evan Cheng
1
-2
/
+12
2006-05-31
Update vector extract test cases.
Evan Cheng
1
-2
/
+2
2006-04-21
Add && to each RUN: line (except the last one).
Evan Cheng
1
-2
/
+2
2006-04-20
Vector extract element test case.
Evan Cheng
1
-0
/
+25