| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-12-17 | add predefined macros for [u]int32_t | Luc Van Oostenryck | 1 | -0/+2 |
| 2018-12-17 | add predefined macros for [u]int64_t | Luc Van Oostenryck | 1 | -0/+2 |
| 2018-12-17 | add predefined macros for [u]intmax | Luc Van Oostenryck | 1 | -0/+2 |
| 2018-12-17 | add predefined macros for wint_t | Luc Van Oostenryck | 1 | -0/+1 |
| 2018-12-17 | give a type to wchar | Luc Van Oostenryck | 1 | -2/+1 |
| 2017-05-19 | fix hardcoded size of wide chars | Luc Van Oostenryck | 1 | -0/+2 |
| 2014-07-17 | round up the array element size to byte align | Christopher Li | 1 | -0/+8 |
| 2014-07-16 | sparse: make bits_to_bytes round up instead of down | Jeff Layton | 1 | -1/+1 |
| 2009-08-01 | Add support for TImode type (__int128_t) | Blue Swirl | 1 | -0/+1 |
| 2008-12-17 | Unhardcode byte size being 8 bits. | David Given | 1 | -0/+14 |
| 2005-04-07 | Implement a C99-like _Bool type. | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Now that BITS_IN_XXXX aren't defined contstants any more, | Linus Torvalds | 1 | -15/+15 |
| 2005-04-07 | Use variables for target data structure information, | Linus Torvalds | 1 | -17/+17 |
| 2005-04-07 | Peter Jones informs about the gcc "attribute((aligned))" behaviour: | Linus Torvalds | 1 | -0/+5 |
| 2005-04-07 | Evaluate (ptr - ptr). Do the sizeof scaling for (ptr + int) | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Fix indirect type parsing (functions, arrays, bitfields). Update | Linus Torvalds | 1 | -0/+2 |
| 2005-04-07 | Handle 'enum' type sizing and alignment | Linus Torvalds | 1 | -0/+6 |
| 2005-04-07 | Add type size and alignment information to 'struct symbol'. | Linus Torvalds | 1 | -0/+30 |