aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/target.h
AgeCommit message (Expand)AuthorFilesLines
2020-07-14x86-x32: fix it by defining a separate target for itLuc Van Oostenryck1-0/+1
2020-07-14arch: allow target specific [u]intptr_t & ptrdiff_tLuc Van Oostenryck1-0/+3
2020-07-14predefine: teach sparse about __SIG_ATOMIC_TYPE__Luc Van Oostenryck1-0/+1
2020-07-14arch: add predefines __INT_FAST${N}_TYPE__Luc Van Oostenryck1-0/+8
2020-07-14arch: add predefines __INT_LEAST${N}_TYPE__Luc Van Oostenryck1-0/+8
2020-07-13Merge branches 'march', 'endianness', 'os' and 'arch-mini' into archLuc Van Oostenryck1-0/+8
2020-07-13openrisc: add minimal supportLuc Van Oostenryck1-0/+1
2020-07-13sh: add minimal supportLuc Van Oostenryck1-0/+1
2020-07-13nds32: add minimal supportLuc Van Oostenryck1-0/+1
2020-07-13xtensa: add minimal supportLuc Van Oostenryck1-0/+1
2020-07-13h8300: add minimal supportLuc Van Oostenryck1-0/+1
2020-07-13arch: add an option to specify the OS: --os=$OSLuc Van Oostenryck1-0/+1
2020-07-08riscv: parse '-march=....'Luc Van Oostenryck1-0/+1
2020-07-08arch: teach sparse about the '-march' optionLuc Van Oostenryck1-0/+1
2020-07-06arch: add minimal support for microblazeLuc Van Oostenryck1-0/+1
2020-07-04add support for arch specific asm constraintsLuc Van Oostenryck1-1/+2
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