summaryrefslogtreecommitdiffstats
path: root/lib/Headers/xmmintrin.h
Commit message (Expand)AuthorAgeFilesLines
* [DOXYGEN] Corrected several typos and incorrect parameters description that S...Ekaterina Romanova2017-06-061-1/+1
* (1) Fixed mismatch in intrinsics names in declarations and in doxygen comments.Ekaterina Romanova2017-05-171-16/+9
* [DOXYGEN] Minor improvements in doxygen comments.Ekaterina Romanova2017-05-151-12/+16
* [DOXYGEN] Minor improvements in doxygen comments.Ekaterina Romanova2017-04-181-1/+1
* [DOXYGEN] Documentation for the newly added x86 intrinsics.Ekaterina Romanova2017-01-131-7/+7
* [DOXYGEN] Improved doxygen comments for xmmintrin.h intrinsics.Ekaterina Romanova2016-12-271-105/+171
* [DOXYGEN] Improved doxygen comments for x86 intrinsics headers.Ekaterina Romanova2016-12-091-126/+126
* [DOXYGEN] Improved doxygen comments for xmmintrin.h intrinsics.Ekaterina Romanova2016-12-081-26/+26
* Minor changes in x86 intrinsics headers; NFCEkaterina Romanova2016-11-171-4/+17
* [NFC] Fixing the description for _mm_store_ps and _mm_store_ps1.Yunzhong Gao2016-10-121-15/+15
* [NFC] Trial change to remove a redundant blank line.Yunzhong Gao2016-10-121-1/+0
* Add some MS aliases for existing intrinsicsAlbert Gutowski2016-09-141-15/+14
* Reverse commit 281375 (breaks building Chromium)Albert Gutowski2016-09-131-3/+15
* Add some MS aliases for existing intrinsicsAlbert Gutowski2016-09-131-15/+3
* [X86] Add missing __x86_64__ qualifiers on a bunch of intrinsics that assume ...Craig Topper2016-07-211-0/+2
* [X86][SSE] Reimplement SSE fp2si conversion intrinsics instead of using gener...Simon Pilgrim2016-07-201-2/+2
* [X86] Use __builtin_ia32_vec_ext_v4hi and __builtin_ia32_vec_set_v4hi to impl...Craig Topper2016-07-091-13/+4
* [X86] Use undefined instead of setzero in shufflevector based intrinsics when...Craig Topper2016-07-041-3/+4
* [X86] _MM_ALIGN16 attribute support for non-windows targetsZvi Rackover2016-06-181-3/+1
* [Clang][X86] Convert non-temporal store builtins to generic __builtin_nontemp...Simon Pilgrim2016-06-131-1/+1
* [X86] Add void to the argument list of intrinsics that don't take arguments s...Craig Topper2016-06-091-1/+1
* Add doxygen comments to xmmintrin.h's intrinsics.Ekaterina Romanova2016-06-081-0/+944
* [X86] Use unsigned types for vector arithmetic in intrinsics to avoid undefin...Craig Topper2016-06-041-4/+7
* [X86][SSE] _mm_store1_ps/_mm_store1_pd should require an aligned pointerSimon Pilgrim2016-05-301-7/+7
* [X86] Replace unaligned store builtins in SSE/AVX intrinsic files with code t...Craig Topper2016-05-301-1/+4
* [X86] Add typecasts to remove most assumptions about what __m128i/__m256i is ...Craig Topper2016-05-161-72/+72
* [modules] Make the tweak to avoid circular inclusion of emmintrin.h andRichard Smith2016-04-211-1/+1
* Add doxygen comments to xmmintrin.h's intrinsics.Ekaterina Romanova2016-03-101-0/+943
* [X86] Remove temporary variables from macros in x86 intrinsic headers. Preven...Craig Topper2015-11-101-5/+2
* Clean up trailing whitespace in the builtin headersSean Silva2015-09-121-9/+9
* [X86][SSE] Add _mm_undefined_* intrinsicsSimon Pilgrim2015-08-261-0/+6
* [X86] Add support for _MM_ALIGN16Michael Kuperstein2015-08-061-0/+5
* [X86] Rename DEFAULT_FN_ATTR macro to __DEFAULT_FN_ATTRMichael Kuperstein2015-06-301-127/+127
* Update the intel intrinsic headers to use the target attribute support.Eric Christopher2015-06-171-7/+1
* Use a define for per-file function attributes for the Intel intrinsic headers.Eric Christopher2015-06-171-125/+130
* [modules] Fix a #include cycle when building a module for our builtin headers.Richard Smith2015-05-141-1/+1
* [x86] Add the (v)cmpps/pd/ss/sd builtins to match gcc. Use them in the sse in...Craig Topper2014-12-271-24/+24
* Replace a few // comments with /**/ comments in headers, for consistency.Nico Weber2014-07-081-3/+3
* Fix a bug in xmmintrin.h.Akira Hatanaka2014-05-231-1/+1
* [_mm_prefetch] Returning previously deleted comment.Warren Hunt2014-02-221-0/+3
* Reapply 201734 but with appropriate gcc compatibilityWarren Hunt2014-02-211-3/+2
* Revert r201734 and r201742.Daniel Jasper2014-02-201-0/+5
* Add _mm_prefetch and some others as MS builtinsWarren Hunt2014-02-191-5/+0
* X86 intrinsics: cmpge|gt|nge|ngt_ss|_sdManman Ren2013-06-171-4/+12
* Even in a modules world, people will depend on the weird xmmintrin.h -> emmin...Douglas Gregor2013-06-071-2/+0
* [lib/Headers] Break the module import cycle between _Builtin_intrinsics.sse a...Argyrios Kyrtzidis2013-03-271-0/+2
* PR14964: intrinsic headers using non-reserved identifiersDavid Blaikie2013-01-161-308/+308
* X86 SSE Intrinsics: update header for sqrt_ss, rsqrt_ss and rcp_ss.Manman Ren2012-10-261-3/+6
* Fix a typo: _MM_FLUSH_ZERO_OFF has the wrong value. rdar://10716672Bob Wilson2012-01-231-1/+1
* Add AVX2 permute intrinsics. Also add parentheses on some macro arguments in ...Craig Topper2011-12-241-1/+1