1. 33337ca Update aosp/master clang for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  2. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  3. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  4. 9b2caf7 Fix argument types of some AVX2 intrinsics. by Eli Friedman · 11 years ago
  5. 2766deb Fix the name and the type of the argument for intrinisc by Juergen Ributzka · 11 years ago
  6. 7cb4fae Add missing include guards into headers in lib/Headers. While it may appear by Richard Smith · 11 years ago
  7. 4f918ae PR14964: intrinsic headers using non-reserved identifiers by David Blaikie · 11 years ago
  8. 56c045e X86: add more GATHER intrinsics in Clang by Manman Ren · 12 years ago
  9. c84804a X86: add more GATHER intrinsics in Clang by Manman Ren · 12 years ago
  10. 5283c99 X86: add GATHER intrinsics (AVX2) in Clang by Manman Ren · 12 years ago
  11. 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
  12. 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
  13. 5aeaca3 Correctly check argument types for some vector macros in smmintrin.h. Put parentheses around uses of vector macro arguments. by Craig Topper · 12 years ago
  14. cfa8e65 Remove vperm2f* and vperm2i builtins. Same effect can be achieved with builtin_shufflevector. by Craig Topper · 12 years ago
  15. 5cbd751 Add last of the AVX2 intrinsics except for gather. by Craig Topper · 12 years ago
  16. 34a1da4 Add AVX2 permute intrinsics. Also add parentheses on some macro arguments in other intrinsic headers. by Craig Topper · 12 years ago
  17. ee9b41d Add AVX2 intrinsics for FP vbroadcast, vbroadcasti128, and vpblendd. by Craig Topper · 12 years ago
  18. 7f16caa Intrinsics for AVX2 unpack instructions. by Craig Topper · 12 years ago
  19. cbe627b More AVX2 intrinsics for shift, psign, some shuffles, and psadbw. by Craig Topper · 12 years ago
  20. 28a324a Add AVX2 multiply intrinsics. by Craig Topper · 12 years ago
  21. 231f793 Add AVX2 intrinsics for max, min, sign extend, and zero extend. by Craig Topper · 12 years ago
  22. 4a4f25a Add a few more AVX2 intrinsics and fix the type strings on a couple SSE intrinsics. by Craig Topper · 12 years ago
  23. 318e460 Add AVX2 horizontal add/sub intrinsics. by Craig Topper · 12 years ago
  24. 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
  25. 735ceaa Add AVX2 intrinsics for and, andn, or, and xor. by Craig Topper · 13 years ago
  26. 9c2ffd8 More AVX2 intrinsic support including saturating add/sub and palignr. by Craig Topper · 13 years ago
  27. 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