1. 6148428 C++ really shouldn't check these #defines, thanks to Howard by Chris Lattner · 15 years ago
  2. dfd556e remove two eroneous suffixes, these promote to int. Thanks to Neil by Chris Lattner · 15 years ago
  3. 33cfe69 add note, weirdness. by Chris Lattner · 15 years ago
  4. 7ed4f39 fix some missing parens, thanks for Eli's review! by Chris Lattner · 15 years ago
  5. 34faffa fix a typo that Sebastian noticed! by Chris Lattner · 15 years ago
  6. c865f7a make sure that UINTMAX_MAX has an unsigned type. This assumes that by Chris Lattner · 15 years ago
  7. f894bd0 make various MAX/MIN constants be preprocessor constants, not C constants. by Chris Lattner · 15 years ago
  8. b1f3fe5 start of tgmath, yuck. by Chris Lattner · 15 years ago
  9. 25d69b5 Apparently it is important to define intptr_t and uintptr_t to by Chris Lattner · 15 years ago
  10. 63b4fe6 Fix some errors in the new stdint.h. by Sebastian Redl · 15 years ago
  11. ed27d44 only define MB_LEN_MAX if the system <limits.h> doesn't. by Chris Lattner · 15 years ago
  12. 2a67f7b add a stdint.h header. by Chris Lattner · 15 years ago
  13. a9cece6 correct description by Chris Lattner · 15 years ago
  14. c807423 first hack at limits.h by Chris Lattner · 15 years ago
  15. 3733831 Avoid creating .dir files in the installation area. by Mike Stump · 15 years ago
  16. bbd1fa2 Fix more bugs I discovered by Anders Carlsson · 15 years ago
  17. 62005c1 Fix some errors I noticed by Anders Carlsson · 15 years ago
  18. d4a5c9a Add mm_malloc.h, patch by Sam Weinig. by Anders Carlsson · 15 years ago
  19. 12868cc Add a MS specific intrinsic. by Anders Carlsson · 16 years ago
  20. 6b06b7a Eli noticed that I had forgotten some #defines. Add them. by Anders Carlsson · 16 years ago
  21. 629c5b4 Add float.h header. Eli, please review :) by Anders Carlsson · 16 years ago
  22. 4bcd44d Fix implementation of _mm_pause. by Anders Carlsson · 16 years ago
  23. 4fd3e63 OK, all tests pass. Let's start using the SSE2 header by Anders Carlsson · 16 years ago
  24. 92d6686 Fix formatting by Anders Carlsson · 16 years ago
  25. f1bc660 Add _mm_pause and _MM_SHUFFLE by Anders Carlsson · 16 years ago
  26. 4547075 More SSE2 intrinsics by Anders Carlsson · 16 years ago
  27. 0727df0 More SSE2 intrinsics by Anders Carlsson · 16 years ago
  28. dfb0911 Make _mm_add_si64 inlined by Anders Carlsson · 16 years ago
  29. 07603aa Add integer arithmetic intrinsics by Anders Carlsson · 16 years ago
  30. 445afa0 Add store/set/load intrisics by Anders Carlsson · 16 years ago
  31. 37f2f00 Start implementing some SSE2 instructions by Anders Carlsson · 16 years ago
  32. 398082e Fix test failures noticed by Fariborz. by Anders Carlsson · 16 years ago
  33. 2a29dcc Flip the switch and start using the new xmmintrin.h by Anders Carlsson · 16 years ago
  34. 8e28d24 Comment out _mm_insert_pi16 for now by Anders Carlsson · 16 years ago
  35. a6431dc Implement the last intrinsics, _mm_insert_pi16 is the last remaining one now. by Anders Carlsson · 16 years ago
  36. b595509 Add macros by Anders Carlsson · 16 years ago
  37. 50099cb Add misc intrinsics by Anders Carlsson · 16 years ago
  38. c1f9afd Add control register intrinsics by Anders Carlsson · 16 years ago
  39. 62af71c Add integer intrinsics by Anders Carlsson · 16 years ago
  40. dedad4e Add cacheability intrinsics by Anders Carlsson · 16 years ago
  41. 09b9305 Add store intrinsics by Anders Carlsson · 16 years ago
  42. a6ba001 Add set intrinsics by Anders Carlsson · 16 years ago
  43. 9770086 Add load intrinsics by Anders Carlsson · 16 years ago
  44. 1b76b80 _mm_cvtsi64_ss is 64-bit only, so wrap it in #ifdef __x86_64__ by Anders Carlsson · 16 years ago
  45. 4fcc313 Add a couple of conversion intrinsics by Anders Carlsson · 16 years ago
  46. f62c681 Add comparison intrinsics. by Anders Carlsson · 16 years ago
  47. 566d8da Check in an in-progress version of xmmintrin.h that I had lying around. by Anders Carlsson · 16 years ago
  48. 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
  49. 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
  50. 0b4f69f Fix mmintrin.h to use proper definition of functions taking no by Daniel Dunbar · 16 years ago
  51. 83e61e5 Mark mmintrin functions static inline, this ensures they don't end up by Daniel Dunbar · 16 years ago
  52. d2f4e5e CMake: Builds and installs clang binary and libs (no docs yet). It by Oscar Fuentes · 16 years ago
  53. f5e8ba0 Actually use the mmintrin.h header, it's good enough now. by Anders Carlsson · 16 years ago
  54. da298fd Apparently gcc uses pi64 for the shift intrinsics. by Anders Carlsson · 16 years ago
  55. 551b964 Remove copyright notice, we decided not to have them. by Anders Carlsson · 16 years ago
  56. a1d91fe Implementation of stdarg.h. by Eli Friedman · 16 years ago
  57. eb1df85 Protect iso646.h from C++ (although I can't imagine why someone would by Eli Friedman · 16 years ago
  58. 8ba179d Add a couple more headers. stddef was discussed on cfe-dev, and by Eli Friedman · 16 years ago
  59. edbd928 Use double-underscores in front of all non-keywords to protect against by Eli Friedman · 16 years ago
  60. 1e6d14f Make header use the new __builtin_shufflevector builtin. by Eli Friedman · 16 years ago
  61. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 16 years ago