1. 4fbe7aa Remove rsqrtps_nr256 and sqrtps_nr256 builtins, at least until we need them by Bruno Cardoso Lopes · 14 years ago
  2. 7fc3702 Remove 256-bit cast built-ins and make the AVX intrinsic call llvm __builtin_shufflevector with the appropriate arguments by Bruno Cardoso Lopes · 14 years ago
  3. f0e96c9 Remove 256-bit unpack built-ins and make the AVX intrinsic call llvm __builtin_shufflevector with the appropriate arguments by Bruno Cardoso Lopes · 14 years ago
  4. b33aa0f Remove 256-bit shuffle built-ins and make the AVX intrinsic call llvm __builtin_shufflevector with the appropriate arguments by Bruno Cardoso Lopes · 14 years ago
  5. 4a5496b Make replicate intrinsics use shufflevector instead of dup builtins, also remove the dup builtins by Bruno Cardoso Lopes · 14 years ago
  6. f8c6db4 We don't want to support built-ins which aren't needed by the intrinsics. Remove them by Bruno Cardoso Lopes · 14 years ago
  7. e898ed5 Add more AVX 256-bit intrinsics and test cases for them by Bruno Cardoso Lopes · 14 years ago
  8. 5ce9462 Support x86 AVX 256-bit instructions built-ins. Right now support all of them, but by Bruno Cardoso Lopes · 14 years ago
  9. 2ac7472 Fix __builtin_ia32_roundss and __builtin_ia32_roundsd definitions. by Eric Christopher · 15 years ago
  10. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  11. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  12. 8fff257 Remove a few more vector builtins. by Eli Friedman · 15 years ago
  13. e0ae8bd Now that LLVM CodeGen can handle the generic variations a bit better, by Eli Friedman · 15 years ago
  14. dc5a1bd Test changes to account for removed builtins. by Eli Friedman · 15 years ago
  15. 409bf46 Remove an unused builtin. by Anders Carlsson · 15 years ago
  16. 79dcf5f Add 'cmp' SSE builtins and get rid of a bunch of other builtins. by Anders Carlsson · 15 years ago
  17. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  18. 2e2558e Fix definition of __builtin_ia32_vec_set_v2di and de-XFAIL builtins-x86.c. by Daniel Dunbar · 16 years ago
  19. e5582f0 Added vec_set intrinsics by Mon P Wang · 16 years ago
  20. eb15425 Add X86 builtin code generation test case. by Daniel Dunbar · 16 years ago