1. 33337ca Update aosp/master clang for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  2. 3ea9e33 Update aosp/master clang for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  3. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 9 years ago
  4. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 9 years ago
  5. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  6. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  7. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  8. d24a7fa WAR: Add arm_neon.h prebuilt to external/clang. by Stephen Hines · 10 years ago
  9. 1fab7c3 Merge remote-tracking branch 'upstream/release_34' into merge-20140211 by Stephen Hines · 10 years ago
  10. ce429eb Merging r195558: by Bill Wendling · 11 years ago
  11. 138ef86 Define [U]LLONG_{MIN,MAX} for C++11, add tests. by JF Bastien · 11 years ago
  12. 8484375 Intrinsics: fix extract & insert when index is out of bound. by Manman Ren · 11 years ago
  13. bb6144b _mm_extract_epi16: use "& 7" when index is out of bound. by Manman Ren · 11 years ago
  14. 0b327d3 Add implementations of the MSVC barrier intrinsics by Reid Kleckner · 11 years ago
  15. 185f156 Suppress useless -Wshadow warning when using _mm* macros from emmintrin.h by Ted Kremenek · 11 years ago
  16. d5276cc Use logical/arithmetic operations instead of builtins in tbmintrin.h. This way we can remove the intrinsic support from the backend. by Craig Topper · 11 years ago
  17. 6a48b3f Change __builtin_ia32_bextri_u64 to take an i64imm to match up with LLVM backend changes. by Craig Topper · 11 years ago
  18. 0cc83d1 Fixing implementation of bittestandset in Intrin.h. by Warren Hunt · 11 years ago
  19. 69220e7 Changing __X86_64__ to __x86_64__ in Intrin.h. by Warren Hunt · 11 years ago
  20. 8c8bbad Adding intrinsics to the clang front end for the x86 TBM instruction set. by Yunzhong Gao · 11 years ago
  21. 97b94cb Typo correction: _int64 -> __int64. by Warren Hunt · 11 years ago
  22. fffce2e Implements some of the more commonly used intrinsics in Intrin.h by Warren Hunt · 11 years ago
  23. 18209a7 Remove some stray underscores from copyright block. Fix first line length to match length of the one after the copyright block. by Craig Topper · 11 years ago
  24. e7346c1 Provide inline definitions of _Unwind_GetIP etc. for ARM in unwind.h by Hans Wennborg · 11 years ago
  25. 9b2caf7 Fix argument types of some AVX2 intrinsics. by Eli Friedman · 11 years ago
  26. 440a5f4 Add _mm_stream_si64 intrinsic. by Eli Friedman · 11 years ago
  27. 860c518 Fix return type of _mm_extract_epi8 etc. by Eli Friedman · 11 years ago
  28. b2b2c32 Fix ifdef macro missed in previous commit by Ben Langmuir · 11 years ago
  29. 9e130d0 Move sha intrinsics to immintrin.h by Ben Langmuir · 11 years ago
  30. b83f5a7 Add C intrinsics for Intel SHA Extensions by Ben Langmuir · 11 years ago
  31. 54fe9cd Fix ifdef ordering at the end of Intrin.h from r190965 by Reid Kleckner · 11 years ago
  32. b00ddc5 Fix closing brace around ifdef. by Eric Christopher · 11 years ago
  33. 1fe5ccf The intrinsics should all have C linkage. by Eric Christopher · 11 years ago
  34. 3181484 Add Intrin.h to the cmake files. by Eric Christopher · 11 years ago
  35. 7f8527b Typo. by Eric Christopher · 11 years ago
  36. f8e5674 Add initial clang targeted compatible decls for Intrin.h. Step towards by Eric Christopher · 11 years ago
  37. 347124d Two more definitions required by libsupc++ (_sleb128_t and _uleb128_t) by Peter Collingbourne · 11 years ago
  38. 112586c 80 cols. by Peter Collingbourne · 11 years ago
  39. 7dc8e81 Add missing definitions to unwind.h. by Peter Collingbourne · 11 years ago
  40. 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
  41. ba71544 Revert "Use CMAKE_RUNTIME_OUTPUT_DIRECTORY instead of LLVM_BINARY_DIR for installing Clang headers." by Ted Kremenek · 11 years ago
  42. 8970cf5 Use CMAKE_RUNTIME_OUTPUT_DIRECTORY instead of LLVM_BINARY_DIR for installing Clang headers. by Ted Kremenek · 11 years ago
  43. 4eb9b2f Revert "[CMake] Use CLANG_BINARY_DIR instead of LLVM_BINARY_DIR as installation path for Clang headers." by Ted Kremenek · 11 years ago
  44. a5b9116 [CMake] Use CLANG_BINARY_DIR instead of LLVM_BINARY_DIR as installation path for Clang headers. by Ted Kremenek · 11 years ago
  45. 2766deb Fix the name and the type of the argument for intrinisc by Juergen Ributzka · 11 years ago
  46. 4ac73c7 Merge commit '51e75aecf4fb303b91c9e54fd88e3509e5acc7a6' into merge-20130807 by Stephen Hines · 11 years ago
  47. 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
  48. 7abbb85 This patch implements __get_cpuid_max() as an inline and __cpuid() and by Roman Divacky · 11 years ago
  49. 7cb4fae Add missing include guards into headers in lib/Headers. While it may appear by Richard Smith · 11 years ago
  50. 492d84c0 X86 intrinsics: cmpge|gt|nge|ngt_ss|_sd by Manman Ren · 11 years ago
  51. 2049840 Merge commit '1342a4ef62dd7b839c6f09348b246a4f00282f29' into merge_20130612 by Stephen Hines · 11 years ago
  52. df98357 Even in a modules world, people will depend on the weird xmmintrin.h -> emmintrin.h forwarding. by Douglas Gregor · 11 years ago
  53. 44b6fa3 Add arm_neon.h to the builtin intrinsics module map. by Douglas Gregor · 11 years ago
  54. 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
  55. ee3cd95 xopintrin.h: Add wrappers for all flavors of _mm_com. by Benjamin Kramer · 11 years ago
  56. 61b669b Add include guards to prfchwintrin.h. by Benjamin Kramer · 11 years ago
  57. 83eba02c Merge remote-tracking branch 'upstream/master' into merge-20130502 by Stephen Hines · 11 years ago
  58. c814c64 Make sure we define wchar_t related macros correctly in -fms-extensions mode. by Hans Wennborg · 11 years ago
  59. de5ed04 Fix typo in a stddef.h comment: s/risze_t/rsize_t/ by Hans Wennborg · 11 years ago
  60. 0823c7d Fix header comment. by Benjamin Kramer · 11 years ago
  61. f0cdc84 Avoid names like __in that conflict with SAL in builtin headers by Reid Kleckner · 11 years ago
  62. d333e7b [CMake] Create the directory before creating the link to the clang headers. by Argyrios Kyrtzidis · 11 years ago
  63. 2943d3d Headers: Add support for ISO9899:2011 rsize_t. by Daniel Dunbar · 11 years ago
  64. 32b5013 tl;dr: Teach Clang to work around g++ changing its workaround to glibc's by Richard Smith · 11 years ago
  65. 4a3c6c6 Add tests that build modules for our builtin headers, and fix two buglets exposed by doing so. by Richard Smith · 11 years ago
  66. 16e0f19 [cmake] Add clang-headers as a dependency of libclang and if we have to copy them by Argyrios Kyrtzidis · 11 years ago
  67. 1bfc28c Add RDSEED intrinsic support defined in AVX2 extension by Michael Liao · 11 years ago
  68. f91210d Add XTEST intrinsic defined in TSX extension by Michael Liao · 11 years ago
  69. 04f5db6 Revert "[lib/Headers] Define NULL as __DARWIN_NULL when on __APPLE__." by Argyrios Kyrtzidis · 11 years ago
  70. 08aba1b [lib/Headers] Break the module import cycle between _Builtin_intrinsics.sse and _Builtin_intrinsics.sse2 by Argyrios Kyrtzidis · 11 years ago
  71. 07ffbd7 [lib/Headers] Define NULL as __DARWIN_NULL when on __APPLE__. by Argyrios Kyrtzidis · 11 years ago
  72. 72339a0 Add PRFCHW intrinsic support by Michael Liao · 11 years ago
  73. 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
  74. 15d6888 Merge branch 'upstream' into merge_2013_03_18 by Stephen Hines · 11 years ago
  75. 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
  76. 450b86c Merge commit 'b58f810669d9c17bcc025b7560de01d162856f34' into merge_20130226 by Stephen Hines · 11 years ago
  77. 9f6e910 libstdc++'s <cstdalign> #includes <stdalign.h> and expects it to guard against by Richard Smith · 11 years ago
  78. c245723 Use order-only deps from clang to arm_neon.h. by Ying Wang · 11 years ago
  79. 1927ae9 Use order-only dependency on $(CLANG_TBLGEN). by Ying Wang · 11 years ago
  80. 1fc271c [Headers] Use standard builtin defines instead of typeof trickery. by Daniel Dunbar · 11 years ago
  81. 48cb74a C11: Provide the missing half of <stdalign.h> by Richard Smith · 11 years ago
  82. 15bb58e Merge commit 'd130fd2e141f1fef412c2d58e7385370801bd718' into merge-llvm by Stephen Hines · 11 years ago
  83. de03c15 Parsing support for C11's _Noreturn keyword. No semantics yet. by Richard Smith · 11 years ago
  84. 41a5fc5 Readd an open paren that was lost while reformatting code. by David Blaikie · 11 years ago
  85. 4f918ae PR14964: intrinsic headers using non-reserved identifiers by David Blaikie · 11 years ago
  86. ccdb2a5 unwind.h: Add include guards and don't mess with visibility if HIDE_EXPORTS is specified. by Benjamin Kramer · 11 years ago
  87. 38c5d0a Code cleanup: Remove trailing whitespace in unwind.h. by Logan Chien · 12 years ago
  88. 463eb89 Add clang support of RTM from TSX by Michael Liao · 12 years ago
  89. 3043175 Split the instrinsic header wmmintrin.h into AES and PCLMUL parts, so by Douglas Gregor · 12 years ago
  90. 6db024c Fix module map for SSE4a builtins by Douglas Gregor · 12 years ago
  91. a65c5a3 Make cpuid.h actually work with -std=c99 <rdar://problem/12552716>. by Douglas Gregor · 12 years ago
  92. 60c158a Add "static" to some functions in altivec.c where it was missing. by Ulrich Weigand · 12 years ago
  93. f0e97db X86 SSE Intrinsics: update header for sqrt_ss, rsqrt_ss and rcp_ss. by Manman Ren · 12 years ago
  94. 9573c3a clang/lib/Headers/CMakeLists.txt: Add f16cintrin.h. by NAKAMURA Takumi · 12 years ago
  95. 146e5a4 X86: add F16C support in Clang by Manman Ren · 12 years ago
  96. 4d1499d Add intrinsic of MULX in BMI2 header by Michael Liao · 12 years ago
  97. c5e3df7 Add struct keyword before _Unwind_Context. by Logan Chien · 12 years ago
  98. 08fc8eb Merge with Clang upstream r160673 (Jul 24th 2012) by Shih-wei Liao · 12 years ago
  99. 9a50249 Add _rdrand{16,32,64}_step intrinsics to immintrin.h by Benjamin Kramer · 12 years ago
  100. 435d268 Rename tzcnt intrinsics to match gcc. by Craig Topper · 12 years ago