1. a372a0f [X86][SSE] Regenerated the vec_extract tests. by Simon Pilgrim · 10 years ago
  2. a79ac14 [opaque pointer type] Add textual IR support for explicit type parameter to load instruction by David Blaikie · 11 years ago
  3. 808ec85 [x86] Slap a triple on this test since it is poking around at the stack by Chandler Carruth · 11 years ago
  4. 99627bf [x86] Enable the new vector shuffle lowering by default. by Chandler Carruth · 11 years ago
  5. 47ebd24e [x86] Teach the vector combiner that picks a canonical shuffle from to by Chandler Carruth · 11 years ago
  6. 1ec3e4e [x86] Fixup r217565 which baked in an assumption about the function by Chandler Carruth · 11 years ago
  7. 292303d [x86] FileCheck-ize this test. by Chandler Carruth · 11 years ago
  8. 94a2c56 Rename features to match what gcc and clang use. by Rafael Espindola · 12 years ago
  9. 8a7beb8 by Nadav Rotem · 14 years ago
  10. 4050339 Eliminate more uses of llvm-as and llvm-dis. by Dan Gohman · 16 years ago
  11. 0d4bbf2 Remove obsolete -f flags. by Dan Gohman · 16 years ago
  12. a5b9645 Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 16 years ago
  13. 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
  14. 7d6fa97 Implement "punpckldq %xmm0, $xmm0" as "pshufd $0x50, %xmm0, %xmm" unless optimizing for code size. by Evan Cheng · 17 years ago
  15. 3cdf542 Remove llvm-upgrade and update tests. by Tanya Lattner · 18 years ago
  16. f9dd170 Convert tests using "| wc -l | grep ..." to use the count script. by Dan Gohman · 18 years ago
  17. 6e87ec4 For PR1319: by Reid Spencer · 19 years ago
  18. 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]
  19. d0e30dc Use the llvm-upgrade program to upgrade llvm assembly. by Reid Spencer · 19 years ago
  20. 2252fb2 Add a new vextract test case. by Evan Cheng · 19 years ago
  21. 6821bbb Update vector extract test cases. by Evan Cheng · 19 years ago
  22. 9c2707a Add && to each RUN: line (except the last one). by Evan Cheng · 20 years ago
  23. 73b12f2 Vector extract element test case. by Evan Cheng · 20 years ago