| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Integers which are too large should be an error. | Eli Friedman | 2013-07-23 | 1 | -2/+2 |
| * | Reject uses of __int128 on platforms that don't support it. Also move the ugly | Richard Smith | 2012-11-29 | 1 | -1/+13 |
| * | Add support for "type safety" attributes that allow checking that 'void *' | Dmitri Gribenko | 2012-08-17 | 1 | -0/+19 |
| * | Add support for full-width 128-bit integer literals. | Stephen Canon | 2012-05-03 | 1 | -1/+8 |
| * | For PR11916: Add support for g++'s __int128 keyword. Unlike __int128_t, this is | Richard Smith | 2012-04-04 | 1 | -0/+4 |
| * | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
| * | Add a triple to try to fix the buildbot error. | Anders Carlsson | 2009-11-09 | 1 | -1/+1 |
| * | __uint128_t is indeed an unsigned integer type. Fixes PR5435. | Anders Carlsson | 2009-11-09 | 1 | -0/+3 |
| * | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
| * | Initial implementation of arbitrary fixed-width integer types. | Eli Friedman | 2009-02-13 | 1 | -0/+6 |

