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