index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Headers
/
emmintrin.h
Age
Commit message (
Expand
)
Author
2013-04-19
Avoid names like __in that conflict with SAL in builtin headers
Reid Kleckner
2013-01-16
PR14964: intrinsic headers using non-reserved identifiers
David Blaikie
2012-05-01
Get rid of storelv4si builtin as it can be expressed directly. This is general
Chad Rosier
2012-02-04
Comment mystery code.
Nick Lewycky
2012-02-03
Make _mm_cmpgt_epi8 immute to -funsigned-char.
Nick Lewycky
2011-11-05
Fix vector macros to correctly check argument types. <rdar://problem/10261670>
Bob Wilson
2011-10-06
Add _mm_comige_sd to emmintrin.h, since I apparently forgot to do this in r13...
Eli Friedman
2011-09-15
Tweak *mmintrin.h so that they don't make any bad assumptions about alignment...
Eli Friedman
2011-08-29
Add missing function _mm_ucomige_sd to emmintrin.h. PR10803.
Eli Friedman
2011-05-13
Add 'may_alias' attribute. Noticed by Eli.
Bill Wendling
2011-05-13
Represent the unaligned loads natively. These are converted into a call to the
Bill Wendling
2011-05-12
LLVM doesn't always optimize away the four loads from this:
Bill Wendling
2011-05-07
PR9866: Fix the implementation of _mm_loadl_pd and _mm_loadh_pd to not make
Eli Friedman
2011-04-25
don't use compound literals in MM macros, since they will be instantiated
Chris Lattner
2011-04-13
Just use a native "load" instead of translating the builtin later. Clang can
Bill Wendling
2010-10-01
__builtin_ia32_psrldqi128 too
Chris Lattner
2010-10-01
the second argument to __builtin_ia32_pslldqi128 must be an immediate,
Chris Lattner
2010-08-26
Move some type defines from smmintrin.h to emmintrin.h to match where
Eric Christopher
2010-08-20
Fix header comments.
Benjamin Kramer
2010-08-20
fix some vector extractions to return properly zero extended values
Chris Lattner
2010-07-08
PR7588: Fix the _mm_shufflehi_epi16 macro. (The issue was an oversight
Eli Friedman
2010-05-15
fix _mm_shuffle_pd too, thanks to Joel Falcou for pointing this out.
Chris Lattner
2010-03-22
fix PR6658: inline isn't a keyword in C89 mode, use __inline__ instead.
Chris Lattner
2010-03-20
Migrate typedefs to the top level of xmmintrin.h and remove the same
Eric Christopher
2009-09-18
Make our char vector types not be explicitly signed to match GCC and to fix c...
Anders Carlsson
2009-09-18
Fix PR4923.
Anders Carlsson
2009-07-22
Switch some functions from using x86 builtins to using vector
Eli Friedman
2009-06-07
Remove a few more vector builtins.
Eli Friedman
2009-06-06
Replace more calls to builtins with generic code.
Eli Friedman
2009-06-06
Fix some casts to work without -flax-vector-conversions.
Eli Friedman
2009-06-06
Misc fixes to MMX/SSE intrinsics: a few small bug fixes, and getting rid
Eli Friedman
2009-06-02
Add aliases for a couple of SSE intrinsics. Patch by Ed Schouten.
Eli Friedman
2009-05-18
Add 'cmp' SSE builtins and get rid of a bunch of other builtins.
Anders Carlsson
2009-04-06
Fix typo.
Anders Carlsson
2009-02-14
Add the nodebug attribute to intrinsics
Anders Carlsson
2009-02-13
80col.
Mike Stump
2009-01-21
Fix more bugs I discovered
Anders Carlsson
2008-12-26
Fix implementation of _mm_pause.
Anders Carlsson
2008-12-26
OK, all tests pass. Let's start using the SSE2 header
Anders Carlsson