| Commit message (Expand) | Author | Age | Files | Lines |
* | By popular demand, switch in64_t on NetBSD/AArch64 and NetBSD/PowerPC64 | Joerg Sonnenberger | 2018-07-17 | 1 | -20/+20 |
* | Basic: fix __{,U}INTPTR_TYPE__ on ARM | Saleem Abdulrasool | 2017-10-18 | 1 | -5/+5 |
* | Headers: Make the type of SIZE_MAX the same as size_t | Duncan P. N. Exon Smith | 2017-04-27 | 1 | -50/+55 |
* | [SystemZ] Fix definition of IntMaxType / Int64Type | Ulrich Weigand | 2015-03-30 | 1 | -10/+10 |
* | [Mips] Fix type of 64-bit integer in case of MIPS N64 ABI | Simon Atanasyan | 2015-01-22 | 1 | -28/+28 |
* | As requested by Matt Thomas, use long long for intmax_t and int64_t on | Joerg Sonnenberger | 2014-10-15 | 1 | -0/+107 |
* | Change __INTx_TYPE__ to be always signed. This changes the value for | Joerg Sonnenberger | 2014-07-28 | 1 | -45/+45 |
* | If char/short are shorter than int, do not use U as suffix for | Joerg Sonnenberger | 2014-07-17 | 1 | -3/+3 |
* | [Mips] Add tests for MIPS/MIPS64 type defines and type limits macros. No | Simon Atanasyan | 2013-11-14 | 1 | -0/+214 |
* | XCore target Type defines. | Robert Lytton | 2013-11-12 | 1 | -4/+4 |
* | Add XCore target | Robert Lytton | 2013-08-13 | 1 | -0/+108 |
* | Fix MSP430 builtin types. | Anton Korobeynikov | 2013-07-01 | 1 | -5/+5 |
* | Add SystemZ support | Ulrich Weigand | 2013-05-06 | 1 | -0/+107 |
* | AAPCS compliance - 32-bit wchar_t should be unsigned for both aapcs and aapcs... | James Molloy | 2011-11-23 | 1 | -2/+2 |
* | Remove more SystemZ (s390) tests. | Dan Gohman | 2011-10-25 | 1 | -107/+0 |
* | Remove the Blackfin backend. | Dan Gohman | 2011-10-25 | 1 | -108/+0 |
* | Some small improvements to the builtin (-ffreestanding) stdint.h; in | Eli Friedman | 2011-04-30 | 1 | -1/+7 |
* | PR9772: Fix the definition of WINT_MIN and WINT_MAX on Linux -ffreestanding. | Eli Friedman | 2011-04-21 | 1 | -0/+6 |
* | Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if | Chris Lattner | 2010-10-11 | 1 | -100/+0 |
* | Headers: Define __INT64_TYPE__ in terms of getInt64Type(), which isn't always | Daniel Dunbar | 2010-06-30 | 1 | -8/+8 |
* | Headers: Change [u]intmax_t to be defined in terms of __[U]INTMAX_TYPE__, ins... | Daniel Dunbar | 2010-06-30 | 1 | -25/+25 |
* | Forgot to commit these | Anton Korobeynikov | 2010-01-14 | 1 | -11/+11 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -12/+12 |
* | Avoid unwanted expansion in macros that paste together INT<n>_C(v) and | Ken Dyck | 2009-11-20 | 1 | -2/+2 |
* | Avoid unwanted expansion in macros that paste together INT<n>_MIN, INT<n>_MAX, | Ken Dyck | 2009-11-20 | 1 | -15/+15 |
* | Avoid unwanted macro expansion in macros that paste together int<n>_t and | Ken Dyck | 2009-11-20 | 1 | -0/+29 |
* | Parameterize WINT_MIN and WINT_MAX with __WINT_WIDTH__ to support arbitrary | Ken Dyck | 2009-11-19 | 1 | -4/+4 |
* | Define intptr_t and uintptr_t in terms of their equivalent exact-width types. | Ken Dyck | 2009-11-18 | 1 | -22/+22 |
* | Define INTMAX_C and UINTMAX_C in terms of the corresponding exact-width | Ken Dyck | 2009-11-18 | 1 | -12/+12 |
* | Define INTMAX_MIN, INTMAX_MAX, and UINTMAX_MAX in terms of the limit macros for | Ken Dyck | 2009-11-18 | 1 | -15/+15 |
* | Define intmax_t and uintmax_t as the [u]intN_t type corresponding to | Ken Dyck | 2009-11-18 | 1 | -22/+22 |
* | Replace (-INT8_C(128)), which uses an illegally out-of-range argument for | Ken Dyck | 2009-11-17 | 1 | -70/+70 |
* | Use the INTn_C integer constant macros to generate limit constants with correct | Ken Dyck | 2009-11-17 | 1 | -74/+74 |
* | Remove unnecessary parens around the bodies of integer constant macros. C99 | Ken Dyck | 2009-11-17 | 1 | -105/+105 |
* | Parameterize the constant-generating macros in stdint.h with new built-in | Ken Dyck | 2009-11-16 | 1 | -10/+10 |
* | Generalize stdint.h for non-8-bit-multiple types, patch by | Chris Lattner | 2009-11-12 | 1 | -33/+33 |
* | do not store wchar/char16/char32/intmax width/alignment info | Chris Lattner | 2009-11-12 | 1 | -4/+4 |
* | Remove RUN: true lines. | Daniel Dunbar | 2009-11-08 | 1 | -1/+0 |
* | Eliminate &&s in tests. | Daniel Dunbar | 2009-11-08 | 1 | -11/+11 |
* | clean up integer preprocessor type definitions, patch by Ken Dyck! | Chris Lattner | 2009-11-05 | 1 | -4/+4 |
* | A simple reordering of the definitions in stdint.h and | Chris Lattner | 2009-11-04 | 1 | -193/+183 |
* | add two new and very exhaustive preprocessor tests, patch by | Chris Lattner | 2009-10-29 | 1 | -0/+1244 |