summaryrefslogtreecommitdiff
path: root/test/Preprocessor/stdint.c
AgeCommit message (Expand)Author
2017-10-18Basic: fix __{,U}INTPTR_TYPE__ on ARMSaleem Abdulrasool
2017-04-27Headers: Make the type of SIZE_MAX the same as size_tDuncan P. N. Exon Smith
2015-03-30[SystemZ] Fix definition of IntMaxType / Int64TypeUlrich Weigand
2015-01-22[Mips] Fix type of 64-bit integer in case of MIPS N64 ABISimon Atanasyan
2014-10-15As requested by Matt Thomas, use long long for intmax_t and int64_t onJoerg Sonnenberger
2014-07-28Change __INTx_TYPE__ to be always signed. This changes the value forJoerg Sonnenberger
2014-07-17If char/short are shorter than int, do not use U as suffix forJoerg Sonnenberger
2013-11-14[Mips] Add tests for MIPS/MIPS64 type defines and type limits macros. NoSimon Atanasyan
2013-11-12XCore target Type defines.Robert Lytton
2013-08-13Add XCore targetRobert Lytton
2013-07-01Fix MSP430 builtin types.Anton Korobeynikov
2013-05-06Add SystemZ supportUlrich Weigand
2011-11-23AAPCS compliance - 32-bit wchar_t should be unsigned for both aapcs and aapcs...James Molloy
2011-10-25Remove more SystemZ (s390) tests.Dan Gohman
2011-10-25Remove the Blackfin backend.Dan Gohman
2011-04-30Some small improvements to the builtin (-ffreestanding) stdint.h; inEli Friedman
2011-04-21PR9772: Fix the definition of WINT_MIN and WINT_MAX on Linux -ffreestanding.Eli Friedman
2010-10-11Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner
2010-06-30Headers: Define __INT64_TYPE__ in terms of getInt64Type(), which isn't alwaysDaniel Dunbar
2010-06-30Headers: Change [u]intmax_t to be defined in terms of __[U]INTMAX_TYPE__, ins...Daniel Dunbar
2010-01-14Forgot to commit theseAnton Korobeynikov
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
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-19Parameterize WINT_MIN and WINT_MAX with __WINT_WIDTH__ to support arbitrary Ken 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-12do not store wchar/char16/char32/intmax width/alignment infoChris Lattner
2009-11-08Remove RUN: true lines.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-11-05clean up integer preprocessor type definitions, patch by Ken Dyck!Chris Lattner
2009-11-04A simple reordering of the definitions in stdint.h and Chris Lattner
2009-10-29add two new and very exhaustive preprocessor tests, patch byChris Lattner