1. eb94155 fix _mm_shuffle_pd too, thanks to Joel Falcou for pointing this out. by Chris Lattner · 15 years ago
  2. 1bddbcb fix PR6658: inline isn't a keyword in C89 mode, use __inline__ instead. by Chris Lattner · 15 years ago
  3. 020f1ed Migrate typedefs to the top level of xmmintrin.h and remove the same by Eric Christopher · 15 years ago
  4. 4bf4e30 Make our char vector types not be explicitly signed to match GCC and to fix compilation with C++ and -fno-lax-vector-conversions by Anders Carlsson · 15 years ago
  5. 9436ed5 Fix PR4923. by Anders Carlsson · 15 years ago
  6. 3a266f2 Switch some functions from using x86 builtins to using vector operations. by Eli Friedman · 15 years ago
  7. 8fff257 Remove a few more vector builtins. by Eli Friedman · 16 years ago
  8. 098136a Replace more calls to builtins with generic code. by Eli Friedman · 16 years ago
  9. 17d2e3a Fix some casts to work without -flax-vector-conversions. by Eli Friedman · 16 years ago
  10. 80c8004 Misc fixes to MMX/SSE intrinsics: a few small bug fixes, and getting rid by Eli Friedman · 16 years ago
  11. db7351a Add aliases for a couple of SSE intrinsics. Patch by Ed Schouten. by Eli Friedman · 16 years ago
  12. 79dcf5f Add 'cmp' SSE builtins and get rid of a bunch of other builtins. by Anders Carlsson · 16 years ago
  13. ae8ecdd Fix typo. 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. bbd1fa2 Fix more bugs I discovered by Anders Carlsson · 16 years ago
  17. 4bcd44d Fix implementation of _mm_pause. by Anders Carlsson · 16 years ago
  18. 4fd3e63 OK, all tests pass. Let's start using the SSE2 header by Anders Carlsson · 16 years ago[Renamed from lib/Headers/emmintrin.devel.h]
  19. 92d6686 Fix formatting by Anders Carlsson · 16 years ago
  20. f1bc660 Add _mm_pause and _MM_SHUFFLE by Anders Carlsson · 16 years ago
  21. 4547075 More SSE2 intrinsics by Anders Carlsson · 16 years ago
  22. 0727df0 More SSE2 intrinsics by Anders Carlsson · 16 years ago
  23. dfb0911 Make _mm_add_si64 inlined by Anders Carlsson · 16 years ago
  24. 07603aa Add integer arithmetic intrinsics by Anders Carlsson · 16 years ago
  25. 445afa0 Add store/set/load intrisics by Anders Carlsson · 16 years ago
  26. 37f2f00 Start implementing some SSE2 instructions by Anders Carlsson · 16 years ago