aboutsummaryrefslogtreecommitdiff
path: root/lib/Headers/xmmintrin.h
AgeCommit message (Expand)Author
2009-06-11Following gcc, hide the hack to include the SSE2 intrinsics from Eli Friedman
2009-06-07xmmintrin needs to include emmintrin, Darwin system headers seem to depend on itDaniel Dunbar
2009-06-07Now that LLVM CodeGen can handle the generic variations a bit better, Eli Friedman
2009-06-06Replace more calls to builtins with generic code.Eli Friedman
2009-06-06Fix some casts to work without -flax-vector-conversions.Eli Friedman
2009-06-06Misc fixes to MMX/SSE intrinsics: a few small bug fixes, and getting rid Eli Friedman
2009-06-02Add aliases for a couple of SSE intrinsics. Patch by Ed Schouten.Eli Friedman
2009-05-18Add 'cmp' SSE builtins and get rid of a bunch of other builtins.Anders Carlsson
2009-04-17fix misspelt attribute.Chris Lattner
2009-02-17Spell __always_inline__ correctly.Daniel Dunbar
2009-02-14Fix more xmmintrin.h typosAnders Carlsson
2009-02-14Add the nodebug attribute to intrinsicsAnders Carlsson
2009-02-1380col.Mike Stump
2009-02-11Fix some mistakes I made when I tried to decipher the Intel documentation of ...Anders Carlsson
2009-01-21Fix more bugs I discoveredAnders Carlsson
2009-01-20Fix some errors I noticedAnders Carlsson
2008-12-27Add a MS specific intrinsic.Anders Carlsson
2008-12-26OK, all tests pass. Let's start using the SSE2 headerAnders Carlsson
2008-12-22Fix test failures noticed by Fariborz.Anders Carlsson
2008-12-22Flip the switch and start using the new xmmintrin.hAnders Carlsson