aboutsummaryrefslogtreecommitdiff
path: root/lib/Headers
AgeCommit message (Expand)Author
2009-11-22Define SIG_ATOMIC_MIN and SIG_ATOMIC_MAX in terms of __SIG_ATOMIC_WIDTH__.Ken Dyck
2009-11-20Avoid unwanted expansion in macros that paste together INT<n>_C(v) and Ken Dyck
2009-11-20Avoid unwanted expansion in macros that paste together INT<n>_MIN, INT<n>_MAX,Ken Dyck
2009-11-20Avoid unwanted macro expansion in macros that paste together int<n>_t andKen Dyck
2009-11-19Define WCHAR_MIN and WCHAR_MAX in terms of __WCHAR_WIDTH__ for consistency withKen Dyck
2009-11-19Parameterize WINT_MIN and WINT_MAX with __WINT_WIDTH__ to support arbitrary Ken Dyck
2009-11-19Construct definition of SIZE_MAX from __SIZE_WIDTH__ to support targets ofKen Dyck
2009-11-19Construct the macro body of PTRDIFF_MAX and PTRDIFF_MIN from __PTRDIFF_WIDTH__.Ken Dyck
2009-11-18Construct INTPTR_MIN, INTPTR_MAX, and UINTPTR_MAX from the exact-width limitKen Dyck
2009-11-18Define intptr_t and uintptr_t in terms of their equivalent exact-width types.Ken Dyck
2009-11-18Define INTMAX_C and UINTMAX_C in terms of the corresponding exact-widthKen Dyck
2009-11-18Define INTMAX_MIN, INTMAX_MAX, and UINTMAX_MAX in terms of the limit macros forKen Dyck
2009-11-18Define intmax_t and uintmax_t as the [u]intN_t type corresponding toKen Dyck
2009-11-17Replace (-INT8_C(128)), which uses an illegally out-of-range argument forKen Dyck
2009-11-17Use the INTn_C integer constant macros to generate limit constants with correctKen Dyck
2009-11-17Remove unnecessary parens around the bodies of integer constant macros. C99Ken Dyck
2009-11-16Parameterize the constant-generating macros in stdint.h with new built-inKen Dyck
2009-11-12Generalize stdint.h for non-8-bit-multiple types, patch by Chris Lattner
2009-11-04A simple reordering of the definitions in stdint.h and Chris Lattner
2009-11-02Added __has_include and __has_include_next.John Thompson
2009-10-27CMake: Respect LLVM_LIBDIR_SUFFIX for clang-specific headers underOscar Fuentes
2009-09-18Make our char vector types not be explicitly signed to match GCC and to fix c...Anders Carlsson
2009-09-18Fix PR4923.Anders Carlsson
2009-09-16Collapse more clang version numbers down into fewer places.Mike Stump
2009-09-15Back to 1.1 we go.Mike Stump
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-08-23CMake: Improve installation of ClangDouglas Gregor
2009-07-22Switch some functions from using x86 builtins to using vector Eli Friedman
2009-06-25Make sure install Clang headers when building clang-ccDouglas Gregor
2009-06-16Update Clang to include the InitializeAllTargets andDouglas Gregor
2009-06-11Following gcc, hide the hack to include the SSE2 intrinsics from Eli Friedman
2009-06-07Remove a few more vector builtins.Eli Friedman
2009-06-07xmmintrin needs to include emmintrin, Darwin system headers seem to depend on itDaniel Dunbar
2009-06-07Now that LLVM CodeGen can handle the generic variations a bit better, Eli Friedman
2009-06-07CMake: Install Clang's headers into the right place in the build tree, for re...Douglas Gregor
2009-06-06Replace more calls to builtins with generic code.Eli Friedman
2009-06-06Fix obvious typo.Eli Friedman
2009-06-06Fix some casts to work without -flax-vector-conversions.Eli Friedman
2009-06-06Misc fixes to MMX/SSE intrinsics: a few small bug fixes, and getting rid Eli Friedman
2009-06-02Add aliases for a couple of SSE intrinsics. Patch by Ed Schouten.Eli Friedman
2009-05-18Add 'cmp' SSE builtins and get rid of a bunch of other builtins.Anders Carlsson
2009-05-03Fix for PR3841: follow gcc's example and fall back to the system Eli Friedman
2009-04-20Fix tyop in SSSE3 header (6808876).Anders Carlsson
2009-04-18glibc plays some weird games with multiple different definitions ofChris Lattner
2009-04-17fix misspelt attribute.Chris Lattner
2009-04-07define __va_copy unconditionally, but va_copy only in c99 or non-ansi mode.Chris Lattner
2009-04-06Fix typo.Anders Carlsson
2009-04-01add support for the LONG_LONG_MIN/LONG_LONG_MAX/ULONG_LONG_MAX limits.h GNU e...Chris Lattner
2009-03-15Only intptr_t is protected by __intptr_t_defined.Daniel Dunbar
2009-02-28fix inverted conditional, rdar://6633188Chris Lattner