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