1. 12868cc Add a MS specific intrinsic. by Anders Carlsson · 16 years ago
  2. 6b06b7a Eli noticed that I had forgotten some #defines. Add them. by Anders Carlsson · 16 years ago
  3. 629c5b4 Add float.h header. Eli, please review :) by Anders Carlsson · 16 years ago
  4. 4bcd44d Fix implementation of _mm_pause. by Anders Carlsson · 16 years ago
  5. 4fd3e63 OK, all tests pass. Let's start using the SSE2 header by Anders Carlsson · 16 years ago
  6. 92d6686 Fix formatting by Anders Carlsson · 16 years ago
  7. f1bc660 Add _mm_pause and _MM_SHUFFLE by Anders Carlsson · 16 years ago
  8. 4547075 More SSE2 intrinsics by Anders Carlsson · 16 years ago
  9. 0727df0 More SSE2 intrinsics by Anders Carlsson · 16 years ago
  10. dfb0911 Make _mm_add_si64 inlined by Anders Carlsson · 16 years ago
  11. 07603aa Add integer arithmetic intrinsics by Anders Carlsson · 16 years ago
  12. 445afa0 Add store/set/load intrisics by Anders Carlsson · 16 years ago
  13. 37f2f00 Start implementing some SSE2 instructions by Anders Carlsson · 16 years ago
  14. 398082e Fix test failures noticed by Fariborz. by Anders Carlsson · 16 years ago
  15. 2a29dcc Flip the switch and start using the new xmmintrin.h by Anders Carlsson · 16 years ago
  16. 8e28d24 Comment out _mm_insert_pi16 for now by Anders Carlsson · 16 years ago
  17. a6431dc Implement the last intrinsics, _mm_insert_pi16 is the last remaining one now. by Anders Carlsson · 16 years ago
  18. b595509 Add macros by Anders Carlsson · 16 years ago
  19. 50099cb Add misc intrinsics by Anders Carlsson · 16 years ago
  20. c1f9afd Add control register intrinsics by Anders Carlsson · 16 years ago
  21. 62af71c Add integer intrinsics by Anders Carlsson · 16 years ago
  22. dedad4e Add cacheability intrinsics by Anders Carlsson · 16 years ago
  23. 09b9305 Add store intrinsics by Anders Carlsson · 16 years ago
  24. a6ba001 Add set intrinsics by Anders Carlsson · 16 years ago
  25. 9770086 Add load intrinsics by Anders Carlsson · 16 years ago
  26. 1b76b80 _mm_cvtsi64_ss is 64-bit only, so wrap it in #ifdef __x86_64__ by Anders Carlsson · 16 years ago
  27. 4fcc313 Add a couple of conversion intrinsics by Anders Carlsson · 16 years ago
  28. f62c681 Add comparison intrinsics. by Anders Carlsson · 16 years ago
  29. 566d8da Check in an in-progress version of xmmintrin.h that I had lying around. by Anders Carlsson · 16 years ago
  30. 28d6cba Define NULL to __null in C++, so that it's guaranteed to have the same size as a pointer by Douglas Gregor · 16 years ago
  31. f8e61b3 #define NULL as 0 when compiling as C++. This fixes the carbon.cpp and cocoa.mm test failures. by Anders Carlsson · 16 years ago
  32. 0b4f69f Fix mmintrin.h to use proper definition of functions taking no by Daniel Dunbar · 16 years ago
  33. 83e61e5 Mark mmintrin functions static inline, this ensures they don't end up by Daniel Dunbar · 16 years ago
  34. d2f4e5e CMake: Builds and installs clang binary and libs (no docs yet). It by Oscar Fuentes · 16 years ago
  35. f5e8ba0 Actually use the mmintrin.h header, it's good enough now. by Anders Carlsson · 16 years ago
  36. da298fd Apparently gcc uses pi64 for the shift intrinsics. by Anders Carlsson · 16 years ago
  37. 551b964 Remove copyright notice, we decided not to have them. by Anders Carlsson · 16 years ago
  38. a1d91fe Implementation of stdarg.h. by Eli Friedman · 16 years ago
  39. eb1df85 Protect iso646.h from C++ (although I can't imagine why someone would by Eli Friedman · 16 years ago
  40. 8ba179d Add a couple more headers. stddef was discussed on cfe-dev, and by Eli Friedman · 16 years ago
  41. edbd928 Use double-underscores in front of all non-keywords to protect against by Eli Friedman · 16 years ago
  42. 1e6d14f Make header use the new __builtin_shufflevector builtin. by Eli Friedman · 16 years ago
  43. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 16 years ago