aboutsummaryrefslogtreecommitdiffstats
path: root/target.h
AgeCommit message (Expand)AuthorFilesLines
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