index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Headers
/
emmintrin.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Mark various pointer arguments in builtins as const
Warren Ristow
2019-12-19
1
-12
/
+12
*
Fix a spelling mistake in a couple of intrinsic description comments. NFC
Greg Bedwell
2019-10-27
1
-2
/
+2
*
[X86] Remove const from some intrinsics that shouldn't have them
Paul Robinson
2019-07-22
1
-3
/
+3
*
[X86] Restore the pavg intrinsics.
Craig Topper
2019-04-15
1
-10
/
+2
*
Move the builtin headers to use the new license file header.
Chandler Carruth
2019-04-08
1
-17
/
+3
*
[X86] Use the new unaligned vector typedefs for the loadu/storeu intrinsics p...
Craig Topper
2019-02-12
1
-4
/
+4
*
[X86] Add explicit alignment to __m128/__m128i/__m128d/etc. to allow matching...
Craig Topper
2019-02-08
1
-6
/
+9
*
[X86] Add more of the icc unaligned load/store to/from 128 bit vector intrinsics
Craig Topper
2018-09-29
1
-1
/
+106
*
[X86] Add __builtin_ia32_selectss_128 and __builtin_ia32_selectsd_128 that is...
Craig Topper
2018-07-10
1
-1
/
+2
*
[Builtins][Attributes][X86] Tag all X86 builtins with their required vector w...
Craig Topper
2018-07-09
1
-4
/
+4
*
[X86] Rename __builtin_ia32_pslldqi128 to __builtin_ia32_pslldqi128_byteshift...
Craig Topper
2018-06-14
1
-4
/
+4
*
[X86] Add builtins for shufps and shufpd to enable target feature and immedia...
Craig Topper
2018-06-08
1
-3
/
+2
*
[X86] Add builtins for pshufd, pshuflw, and pshufhw to enable target feature ...
Craig Topper
2018-06-08
1
-16
/
+3
*
[X86] Add back builtins for _mm_slli_si128/_mm_srli_si128 and similar intrin...
Craig Topper
2018-06-07
1
-40
/
+4
*
[X86] Add builtins for vector element insert and extract for different 128 an...
Craig Topper
2018-06-06
1
-13
/
+6
*
[X86] Mark all the builtins and intrinsics that require MMX and an SSE featur...
Craig Topper
2018-06-05
1
-6
/
+8
*
[X86] Fix wrong intrinsic semantic.
Tim Shen
2018-05-31
1
-5
/
+5
*
[X86] Remove __extension__ from macro intrinsics when its not needed.
Craig Topper
2018-05-31
1
-12
/
+12
*
[X86] Add __extension__ to a bunch of places in our intrinsic headers that fa...
Craig Topper
2018-05-30
1
-36
/
+36
*
[X86] Remove 'return' from a bunch of intrinsics that return void and use a b...
Craig Topper
2018-05-30
1
-1
/
+1
*
[X86] As mentioned in post-commit feedback in D47174, move the 128 bit f16c i...
Craig Topper
2018-05-22
1
-2
/
+0
*
[X86] Move 128-bit f16c intrinsics to __emmintrin_f16c.h include from emmintr...
Craig Topper
2018-05-22
1
-1
/
+1
*
[X86] Use __builtin_convertvector to implement some of the packed integer to ...
Craig Topper
2018-05-21
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-225
/
+225
*
[DOXYGEN] There was a request in the review D41507 to change the notation for...
Ekaterina Romanova
2018-02-16
1
-57
/
+57
*
[DOXYGEN] Fix doxygen and content issues in emmintrin.h
Douglas Yung
2018-01-02
1
-48
/
+63
*
[X86] Lower _mm[256|512]_[mask[z]]_avg_epu[8|16] intrinsics to native llvm IR
Yael Tsafrir
2017-09-12
1
-2
/
+10
*
[DOXYGEN] Corrected several typos and incorrect parameters description that S...
Ekaterina Romanova
2017-06-06
1
-3
/
+29
*
[DOXYGEN] Minor improvements in doxygen comments.
Ekaterina Romanova
2017-05-15
1
-109
/
+172
*
[X86][SSE] Add _mm_set_pd1 (PR32827)
Simon Pilgrim
2017-04-28
1
-0
/
+18
*
[DOXYGEN] Improvements to smmintrin.h and emmintrin.h intrinsics.
Ekaterina Romanova
2017-03-21
1
-1
/
+1
*
[X86] DAZ Macros Relocation
Oren Ben Simhon
2017-02-26
1
-0
/
+8
*
Added doxygen comments to smmintrin.h's intrinsics.
Ekaterina Romanova
2017-02-17
1
-1
/
+1
*
[DOXYGEN] Documentation for the newly added x86 intrinsics.
Ekaterina Romanova
2017-01-13
1
-2
/
+24
*
[DOXYGEN] Improved doxygen comments for x86 intrinsics.
Ekaterina Romanova
2016-12-27
1
-140
/
+156
*
[DOXYGEN] Improved doxygen comments for x86 intrinsics headers.
Ekaterina Romanova
2016-12-09
1
-197
/
+197
*
[DOXYGEN] Improved doxygen comments for emmintrin.h intrinsics.
Ekaterina Romanova
2016-12-08
1
-100
/
+100
*
Minor changes in x86 intrinsics headers; NFC
Ekaterina Romanova
2016-11-17
1
-3
/
+7
*
Doxygen comments for avxintrin.h.
Ekaterina Romanova
2016-11-09
1
-3
/
+3
*
Add more doxygen comments to emmintrin.h's intrinsics.
Ekaterina Romanova
2016-10-23
1
-6
/
+722
*
Add more doxygen comments to emmintrin.h's intrinsics.
Ekaterina Romanova
2016-10-20
1
-3
/
+837
*
Add some MS aliases for existing intrinsics
Albert Gutowski
2016-09-14
1
-20
/
+15
*
Reverse commit 281375 (breaks building Chromium)
Albert Gutowski
2016-09-13
1
-4
/
+20
*
Add some MS aliases for existing intrinsics
Albert Gutowski
2016-09-13
1
-20
/
+4
*
[X86] Use v2i64 vectors to implement _mm_and/andn/or/xor_pd.
Craig Topper
2016-08-31
1
-4
/
+4
*
Add doxygen comments to emmintrin.h's intrinsics.
Ekaterina Romanova
2016-07-22
1
-0
/
+769
*
[X86][SSE] Reimplement SSE fp2si conversion intrinsics instead of using gener...
Simon Pilgrim
2016-07-20
1
-5
/
+4
*
[X86] Use undefined instead of setzero in shufflevector based intrinsics when...
Craig Topper
2016-07-04
1
-12
/
+13
*
[X86] add _mm_loadu_si64
Asaf Badouh
2016-06-26
1
-0
/
+10
*
[X86] Fix pslldq/psrldq intrinsics to not fail compilation with immediates la...
Craig Topper
2016-06-25
1
-42
/
+40
[next]