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 '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
*
Replace more calls to builtins with generic code.
Eli Friedman
2009-06-06
1
-6
/
+19
*
Fix some casts to work without -flax-vector-conversions.
Eli Friedman
2009-06-06
1
-5
/
+5
*
Misc fixes to MMX/SSE intrinsics: a few small bug fixes, and getting rid
Eli Friedman
2009-06-06
1
-19
/
+28
*
Add aliases for a couple of SSE intrinsics. Patch by Ed Schouten.
Eli Friedman
2009-06-02
1
-0
/
+2
*
Add 'cmp' SSE builtins and get rid of a bunch of other builtins.
Anders Carlsson
2009-05-18
1
-24
/
+24
*
Fix typo.
Anders Carlsson
2009-04-06
1
-1
/
+1
*
Add the nodebug attribute to intrinsics
Anders Carlsson
2009-02-14
1
-211
/
+211
*
80col.
Mike Stump
2009-02-13
1
-211
/
+422
*
Fix more bugs I discovered
Anders Carlsson
2009-01-21
1
-1
/
+1
*
Fix implementation of _mm_pause.
Anders Carlsson
2008-12-26
1
-1
/
+1
*
OK, all tests pass. Let's start using the SSE2 header
Anders Carlsson
2008-12-26
1
-0
/
+1116