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-12 | do not store wchar/char16/char32/intmax width/alignment info | Chris Lattner |
2009-11-08 | Remove RUN: true lines. | Daniel Dunbar |
2009-11-08 | Eliminate &&s in tests. | Daniel Dunbar |
2009-11-05 | clean up integer preprocessor type definitions, patch by Ken Dyck! | Chris Lattner |
2009-11-04 | A simple reordering of the definitions in stdint.h and | Chris Lattner |
2009-10-29 | add two new and very exhaustive preprocessor tests, patch by | Chris Lattner |