1. 347124d Two more definitions required by libsupc++ (_sleb128_t and _uleb128_t) by Peter Collingbourne · 11 years ago
  2. 112586c 80 cols. by Peter Collingbourne · 11 years ago
  3. 7dc8e81 Add missing definitions to unwind.h. by Peter Collingbourne · 11 years ago
  4. a25832f [CMake] use combination of CMAKE_RUNTIME_OUTPUT_DIRECTORY and CMAKE_LIBRARY_OUTPUT_DIRECTORY to install clang headers for Xcode builds. by Ted Kremenek · 11 years ago
  5. ba71544 Revert "Use CMAKE_RUNTIME_OUTPUT_DIRECTORY instead of LLVM_BINARY_DIR for installing Clang headers." by Ted Kremenek · 11 years ago
  6. 8970cf5 Use CMAKE_RUNTIME_OUTPUT_DIRECTORY instead of LLVM_BINARY_DIR for installing Clang headers. by Ted Kremenek · 11 years ago
  7. 4eb9b2f Revert "[CMake] Use CLANG_BINARY_DIR instead of LLVM_BINARY_DIR as installation path for Clang headers." by Ted Kremenek · 11 years ago
  8. a5b9116 [CMake] Use CLANG_BINARY_DIR instead of LLVM_BINARY_DIR as installation path for Clang headers. by Ted Kremenek · 11 years ago
  9. 2766deb Fix the name and the type of the argument for intrinisc by Juergen Ributzka · 11 years ago
  10. d9d57e9 Use a shuffle with undef elements instead of inserting 0s in the 128-bit to 256-bit casting intrinsics to improve performance. Thanks to Katya Romanova for identifying this issue. by Craig Topper · 11 years ago
  11. 7abbb85 This patch implements __get_cpuid_max() as an inline and __cpuid() and by Roman Divacky · 11 years ago
  12. 7cb4fae Add missing include guards into headers in lib/Headers. While it may appear by Richard Smith · 11 years ago
  13. 492d84c0 X86 intrinsics: cmpge|gt|nge|ngt_ss|_sd by Manman Ren · 11 years ago
  14. df98357 Even in a modules world, people will depend on the weird xmmintrin.h -> emmintrin.h forwarding. by Douglas Gregor · 11 years ago
  15. 44b6fa3 Add arm_neon.h to the builtin intrinsics module map. by Douglas Gregor · 11 years ago
  16. 7588361 Fix the return type of the complex creal functions. Patch by YunZhong Gao, modified to use _Static_assert and to check __STDC_HOSTED__ by me. by Richard Smith · 11 years ago
  17. ee3cd95 xopintrin.h: Add wrappers for all flavors of _mm_com. by Benjamin Kramer · 11 years ago
  18. 61b669b Add include guards to prfchwintrin.h. by Benjamin Kramer · 11 years ago
  19. c814c64 Make sure we define wchar_t related macros correctly in -fms-extensions mode. by Hans Wennborg · 11 years ago
  20. de5ed04 Fix typo in a stddef.h comment: s/risze_t/rsize_t/ by Hans Wennborg · 11 years ago
  21. 0823c7d Fix header comment. by Benjamin Kramer · 11 years ago
  22. f0cdc84 Avoid names like __in that conflict with SAL in builtin headers by Reid Kleckner · 11 years ago
  23. d333e7b [CMake] Create the directory before creating the link to the clang headers. by Argyrios Kyrtzidis · 11 years ago
  24. 2943d3d Headers: Add support for ISO9899:2011 rsize_t. by Daniel Dunbar · 11 years ago
  25. 32b5013 tl;dr: Teach Clang to work around g++ changing its workaround to glibc's by Richard Smith · 11 years ago
  26. 4a3c6c6 Add tests that build modules for our builtin headers, and fix two buglets exposed by doing so. by Richard Smith · 11 years ago
  27. 16e0f19 [cmake] Add clang-headers as a dependency of libclang and if we have to copy them by Argyrios Kyrtzidis · 11 years ago
  28. 1bfc28c Add RDSEED intrinsic support defined in AVX2 extension by Michael Liao · 11 years ago
  29. f91210d Add XTEST intrinsic defined in TSX extension by Michael Liao · 11 years ago
  30. 04f5db6 Revert "[lib/Headers] Define NULL as __DARWIN_NULL when on __APPLE__." by Argyrios Kyrtzidis · 11 years ago
  31. 08aba1b [lib/Headers] Break the module import cycle between _Builtin_intrinsics.sse and _Builtin_intrinsics.sse2 by Argyrios Kyrtzidis · 11 years ago
  32. 07ffbd7 [lib/Headers] Define NULL as __DARWIN_NULL when on __APPLE__. by Argyrios Kyrtzidis · 11 years ago
  33. 72339a0 Add PRFCHW intrinsic support by Michael Liao · 11 years ago
  34. daf2e1c <rdar://problem/13479214> Make Clang's <stddef.h> robust against system headers defining size_t/ptrdiff_t/wchar_t. by Douglas Gregor · 11 years ago
  35. 3521c49 PR15480: fixed second parameter types of vec_lde, vec_lvebx, vec_lvehx, and vec_lvewx according to AltiVec Programming Interface Manual by Anton Yartsev · 11 years ago
  36. 9f6e910 libstdc++'s <cstdalign> #includes <stdalign.h> and expects it to guard against by Richard Smith · 11 years ago
  37. 1fc271c [Headers] Use standard builtin defines instead of typeof trickery. by Daniel Dunbar · 11 years ago
  38. 48cb74a C11: Provide the missing half of <stdalign.h> by Richard Smith · 12 years ago
  39. de03c15 Parsing support for C11's _Noreturn keyword. No semantics yet. by Richard Smith · 12 years ago
  40. 41a5fc5 Readd an open paren that was lost while reformatting code. by David Blaikie · 12 years ago
  41. 4f918ae PR14964: intrinsic headers using non-reserved identifiers by David Blaikie · 12 years ago
  42. ccdb2a5 unwind.h: Add include guards and don't mess with visibility if HIDE_EXPORTS is specified. by Benjamin Kramer · 12 years ago
  43. 38c5d0a Code cleanup: Remove trailing whitespace in unwind.h. by Logan Chien · 12 years ago
  44. 463eb89 Add clang support of RTM from TSX by Michael Liao · 12 years ago
  45. 3043175 Split the instrinsic header wmmintrin.h into AES and PCLMUL parts, so by Douglas Gregor · 12 years ago
  46. 6db024c Fix module map for SSE4a builtins by Douglas Gregor · 12 years ago
  47. a65c5a3 Make cpuid.h actually work with -std=c99 <rdar://problem/12552716>. by Douglas Gregor · 12 years ago
  48. 60c158a Add "static" to some functions in altivec.c where it was missing. by Ulrich Weigand · 12 years ago
  49. f0e97db X86 SSE Intrinsics: update header for sqrt_ss, rsqrt_ss and rcp_ss. by Manman Ren · 12 years ago
  50. 9573c3a clang/lib/Headers/CMakeLists.txt: Add f16cintrin.h. by NAKAMURA Takumi · 12 years ago
  51. 146e5a4 X86: add F16C support in Clang by Manman Ren · 12 years ago
  52. 4d1499d Add intrinsic of MULX in BMI2 header by Michael Liao · 12 years ago
  53. c5e3df7 Add struct keyword before _Unwind_Context. by Logan Chien · 12 years ago
  54. 9a50249 Add _rdrand{16,32,64}_step intrinsics to immintrin.h by Benjamin Kramer · 12 years ago
  55. 435d268 Rename tzcnt intrinsics to match gcc. by Craig Topper · 12 years ago
  56. e25d3df std::nullptr_t support in MS headers, from João Matos. by Douglas Gregor · 12 years ago
  57. 56c045e X86: add more GATHER intrinsics in Clang by Manman Ren · 12 years ago
  58. c84804a X86: add more GATHER intrinsics in Clang by Manman Ren · 12 years ago
  59. 5283c99 X86: add GATHER intrinsics (AVX2) in Clang by Manman Ren · 12 years ago
  60. 111684e Headers/xopintrin.h: Try to fix r158492. Did you mean, mm256? by NAKAMURA Takumi · 12 years ago
  61. cda8df0 Add XOP frcz instrinsics. by Craig Topper · 12 years ago
  62. 5daa4de Add XOP permute intrinsics. by Craig Topper · 12 years ago
  63. ecbc009 Add XOP shift and compare intrinsics. by Craig Topper · 12 years ago
  64. 3335eb7 Add XOP vprot* instruction intrinsics by Craig Topper · 12 years ago
  65. 18b73ea More XOP intrinsics by Craig Topper · 12 years ago
  66. 239c030 Begin adding XOP intrinsics by Craig Topper · 12 years ago
  67. 97075fb Add fma3 intrinsic header file. by Craig Topper · 12 years ago
  68. 3c0bc15 Add builtin for pclmulqdq instruction. by Craig Topper · 12 years ago
  69. 1faf8a7 Update FIXME. ABM is already covered by LZCNT and POPCNT. by Craig Topper · 12 years ago
  70. 6ea73b2 Install ammintrin.h in the cmake build. by Benjamin Kramer · 12 years ago
  71. 6b97877 Add an ammintrin.h header for SSE4a intrinsics. by Benjamin Kramer · 12 years ago
  72. 1785c36 Remove the 'intrin.h' builtin header file and its tests for now. by Chandler Carruth · 12 years ago
  73. c5713cf Get rid of storelv4si builtin as it can be expressed directly. This is general by Chad Rosier · 12 years ago
  74. 3030066 Expand #include_next in float.h from mingw to _msc_ver. by Nico Weber · 12 years ago
  75. 08e46f9 Let NULL and MSVC headers coexist better. by Nico Weber · 12 years ago
  76. e70372d Adding information about what intrinsics still need to be implemented for MSVC compatibility. by Aaron Ballman · 12 years ago
  77. 8ac95f1 Fix a typo spotted by Matt. by Chandler Carruth · 12 years ago
  78. 5775351 Introduce an initial sketch of a MSVC compatible 'intrin.h' builtin by Chandler Carruth · 12 years ago
  79. 49a110d Convert vperm2f128 and vperm2i128 intrinsics back to using llvm intrinsics. Unfortunately, these instructions have behavior that can't be modeled with shuffle vector. by Craig Topper · 12 years ago
  80. b5491f3 Change _mm256_permute4x64_epi64 and _mm256_permute4x64_pd to use builtin_shufflevector instead of specific builtins. Old builtins will be removed from llvm now that vpermq/vpermpd are supported by shuffle lowering code. by Craig Topper · 12 years ago
  81. 41a7e89 Fix the signatures for the _mm256_storeu2_* intrinsics. PR12532 by Chad Rosier · 12 years ago
  82. 5aeaca3 Correctly check argument types for some vector macros in smmintrin.h. Put parentheses around uses of vector macro arguments. by Craig Topper · 12 years ago
  83. 5228982 Add _mm_minpos_epu16 to smmintrin.h. Fixes PR12399. by Craig Topper · 12 years ago
  84. 5629646 Fix shuffle vector calculation for mm_permute_ps. Fixes PR 12401. by Craig Topper · 12 years ago
  85. be5ff2f unwind.h fix for -fvisibility=hidden users. This fixes firefox build in a system by Rafael Espindola · 12 years ago
  86. db163c8 [avx] Define the _mm256_loadu2_xxx and _mm256_storeu2_xxx intrinsics. by Chad Rosier · 12 years ago
  87. d184e53 * tgmath_logb.patch implements the missing logb function (see C99 standard 7.22, paragraph 5). * tgmath_fabs_complex.patch corrects the return types for the complex fabs functions. These must be non-complex float/double/long double (see C99 standard 7.22, paragraph 4 and 7.3.8.1). Patch contributed by Kristof Beyls. by Howard Hinnant · 12 years ago
  88. f18a87b Allow linux builds to take advantage of libunwind to get unwind.h if by Jeffrey Yasskin · 12 years ago
  89. 345032a Add 3dNOW intrinsic header to x86intrin.h, conditioned on __3dNOW__ to by Chandler Carruth · 12 years ago
  90. cfa8e65 Remove vperm2f* and vperm2i builtins. Same effect can be achieved with builtin_shufflevector. by Craig Topper · 12 years ago
  91. 10c57a8 Remove vpermilp* builtins. Same effect can be achieved with builtin_shufflevector. by Craig Topper · 12 years ago
  92. 88ce85f Add C11 FLT_TRUE_MIN and friends. <rdar://problem/10812837>. by Eli Friedman · 12 years ago
  93. 279114c Comment mystery code. by Nick Lewycky · 12 years ago
  94. f42f85c Make _mm_cmpgt_epi8 immute to -funsigned-char. by Nick Lewycky · 12 years ago
  95. 2f04f18 Back out my heinous hack that tricked the module generation mechanism by Douglas Gregor · 12 years ago
  96. eb7b9eb Split compiler builtin module into "stdlib" builtins and "intrinsic" by Douglas Gregor · 12 years ago
  97. 8f7d64b Remove tgmath.h from the module map for now, because it currently causes a by Douglas Gregor · 13 years ago
  98. ba0e318 Fix typo spotted by Sebastian. Thanks! by Douglas Gregor · 13 years ago
  99. f8495d6 Cleanup 3dnow builtin handling. Most of them were already handled by LLVM connecting intrinsics and builtins in IntrinsicsX86.td. by Craig Topper · 13 years ago
  100. e727d21 Introduce TargetInfo::hasFeature() to query various feature names in by Douglas Gregor · 13 years ago