1. 56c045e X86: add more GATHER intrinsics in Clang by Manman Ren · 12 years ago
  2. c84804a X86: add more GATHER intrinsics in Clang by Manman Ren · 12 years ago
  3. 5283c99 X86: add GATHER intrinsics (AVX2) in Clang by Manman Ren · 12 years ago
  4. 49a110d Convert vperm2f128 and vperm2i128 intrinsics back to using llvm intrinsics. Unfortunately, these instructions have behavior that can't be modeled with shuffle vector. by Craig Topper · 12 years ago
  5. b5491f3 Change _mm256_permute4x64_epi64 and _mm256_permute4x64_pd to use builtin_shufflevector instead of specific builtins. Old builtins will be removed from llvm now that vpermq/vpermpd are supported by shuffle lowering code. by Craig Topper · 12 years ago
  6. cfa8e65 Remove vperm2f* and vperm2i builtins. Same effect can be achieved with builtin_shufflevector. by Craig Topper · 12 years ago
  7. 5cbd751 Add last of the AVX2 intrinsics except for gather. by Craig Topper · 13 years ago
  8. 7bb0340 Add AVX2 permute intrinsics. Also add parentheses on some macro arguments in other intrinsic headers. by Craig Topper · 13 years ago
  9. 967cd88 Add AVX2 intrinsics for FP vbroadcast, vbroadcasti128, and vpblendd. by Craig Topper · 13 years ago
  10. 7f16caa Intrinsics for AVX2 unpack instructions. by Craig Topper · 13 years ago
  11. cbe627b More AVX2 intrinsics for shift, psign, some shuffles, and psadbw. by Craig Topper · 13 years ago
  12. 28a324a Add AVX2 multiply intrinsics. by Craig Topper · 13 years ago
  13. 231f793 Add AVX2 intrinsics for max, min, sign extend, and zero extend. by Craig Topper · 13 years ago
  14. 4a4f25a Add a few more AVX2 intrinsics and fix the type strings on a couple SSE intrinsics. by Craig Topper · 13 years ago
  15. 318e460 Add AVX2 horizontal add/sub intrinsics. by Craig Topper · 13 years ago
  16. 4c07c5d Add AVX2 intrinsics for pavg, pblend, and pcmp instructions. Also remove unneeded builtins for SSE pcmp. Change SSE pcmpeqq and pcmpgtq to not use builtins and just use vector == and >. by Craig Topper · 13 years ago
  17. aad21d7 Attempt to fix test in Release builds. by Eli Friedman · 13 years ago
  18. 735ceaa Add AVX2 intrinsics for and, andn, or, and xor. by Craig Topper · 13 years ago
  19. 9c2ffd8 More AVX2 intrinsic support including saturating add/sub and palignr. by Craig Topper · 13 years ago
  20. 925be54 Begin adding AVX2 intrinsics. Necessitated increasing the number of bits used to store builtinID when serializing identifier table. by Craig Topper · 13 years ago