1. e188b09 Add a missing dependency to try to fix a buildbot failure. It complained with: by Bob Wilson · 14 years ago
  2. bc817cf build: Get CLANG_VERSION from Version.inc instead of depending on VER file directly. by Daniel Dunbar · 14 years ago
  3. 4d3a7b0 More AltiVec support. Patch by Anton Yartsev! by Anton Korobeynikov · 14 years ago
  4. 2390b62 Update CMake build system for ARM NEON generation. by Douglas Gregor · 14 years ago
  5. a23326b Generate arm_neon.inc in include/clang/Basic, which provides: by Nate Begeman · 14 years ago
  6. 8831813 MinGW requires that wint_t be defined in stddef.h. In order to accomodate, we by Sean Hunt · 14 years ago
  7. 61eecf5 Add some missing shifts by Nate Begeman · 14 years ago
  8. cba9421 vbsl, vrev* is implemented via arm_neon.h by Nate Begeman · 14 years ago
  9. d075c01 support _lane ops, and multiplies by scalar. by Nate Begeman · 14 years ago
  10. df98e1d Implement codegen for hadd, hsub, max, min, mlal, movl, movn, padal, mov_n by Nate Begeman · 14 years ago
  11. 1c2a88c Implement transpose/zip/unzip & table lookup. by Nate Begeman · 14 years ago
  12. afed099 Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. by Daniel Dunbar · 14 years ago
  13. 9eb65a5 Implement ARM NEON up through vcvt, alphabetically. by Nate Begeman · 14 years ago
  14. aa1381b Initial support for ARM NEON builtins, codegen up next by Nate Begeman · 14 years ago
  15. a5ed16a Classify NEON intrinsics by overloading-type for codegen by Nate Begeman · 14 years ago
  16. 79e5ab7 Headers: Fix quoting of macro arguments in a couple more places. by Daniel Dunbar · 14 years ago
  17. ffaa0a9 Fix vget_lane/vset_lane by Nate Begeman · 14 years ago
  18. 79ed4e6 Checkpoint arm_neon.h generation with tablegen by Nate Begeman · 14 years ago
  19. c2b9b36 Make macro safe in the face of users who pass "addr+64". Addition of void* is by Nick Lewycky · 14 years ago
  20. f88f63f Implement remaining items in neon td file. Still need to modify emitter to generate a proper header. by Nate Begeman · 14 years ago
  21. c302f00 Add CMake goop to get arm_neon.h generated by Douglas Gregor · 14 years ago
  22. c90b32e Convert arm_neon.h into arm_neon.td, from which arm_neon.h will be built by Nate Begeman · 14 years ago
  23. eb94155 fix _mm_shuffle_pd too, thanks to Joel Falcou for pointing this out. by Chris Lattner · 14 years ago
  24. f805a6c add type casts to _mm_shuffle_ps so the front-end applies by Chris Lattner · 14 years ago
  25. 0d0db2f logical ops, unary ops, pairwise ops by Nate Begeman · 14 years ago
  26. 2321934 Comparisons. by Nate Begeman · 14 years ago
  27. 066cde1 Start stamping out the __builtin_neon stuff. by Nate Begeman · 14 years ago
  28. 8028981 A bit more neon work, adds work (but the ABI is wrong), types mostly stamped out. by Nate Begeman · 14 years ago
  29. a96698e Stub out NEON support, more to come. by Nate Begeman · 14 years ago
  30. 564618f Headers: Hide intptr_t and uintptr_t definitions behind _INTPTR_T and _UINTPTR_T by Daniel Dunbar · 14 years ago
  31. e57aa9e Rewrite handling of 64-bit palignr intrinsics to be vector shuffles. by Eric Christopher · 14 years ago
  32. ab866b4 improve altivec c++ support by adding casts, patch by Anton Yartsev! by Chris Lattner · 14 years ago
  33. dd17394 implement altivec.h and a bunch of support code, patch by Anton Yartsev! by Chris Lattner · 14 years ago
  34. 83e7a78 rename llvm::llvm_report_error -> llvm::report_fatal_error by Chris Lattner · 14 years ago
  35. 6e92883 Fix typo. by Eric Christopher · 14 years ago
  36. 33c9032 First start at wmmintrin.h file with Intel AES-NI instructions. by Eric Christopher · 14 years ago
  37. 82049c0 Fix 80 col violations. by Daniel Dunbar · 14 years ago
  38. 054c276 This is just a simple v4si * v4si, make it so. by Eric Christopher · 14 years ago
  39. 1a37d0a Make the license header in smmintrin.h match the other SSE headers. by Anders Carlsson · 14 years ago
  40. 1bddbcb fix PR6658: inline isn't a keyword in C89 mode, use __inline__ instead. by Chris Lattner · 14 years ago
  41. 67a5936 Add sse4.2 header and builtin support. by Eric Christopher · 14 years ago
  42. ff4417b Add a newline at the end of the file. by Eric Christopher · 14 years ago
  43. 3dab29a For legacy compatibility add a varargs.h header. by Eric Christopher · 14 years ago
  44. 020f1ed Migrate typedefs to the top level of xmmintrin.h and remove the same by Eric Christopher · 14 years ago
  45. 7bd0dfd Add remaining sse4.1 intrinsics and builtins. by Eric Christopher · 14 years ago
  46. 0c2b4f4 Add SSE4 packed integer comparisons and corresponding intrinsics. by Eric Christopher · 14 years ago
  47. ff8aeaa Integer array extraction for sse4.1. by Eric Christopher · 14 years ago
  48. 6fa43e3 Add packed integer array insertion. by Eric Christopher · 14 years ago
  49. 9a2a69f Add insert/extract_ps and related random macros. by Eric Christopher · 14 years ago
  50. 21259ba Add preprocessor guards to the definitions of size_t and wchar_t, and #undef NULL before defining it. by Ted Kremenek · 14 years ago
  51. 82bab0d Place the definition of 'va_list' within a preprocessor guard. This matches the behavior of GCC, and avoids potential conflicts with system headers (e.g., stdio.h). Fixes <rdar://problem/7727145>. by Ted Kremenek · 14 years ago
  52. 3afda60 Add sse4.1 packed min and max intrinsics. by Eric Christopher · 14 years ago
  53. 0356848 Add load hint instruction intrinsic. by Eric Christopher · 14 years ago
  54. c82ac95 Add in support for dword multiply and fp dot product intrinsics. by Eric Christopher · 14 years ago
  55. 9ce2116 Fix _MM_FROUND_NEARBYINT and move rounding intrinsics to macros. by Eric Christopher · 14 years ago
  56. b71f956 First start on smmintrin.h, rounding and blending. by Eric Christopher · 14 years ago
  57. ef5ebf6 add two aliases for SSE functions we already have, fixing PR6316. by Chris Lattner · 15 years ago
  58. 21b91a3 fix PR6187: various load functions in xmmintrin.h were missing 'const'. by Chris Lattner · 15 years ago
  59. 9afb227 fix a bug in the _MM_TRANSPOSE4_PS definition, patch by Brian Sumner from PR6138 by Chris Lattner · 15 years ago
  60. 2c48345 _mm_xor_ps does a xor not a nxor. The other 'xor' builtins look fine, by Chris Lattner · 15 years ago
  61. c3420ff Revert mmx palignr to use an intrinsic, since mmx shuffle patterns are missing. by Nate Begeman · 15 years ago
  62. ce5818a Support x86's PALIGNR instruction without the use of a palignr intrinsic. by Nate Begeman · 15 years ago
  63. f2c8e7d minimal fix for PR5743 by Chris Lattner · 15 years ago
  64. a22848f Pick up MB_LEN_MAX as defined by the system <limits.h>, when it's provided there by Douglas Gregor · 15 years ago
  65. fc07d91 Define SIG_ATOMIC_MIN and SIG_ATOMIC_MAX in terms of __SIG_ATOMIC_WIDTH__. by Ken Dyck · 15 years ago
  66. fdb4324 Avoid unwanted expansion in macros that paste together INT<n>_C(v) and by Ken Dyck · 15 years ago
  67. a2e9284 Avoid unwanted expansion in macros that paste together INT<n>_MIN, INT<n>_MAX, by Ken Dyck · 15 years ago
  68. aface1b Avoid unwanted macro expansion in macros that paste together int<n>_t and by Ken Dyck · 15 years ago
  69. c2bae59 Define WCHAR_MIN and WCHAR_MAX in terms of __WCHAR_WIDTH__ for consistency with by Ken Dyck · 15 years ago
  70. bfec4b0 Parameterize WINT_MIN and WINT_MAX with __WINT_WIDTH__ to support arbitrary by Ken Dyck · 15 years ago
  71. 4b7d945 Construct definition of SIZE_MAX from __SIZE_WIDTH__ to support targets of by Ken Dyck · 15 years ago
  72. 8a3e9d9 Construct the macro body of PTRDIFF_MAX and PTRDIFF_MIN from __PTRDIFF_WIDTH__. by Ken Dyck · 15 years ago
  73. c3ca6ef Construct INTPTR_MIN, INTPTR_MAX, and UINTPTR_MAX from the exact-width limit by Ken Dyck · 15 years ago
  74. 08321b4 Define intptr_t and uintptr_t in terms of their equivalent exact-width types. by Ken Dyck · 15 years ago
  75. 832b710 Define INTMAX_C and UINTMAX_C in terms of the corresponding exact-width by Ken Dyck · 15 years ago
  76. db57ce5 Define INTMAX_MIN, INTMAX_MAX, and UINTMAX_MAX in terms of the limit macros for by Ken Dyck · 15 years ago
  77. 36fac07 Define intmax_t and uintmax_t as the [u]intN_t type corresponding to by Ken Dyck · 15 years ago
  78. b088756 Replace (-INT8_C(128)), which uses an illegally out-of-range argument for by Ken Dyck · 15 years ago
  79. 8163841 Use the INTn_C integer constant macros to generate limit constants with correct by Ken Dyck · 15 years ago
  80. 6ab25f4 Remove unnecessary parens around the bodies of integer constant macros. C99 by Ken Dyck · 15 years ago
  81. eef22ef Parameterize the constant-generating macros in stdint.h with new built-in by Ken Dyck · 15 years ago
  82. dcdd2a0 Generalize stdint.h for non-8-bit-multiple types, patch by Ken Dyck! by Chris Lattner · 15 years ago
  83. 06dcf6b A simple reordering of the definitions in stdint.h and by Chris Lattner · 15 years ago
  84. 92bd8c7 Added __has_include and __has_include_next. by John Thompson · 15 years ago
  85. 25950e8 CMake: Respect LLVM_LIBDIR_SUFFIX for clang-specific headers under by Oscar Fuentes · 15 years ago
  86. 4bf4e30 Make our char vector types not be explicitly signed to match GCC and to fix compilation with C++ and -fno-lax-vector-conversions by Anders Carlsson · 15 years ago
  87. 9436ed5 Fix PR4923. by Anders Carlsson · 15 years ago
  88. f918b8f Collapse more clang version numbers down into fewer places. by Mike Stump · 15 years ago
  89. 1f2c32e Back to 1.1 we go. by Mike Stump · 15 years ago
  90. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  91. 7f7b748 CMake: Improve installation of Clang by Douglas Gregor · 15 years ago
  92. 3a266f2 Switch some functions from using x86 builtins to using vector operations. by Eli Friedman · 15 years ago
  93. 91a425c Make sure install Clang headers when building clang-cc by Douglas Gregor · 15 years ago
  94. ebfc180 Update Clang to include the InitializeAllTargets and by Douglas Gregor · 15 years ago
  95. c7d95dc Following gcc, hide the hack to include the SSE2 intrinsics from by Eli Friedman · 15 years ago
  96. 8fff257 Remove a few more vector builtins. by Eli Friedman · 15 years ago
  97. 3eef3e1 xmmintrin needs to include emmintrin, Darwin system headers seem to depend on it by Daniel Dunbar · 15 years ago
  98. e0ae8bd Now that LLVM CodeGen can handle the generic variations a bit better, by Eli Friedman · 15 years ago
  99. 0602600 CMake: Install Clang's headers into the right place in the build tree, for regression testing by Douglas Gregor · 15 years ago
  100. 098136a Replace more calls to builtins with generic code. by Eli Friedman · 15 years ago