Age | Commit message (Expand) | Author |
2009-11-17 | Replace (-INT8_C(128)), which uses an illegally out-of-range argument for | Ken Dyck |
2009-11-17 | Use the INTn_C integer constant macros to generate limit constants with correct | Ken Dyck |
2009-11-17 | Remove unnecessary parens around the bodies of integer constant macros. C99 | Ken Dyck |
2009-11-16 | Parameterize the constant-generating macros in stdint.h with new built-in | Ken Dyck |
2009-11-12 | Generalize stdint.h for non-8-bit-multiple types, patch by | Chris Lattner |
2009-11-04 | A simple reordering of the definitions in stdint.h and | Chris Lattner |
2009-11-02 | Added __has_include and __has_include_next. | John Thompson |
2009-10-27 | CMake: Respect LLVM_LIBDIR_SUFFIX for clang-specific headers under | Oscar Fuentes |
2009-09-18 | Make our char vector types not be explicitly signed to match GCC and to fix c... | Anders Carlsson |
2009-09-18 | Fix PR4923. | Anders Carlsson |
2009-09-16 | Collapse more clang version numbers down into fewer places. | Mike Stump |
2009-09-15 | Back to 1.1 we go. | Mike Stump |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-08-23 | CMake: Improve installation of Clang | Douglas Gregor |
2009-07-22 | Switch some functions from using x86 builtins to using vector | Eli Friedman |
2009-06-25 | Make sure install Clang headers when building clang-cc | Douglas Gregor |
2009-06-16 | Update Clang to include the InitializeAllTargets and | Douglas Gregor |
2009-06-11 | Following gcc, hide the hack to include the SSE2 intrinsics from | Eli Friedman |
2009-06-07 | Remove a few more vector builtins. | Eli Friedman |
2009-06-07 | xmmintrin needs to include emmintrin, Darwin system headers seem to depend on it | Daniel Dunbar |
2009-06-07 | Now that LLVM CodeGen can handle the generic variations a bit better, | Eli Friedman |
2009-06-07 | CMake: Install Clang's headers into the right place in the build tree, for re... | Douglas Gregor |
2009-06-06 | Replace more calls to builtins with generic code. | Eli Friedman |
2009-06-06 | Fix obvious typo. | Eli Friedman |
2009-06-06 | Fix some casts to work without -flax-vector-conversions. | Eli Friedman |
2009-06-06 | Misc fixes to MMX/SSE intrinsics: a few small bug fixes, and getting rid | Eli Friedman |
2009-06-02 | Add aliases for a couple of SSE intrinsics. Patch by Ed Schouten. | Eli Friedman |
2009-05-18 | Add 'cmp' SSE builtins and get rid of a bunch of other builtins. | Anders Carlsson |
2009-05-03 | Fix for PR3841: follow gcc's example and fall back to the system | Eli Friedman |
2009-04-20 | Fix tyop in SSSE3 header (6808876). | Anders Carlsson |
2009-04-18 | glibc plays some weird games with multiple different definitions of | Chris Lattner |
2009-04-17 | fix misspelt attribute. | Chris Lattner |
2009-04-07 | define __va_copy unconditionally, but va_copy only in c99 or non-ansi mode. | Chris Lattner |
2009-04-06 | Fix typo. | Anders Carlsson |
2009-04-01 | add support for the LONG_LONG_MIN/LONG_LONG_MAX/ULONG_LONG_MAX limits.h GNU e... | Chris Lattner |
2009-03-15 | Only intptr_t is protected by __intptr_t_defined. | Daniel Dunbar |
2009-02-28 | fix inverted conditional, rdar://6633188 | Chris Lattner |
2009-02-21 | Put compiler headers in <prefix>/lib/clang/1.0/include (vs | Daniel Dunbar |
2009-02-19 | testing (reverted) | Howard Hinnant |
2009-02-19 | testing | Howard Hinnant |
2009-02-18 | Remove pointless backslash | Douglas Gregor |
2009-02-18 | Add an unavailable __tg_promote function to attract incorrect uses of type-ge... | Douglas Gregor |
2009-02-17 | initial reimplement tgmath.h, written by Howard Hinnant! | Chris Lattner |
2009-02-17 | Spell __always_inline__ correctly. | Daniel Dunbar |
2009-02-17 | Add SSSE3 header | Anders Carlsson |
2009-02-17 | remove dead macros | Chris Lattner |
2009-02-17 | explicitly cast integers to double. This a) silences any | Chris Lattner |
2009-02-17 | asin support. No we don't care about complex int :) | Chris Lattner |
2009-02-17 | hand macro expand this to make "candidate" set printing more useful. However, | Chris Lattner |
2009-02-17 | add support for integers to tgmath functions. I apparently need to provide | Chris Lattner |