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
*
Add doxygen comments to emmintrin.h's intrinsics. Only around 25% of the intr...
Ekaterina Romanova
2016-04-08
1
-1
/
+939
*
[X86] Add 'pause' builtin that's already in llvm and use it instead of inline...
Craig Topper
2015-11-11
1
-1
/
+1
*
[X86] Use __builtin_ia32_paddq and __builtin_ia32_psubq to implement a couple...
Craig Topper
2015-11-11
1
-2
/
+2
*
[X86] Add missing typecasts in intrinsic macros. This should make them more r...
Craig Topper
2015-11-11
1
-2
/
+2
*
[X86] Use setzero instead of set1(0) in a few places in intrinsic headers.
Craig Topper
2015-11-10
1
-3
/
+3
*
Fix the SSE4 byte sign extension in a cleaner way, and more thoroughly
Chandler Carruth
2015-10-01
1
-2
/
+5
*
[X86] Make f16c intrinsics accessible through emmintrin.h, per Intel docs
Michael Kuperstein
2015-09-21
1
-0
/
+2
*
[X86] Fix some non-reserved parameter names in intrinsic headers
Michael Kuperstein
2015-09-21
1
-18
/
+18
*
[X86][SSE] Add _mm_undefined_* intrinsics
Simon Pilgrim
2015-08-26
1
-0
/
+12
*
[X86] Rename DEFAULT_FN_ATTR macro to __DEFAULT_FN_ATTR
Michael Kuperstein
2015-06-30
1
-216
/
+216
*
Update the intel intrinsic headers to use the target attribute support.
Eric Christopher
2015-06-17
1
-7
/
+1
*
Use a define for per-file function attributes for the Intel intrinsic headers.
Eric Christopher
2015-06-17
1
-214
/
+219
*
[X86] Add _mm_bslli_si128 and _mm_bsrli_si128 as aliases of _mm_slli_si128 an...
Craig Topper
2015-02-13
1
-0
/
+6
*
[X86] Simplify some code and remove some -Wshadow disables from intrinsic hea...
Craig Topper
2015-02-13
1
-65
/
+46
*
Make the byte-shift SSE intrinsics emit vector shuffles which we know the bac...
Filipe Cabecinhas
2015-02-07
1
-11
/
+48
*
Headers: Don't use attribute keywords which aren't reserved
David Majnemer
2015-02-04
1
-2
/
+2
*
[x86] Add the (v)cmpps/pd/ss/sd builtins to match gcc. Use them in the sse in...
Craig Topper
2014-12-27
1
-24
/
+24
*
Fix a SSE2 intrinsics typo
Alp Toker
2013-11-23
1
-1
/
+1
*
_mm_extract_epi16: use "& 7" when index is out of bound.
Manman Ren
2013-10-22
1
-1
/
+1
*
Suppress useless -Wshadow warning when using _mm* macros from emmintrin.h
Ted Kremenek
2013-10-07
1
-0
/
+12
*
Add _mm_stream_si64 intrinsic.
Eli Friedman
2013-09-23
1
-0
/
+8
*
X86 intrinsics: cmpge|gt|nge|ngt_ss|_sd
Manman Ren
2013-06-17
1
-4
/
+8
*
Avoid names like __in that conflict with SAL in builtin headers
Reid Kleckner
2013-04-19
1
-12
/
+12
*
PR14964: intrinsic headers using non-reserved identifiers
David Blaikie
2013-01-16
1
-430
/
+430
*
Get rid of storelv4si builtin as it can be expressed directly. This is general
Chad Rosier
2012-05-01
1
-1
/
+4
*
Comment mystery code.
Nick Lewycky
2012-02-04
1
-0
/
+2
*
Make _mm_cmpgt_epi8 immute to -funsigned-char.
Nick Lewycky
2012-02-03
1
-1
/
+2
*
Fix vector macros to correctly check argument types. <rdar://problem/10261670>
Bob Wilson
2011-11-05
1
-22
/
+29
*
Add _mm_comige_sd to emmintrin.h, since I apparently forgot to do this in r13...
Eli Friedman
2011-10-06
1
-0
/
+6
*
Tweak *mmintrin.h so that they don't make any bad assumptions about alignment...
Eli Friedman
2011-09-15
1
-13
/
+45
*
Add missing function _mm_ucomige_sd to emmintrin.h. PR10803.
Eli Friedman
2011-08-29
1
-0
/
+6
*
Add 'may_alias' attribute. Noticed by Eli.
Bill Wendling
2011-05-13
1
-2
/
+2
*
Represent the unaligned loads natively. These are converted into a call to the
Bill Wendling
2011-05-13
1
-2
/
+8
*
LLVM doesn't always optimize away the four loads from this:
Bill Wendling
2011-05-12
1
-1
/
+1
*
PR9866: Fix the implementation of _mm_loadl_pd and _mm_loadh_pd to not make
Eli Friedman
2011-05-07
1
-2
/
+2
*
don't use compound literals in MM macros, since they will be instantiated
Chris Lattner
2011-04-25
1
-3
/
+5
*
Just use a native "load" instead of translating the builtin later. Clang can
Bill Wendling
2011-04-13
1
-1
/
+1
*
__builtin_ia32_psrldqi128 too
Chris Lattner
2010-10-01
1
-6
/
+4
*
the second argument to __builtin_ia32_pslldqi128 must be an immediate,
Chris Lattner
2010-10-01
1
-5
/
+2
*
Move some type defines from smmintrin.h to emmintrin.h to match where
Eric Christopher
2010-08-26
1
-0
/
+3
*
Fix header comments.
Benjamin Kramer
2010-08-20
1
-2
/
+2
*
fix some vector extractions to return properly zero extended values
Chris Lattner
2010-08-20
1
-1
/
+1
*
PR7588: Fix the _mm_shufflehi_epi16 macro. (The issue was an oversight
Eli Friedman
2010-07-08
1
-3
/
+4
*
fix _mm_shuffle_pd too, thanks to Joel Falcou for pointing this out.
Chris Lattner
2010-05-15
1
-2
/
+3
*
fix PR6658: inline isn't a keyword in C89 mode, use __inline__ instead.
Chris Lattner
2010-03-22
1
-213
/
+213
*
Migrate typedefs to the top level of xmmintrin.h and remove the same
Eric Christopher
2010-03-20
1
-1
/
+0
*
Make our char vector types not be explicitly signed to match GCC and to fix c...
Anders Carlsson
2009-09-18
1
-1
/
+1
*
Fix PR4923.
Anders Carlsson
2009-09-18
1
-2
/
+14
*
Switch some functions from using x86 builtins to using vector
Eli Friedman
2009-07-22
1
-10
/
+10
*
Remove a few more vector builtins.
Eli Friedman
2009-06-07
1
-1
/
+1
[next]