1. 9afb227 fix a bug in the _MM_TRANSPOSE4_PS definition, patch by Brian Sumner from PR6138 by Chris Lattner · 15 years ago
  2. 2c48345 _mm_xor_ps does a xor not a nxor. The other 'xor' builtins look fine, by Chris Lattner · 15 years ago
  3. c7d95dc Following gcc, hide the hack to include the SSE2 intrinsics from by Eli Friedman · 15 years ago
  4. 3eef3e1 xmmintrin needs to include emmintrin, Darwin system headers seem to depend on it by Daniel Dunbar · 15 years ago
  5. e0ae8bd Now that LLVM CodeGen can handle the generic variations a bit better, by Eli Friedman · 15 years ago
  6. 098136a Replace more calls to builtins with generic code. by Eli Friedman · 15 years ago
  7. 17d2e3a Fix some casts to work without -flax-vector-conversions. by Eli Friedman · 15 years ago
  8. 80c8004 Misc fixes to MMX/SSE intrinsics: a few small bug fixes, and getting rid by Eli Friedman · 15 years ago
  9. db7351a Add aliases for a couple of SSE intrinsics. Patch by Ed Schouten. by Eli Friedman · 15 years ago
  10. 79dcf5f Add 'cmp' SSE builtins and get rid of a bunch of other builtins. by Anders Carlsson · 15 years ago
  11. 7add547 fix misspelt attribute. by Chris Lattner · 16 years ago
  12. d99e31b Spell __always_inline__ correctly. by Daniel Dunbar · 16 years ago
  13. a837a07 Fix more xmmintrin.h typos by Anders Carlsson · 16 years ago
  14. a2f12ae Add the nodebug attribute to intrinsics by Anders Carlsson · 16 years ago
  15. dae4413 80col. by Mike Stump · 16 years ago
  16. 4cc4427 Fix some mistakes I made when I tried to decipher the Intel documentation of the MXCSR register by Anders Carlsson · 16 years ago
  17. bbd1fa2 Fix more bugs I discovered by Anders Carlsson · 16 years ago
  18. 62005c1 Fix some errors I noticed by Anders Carlsson · 16 years ago
  19. 12868cc Add a MS specific intrinsic. by Anders Carlsson · 16 years ago
  20. 4fd3e63 OK, all tests pass. Let's start using the SSE2 header by Anders Carlsson · 16 years ago
  21. 398082e Fix test failures noticed by Fariborz. by Anders Carlsson · 16 years ago
  22. 2a29dcc Flip the switch and start using the new xmmintrin.h by Anders Carlsson · 16 years ago[Renamed from lib/Headers/xmmintrin.devel.h]
  23. 8e28d24 Comment out _mm_insert_pi16 for now by Anders Carlsson · 16 years ago
  24. a6431dc Implement the last intrinsics, _mm_insert_pi16 is the last remaining one now. by Anders Carlsson · 16 years ago
  25. b595509 Add macros by Anders Carlsson · 16 years ago
  26. 50099cb Add misc intrinsics by Anders Carlsson · 16 years ago
  27. c1f9afd Add control register intrinsics by Anders Carlsson · 16 years ago
  28. 62af71c Add integer intrinsics by Anders Carlsson · 16 years ago
  29. dedad4e Add cacheability intrinsics by Anders Carlsson · 16 years ago
  30. 09b9305 Add store intrinsics by Anders Carlsson · 16 years ago
  31. a6ba001 Add set intrinsics by Anders Carlsson · 16 years ago
  32. 9770086 Add load intrinsics by Anders Carlsson · 16 years ago
  33. 1b76b80 _mm_cvtsi64_ss is 64-bit only, so wrap it in #ifdef __x86_64__ by Anders Carlsson · 16 years ago
  34. 4fcc313 Add a couple of conversion intrinsics by Anders Carlsson · 16 years ago
  35. f62c681 Add comparison intrinsics. by Anders Carlsson · 16 years ago
  36. 566d8da Check in an in-progress version of xmmintrin.h that I had lying around. by Anders Carlsson · 16 years ago