| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-07-13 | h8300: add minimal support | Luc Van Oostenryck | 1 | -0/+1 |
| 2020-07-06 | arch: add minimal support for microblaze | Luc Van Oostenryck | 1 | -0/+1 |
| 2020-07-04 | add support for arch specific asm constraints | Luc Van Oostenryck | 1 | -1/+2 |
| 2020-06-12 | arch: add specificities for Alpha | Luc Van Oostenryck | 1 | -0/+1 |
| 2020-06-12 | arch: add specificities for Blackfin | Luc Van Oostenryck | 1 | -0/+1 |
| 2020-06-12 | arch: add specificities for Nios2 | Luc Van Oostenryck | 1 | -0/+1 |
| 2020-06-12 | builtin: add support for arch-specific builtins | Luc Van Oostenryck | 1 | -0/+4 |
| 2019-12-16 | arch: use arch_target for INT128's predefine | Luc Van Oostenryck | 1 | -0/+1 |
| 2019-12-16 | arch: move target-specific predefines to the target files. | Luc Van Oostenryck | 1 | -0/+1 |
| 2019-12-16 | arch: use an arch-specific default for -msize-long | Luc Van Oostenryck | 1 | -0/+1 |
| 2019-12-16 | arch: move parsing of --arch=<ARCH> to target.c | Luc Van Oostenryck | 1 | -0/+1 |
| 2019-12-16 | arch: move arch-specificities to their own files | Luc Van Oostenryck | 1 | -0/+44 |
| 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 |