1. 2fc47b5 add support for the LONG_LONG_MIN/LONG_LONG_MAX/ULONG_LONG_MAX limits.h GNU extensions. by Chris Lattner · 15 years ago
  2. cf117d3 Only intptr_t is protected by __intptr_t_defined. by Daniel Dunbar · 15 years ago
  3. ab775f6 fix inverted conditional, rdar://6633188 by Chris Lattner · 15 years ago
  4. adcf5b3 Put compiler headers in <prefix>/lib/clang/1.0/include (vs by Daniel Dunbar · 15 years ago
  5. ccb8f08 testing (reverted) by Howard Hinnant · 15 years ago
  6. 412705b testing by Howard Hinnant · 15 years ago
  7. 0c36c92 Remove pointless backslash by Douglas Gregor · 15 years ago
  8. c13c012 Add an unavailable __tg_promote function to attract incorrect uses of type-generic macros, rom Howard Hinnant. by Douglas Gregor · 15 years ago
  9. 39aa1ed initial reimplement tgmath.h, written by Howard Hinnant! by Chris Lattner · 15 years ago
  10. d99e31b Spell __always_inline__ correctly. by Daniel Dunbar · 15 years ago
  11. 85b2a47 Add SSSE3 header by Anders Carlsson · 15 years ago
  12. 1cd6711 remove dead macros by Chris Lattner · 15 years ago
  13. e1ce4a9 explicitly cast integers to double. This a) silences any by Chris Lattner · 15 years ago
  14. 05a6c16 asin support. No we don't care about complex int :) by Chris Lattner · 15 years ago
  15. e5b7d64 hand macro expand this to make "candidate" set printing more useful. However, by Chris Lattner · 15 years ago
  16. f265a00 add support for integers to tgmath functions. I apparently need to provide by Chris Lattner · 15 years ago
  17. 5f3d0ae start converting over to attr(overloadable). Unfortunately, this by Chris Lattner · 15 years ago
  18. e308c41 Fix 80col violations. by Mike Stump · 15 years ago
  19. a837a07 Fix more xmmintrin.h typos by Anders Carlsson · 15 years ago
  20. 13f5f6e Fix an error in _mm_loaddup_pd that Eli noticed. by Anders Carlsson · 15 years ago
  21. a2f12ae Add the nodebug attribute to intrinsics by Anders Carlsson · 15 years ago
  22. 40e60c2 anders johnson points out that some software depends on the by Chris Lattner · 15 years ago
  23. 6ad474f Give TargetInfo a new IntPtrType to hold the intptr_t type for a target. by Chris Lattner · 15 years ago
  24. dae4413 80col. by Mike Stump · 15 years ago
  25. 3855b9a Fix limits.h for linux, as glibc does a #include_next unless by Mike Stump · 15 years ago
  26. f29b774 Add pmmintrin.h header. by Anders Carlsson · 15 years ago
  27. 4cc4427 Fix some mistakes I made when I tried to decipher the Intel documentation of the MXCSR register by Anders Carlsson · 15 years ago
  28. 6c90919 Fix an #ifndef that should be an #ifdef instead. by Anders Carlsson · 15 years ago
  29. 6148428 C++ really shouldn't check these #defines, thanks to Howard by Chris Lattner · 15 years ago
  30. dfd556e remove two eroneous suffixes, these promote to int. Thanks to Neil by Chris Lattner · 15 years ago
  31. 33cfe69 add note, weirdness. by Chris Lattner · 15 years ago
  32. 7ed4f39 fix some missing parens, thanks for Eli's review! by Chris Lattner · 15 years ago
  33. 34faffa fix a typo that Sebastian noticed! by Chris Lattner · 15 years ago
  34. c865f7a make sure that UINTMAX_MAX has an unsigned type. This assumes that by Chris Lattner · 15 years ago
  35. f894bd0 make various MAX/MIN constants be preprocessor constants, not C constants. by Chris Lattner · 15 years ago
  36. b1f3fe5 start of tgmath, yuck. by Chris Lattner · 15 years ago
  37. 25d69b5 Apparently it is important to define intptr_t and uintptr_t to by Chris Lattner · 15 years ago
  38. 63b4fe6 Fix some errors in the new stdint.h. by Sebastian Redl · 15 years ago
  39. ed27d44 only define MB_LEN_MAX if the system <limits.h> doesn't. by Chris Lattner · 15 years ago
  40. 2a67f7b add a stdint.h header. by Chris Lattner · 15 years ago
  41. a9cece6 correct description by Chris Lattner · 15 years ago
  42. c807423 first hack at limits.h by Chris Lattner · 15 years ago
  43. 3733831 Avoid creating .dir files in the installation area. by Mike Stump · 15 years ago
  44. bbd1fa2 Fix more bugs I discovered by Anders Carlsson · 15 years ago
  45. 62005c1 Fix some errors I noticed by Anders Carlsson · 15 years ago
  46. d4a5c9a Add mm_malloc.h, patch by Sam Weinig. by Anders Carlsson · 16 years ago
  47. 12868cc Add a MS specific intrinsic. by Anders Carlsson · 16 years ago
  48. 6b06b7a Eli noticed that I had forgotten some #defines. Add them. by Anders Carlsson · 16 years ago
  49. 629c5b4 Add float.h header. Eli, please review :) by Anders Carlsson · 16 years ago
  50. 4bcd44d Fix implementation of _mm_pause. by Anders Carlsson · 16 years ago
  51. 4fd3e63 OK, all tests pass. Let's start using the SSE2 header by Anders Carlsson · 16 years ago
  52. 92d6686 Fix formatting by Anders Carlsson · 16 years ago
  53. f1bc660 Add _mm_pause and _MM_SHUFFLE by Anders Carlsson · 16 years ago
  54. 4547075 More SSE2 intrinsics by Anders Carlsson · 16 years ago
  55. 0727df0 More SSE2 intrinsics by Anders Carlsson · 16 years ago
  56. dfb0911 Make _mm_add_si64 inlined by Anders Carlsson · 16 years ago
  57. 07603aa Add integer arithmetic intrinsics by Anders Carlsson · 16 years ago
  58. 445afa0 Add store/set/load intrisics by Anders Carlsson · 16 years ago
  59. 37f2f00 Start implementing some SSE2 instructions by Anders Carlsson · 16 years ago
  60. 398082e Fix test failures noticed by Fariborz. by Anders Carlsson · 16 years ago
  61. 2a29dcc Flip the switch and start using the new xmmintrin.h by Anders Carlsson · 16 years ago
  62. 8e28d24 Comment out _mm_insert_pi16 for now by Anders Carlsson · 16 years ago
  63. a6431dc Implement the last intrinsics, _mm_insert_pi16 is the last remaining one now. by Anders Carlsson · 16 years ago
  64. b595509 Add macros by Anders Carlsson · 16 years ago
  65. 50099cb Add misc intrinsics by Anders Carlsson · 16 years ago
  66. c1f9afd Add control register intrinsics by Anders Carlsson · 16 years ago
  67. 62af71c Add integer intrinsics by Anders Carlsson · 16 years ago
  68. dedad4e Add cacheability intrinsics by Anders Carlsson · 16 years ago
  69. 09b9305 Add store intrinsics by Anders Carlsson · 16 years ago
  70. a6ba001 Add set intrinsics by Anders Carlsson · 16 years ago
  71. 9770086 Add load intrinsics by Anders Carlsson · 16 years ago
  72. 1b76b80 _mm_cvtsi64_ss is 64-bit only, so wrap it in #ifdef __x86_64__ by Anders Carlsson · 16 years ago
  73. 4fcc313 Add a couple of conversion intrinsics by Anders Carlsson · 16 years ago
  74. f62c681 Add comparison intrinsics. by Anders Carlsson · 16 years ago
  75. 566d8da Check in an in-progress version of xmmintrin.h that I had lying around. by Anders Carlsson · 16 years ago
  76. 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
  77. 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
  78. 0b4f69f Fix mmintrin.h to use proper definition of functions taking no by Daniel Dunbar · 16 years ago
  79. 83e61e5 Mark mmintrin functions static inline, this ensures they don't end up by Daniel Dunbar · 16 years ago
  80. d2f4e5e CMake: Builds and installs clang binary and libs (no docs yet). It by Oscar Fuentes · 16 years ago
  81. f5e8ba0 Actually use the mmintrin.h header, it's good enough now. by Anders Carlsson · 16 years ago
  82. da298fd Apparently gcc uses pi64 for the shift intrinsics. by Anders Carlsson · 16 years ago
  83. 551b964 Remove copyright notice, we decided not to have them. by Anders Carlsson · 16 years ago
  84. a1d91fe Implementation of stdarg.h. by Eli Friedman · 16 years ago
  85. eb1df85 Protect iso646.h from C++ (although I can't imagine why someone would by Eli Friedman · 16 years ago
  86. 8ba179d Add a couple more headers. stddef was discussed on cfe-dev, and by Eli Friedman · 16 years ago
  87. edbd928 Use double-underscores in front of all non-keywords to protect against by Eli Friedman · 16 years ago
  88. 1e6d14f Make header use the new __builtin_shufflevector builtin. by Eli Friedman · 16 years ago
  89. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 16 years ago