summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/builtins-x86.c
Commit message (Expand)AuthorAgeFilesLines
* Remove rsqrtps_nr256 and sqrtps_nr256 builtins, at least until we need themBruno Cardoso Lopes2010-08-111-2/+0
* Remove 256-bit cast built-ins and make the AVX intrinsic call llvm __builtin_...Bruno Cardoso Lopes2010-08-111-6/+0
* Remove 256-bit unpack built-ins and make the AVX intrinsic call llvm __builti...Bruno Cardoso Lopes2010-08-111-4/+0
* Remove 256-bit shuffle built-ins and make the AVX intrinsic call llvm __built...Bruno Cardoso Lopes2010-08-111-2/+0
* Make replicate intrinsics use shufflevector instead of dup builtins, also rem...Bruno Cardoso Lopes2010-08-101-3/+0
* We don't want to support built-ins which aren't needed by the intrinsics. Rem...Bruno Cardoso Lopes2010-08-051-16/+0
* Add more AVX 256-bit intrinsics and test cases for themBruno Cardoso Lopes2010-08-041-0/+36
* Support x86 AVX 256-bit instructions built-ins. Right now support all of them...Bruno Cardoso Lopes2010-08-031-2/+112
* Fix __builtin_ia32_roundss and __builtin_ia32_roundsd definitions.Eric Christopher2010-03-041-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
* Remove a few more vector builtins.Eli Friedman2009-06-071-5/+0
* Now that LLVM CodeGen can handle the generic variations a bit better, Eli Friedman2009-06-071-4/+0
* Test changes to account for removed builtins.Eli Friedman2009-06-061-143/+0
* Remove an unused builtin.Anders Carlsson2009-05-181-1/+0
* Add 'cmp' SSE builtins and get rid of a bunch of other builtins.Anders Carlsson2009-05-181-44/+32
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-2/+2
* Fix definition of __builtin_ia32_vec_set_v2di and de-XFAILDaniel Dunbar2009-01-261-5/+4
* Added vec_set intrinsicsMon P Wang2008-10-181-0/+4
* Add X86 builtin code generation test case.Daniel Dunbar2008-10-051-0/+532
OpenPOWER on IntegriCloud