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