1. 4a5496b Make replicate intrinsics use shufflevector instead of dup builtins, also remove the dup builtins by Bruno Cardoso Lopes · 14 years ago
  2. 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
  3. e898ed5 Add more AVX 256-bit intrinsics and test cases for them by Bruno Cardoso Lopes · 14 years ago
  4. 5ce9462 Support x86 AVX 256-bit instructions built-ins. Right now support all of them, but by Bruno Cardoso Lopes · 14 years ago
  5. 2ac7472 Fix __builtin_ia32_roundss and __builtin_ia32_roundsd definitions. by Eric Christopher · 14 years ago
  6. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  7. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  8. 8fff257 Remove a few more vector builtins. by Eli Friedman · 15 years ago
  9. e0ae8bd Now that LLVM CodeGen can handle the generic variations a bit better, by Eli Friedman · 15 years ago
  10. dc5a1bd Test changes to account for removed builtins. by Eli Friedman · 15 years ago
  11. 409bf46 Remove an unused builtin. by Anders Carlsson · 15 years ago
  12. 79dcf5f Add 'cmp' SSE builtins and get rid of a bunch of other builtins. by Anders Carlsson · 15 years ago
  13. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  14. 2e2558e Fix definition of __builtin_ia32_vec_set_v2di and de-XFAIL builtins-x86.c. by Daniel Dunbar · 16 years ago
  15. e5582f0 Added vec_set intrinsics by Mon P Wang · 16 years ago
  16. eb15425 Add X86 builtin code generation test case. by Daniel Dunbar · 16 years ago