summaryrefslogtreecommitdiffstatshomepage
path: root/target.h
AgeCommit message (Expand)AuthorFilesLines
2020-06-12arch: add specificities for AlphaLuc Van Oostenryck1-0/+1
2020-06-12arch: add specificities for BlackfinLuc Van Oostenryck1-0/+1
2020-06-12arch: add specificities for Nios2Luc Van Oostenryck1-0/+1
2020-06-12builtin: add support for arch-specific builtinsLuc Van Oostenryck1-0/+4
2019-12-16arch: use arch_target for INT128's predefineLuc Van Oostenryck1-0/+1
2019-12-16arch: move target-specific predefines to the target files.Luc Van Oostenryck1-0/+1
2019-12-16arch: use an arch-specific default for -msize-longLuc Van Oostenryck1-0/+1
2019-12-16arch: move parsing of --arch=<ARCH> to target.cLuc Van Oostenryck1-0/+1
2019-12-16arch: move arch-specificities to their own filesLuc Van Oostenryck1-0/+44
2018-12-17add predefined macros for [u]int32_tLuc Van Oostenryck1-0/+2
2018-12-17add predefined macros for [u]int64_tLuc Van Oostenryck1-0/+2
2018-12-17add predefined macros for [u]intmaxLuc Van Oostenryck1-0/+2
2018-12-17add predefined macros for wint_tLuc Van Oostenryck1-0/+1
2018-12-17give a type to wcharLuc Van Oostenryck1-2/+1
2017-05-19fix hardcoded size of wide charsLuc Van Oostenryck1-0/+2
2014-07-17round up the array element size to byte alignChristopher Li1-0/+8
2014-07-16sparse: make bits_to_bytes round up instead of downJeff Layton1-1/+1
2009-08-01Add support for TImode type (__int128_t)Blue Swirl1-0/+1
2008-12-17Unhardcode byte size being 8 bits.David Given1-0/+14
2005-04-07Implement a C99-like _Bool type.Linus Torvalds1-0/+1
2005-04-07Now that BITS_IN_XXXX aren't defined contstants any more,Linus Torvalds1-15/+15
2005-04-07Use variables for target data structure information, Linus Torvalds1-17/+17
2005-04-07Peter Jones informs about the gcc "attribute((aligned))" behaviour:Linus Torvalds1-0/+5
2005-04-07Evaluate (ptr - ptr). Do the sizeof scaling for (ptr + int)Linus Torvalds1-0/+1
2005-04-07Fix indirect type parsing (functions, arrays, bitfields). UpdateLinus Torvalds1-0/+2
2005-04-07Handle 'enum' type sizing and alignmentLinus Torvalds1-0/+6
2005-04-07Add type size and alignment information to 'struct symbol'.Linus Torvalds1-0/+30