aboutsummaryrefslogtreecommitdiff
path: root/gcc/godump.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2012-12-05godump.c (find_dummy_types): Output a dummy type if we couldn't output the re...Ian Lance Taylor1-2/+4
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-5/+5
2012-04-22godump.c (go_output_typedef): Dump size of structs.Ian Lance Taylor1-0/+20
2011-11-02godump.c (struct macro_hash_value): Define.Ian Lance Taylor1-40/+115
2011-10-03godump.c (go_output_typedef): Support printing enum values that don't fit in ...Jakub Jelinek1-3/+14
2011-09-23godump.c (go_define): Treat a single character in single quotes, or a string,...Ian Lance Taylor1-0/+12
2011-05-31godump.c (go_format_type): Correct length of name added to obstack for anonym...Ian Lance Taylor1-1/+1
2011-05-26godump.c (go_format_type): Output the first field with a usable Go type, if any.Ian Lance Taylor1-6/+41
2011-05-26godump.c (go_format_type): Check for invalid type names, pointer target types...Ian Lance Taylor1-34/+45
2011-05-24godump.c (go_define): Don't accept a string immediately after another operand.Ian Lance Taylor1-1/+5
2011-05-24godump.c (struct godump_container): Add invalid_hash field.Ian Lance Taylor1-14/+28
2011-05-20remove TYPE_ARG_TYPES from godump.cNathan Froyd1-14/+12
2011-05-20godump.c (go_output_typedef): Put enum constants in the macro hash table to a...Ian Lance Taylor1-3/+18
2011-04-21godump.c (go_format_type): Use exported Go name for anonymous field name.Ian Lance Taylor1-1/+1
2011-01-29godump.c (go_define): Ignore macros whose definitions include two adjacent op...Ian Lance Taylor1-0/+3
2011-01-26godump.c (go_define): Improve lexing of macro expansion to only accept expres...Ian Lance Taylor1-60/+243
2011-01-11godump.c (go_output_var): Don't output the variable if there is already a typ...Ian Lance Taylor1-1/+15
2011-01-11* godump.c (go_format_type): Don't generate float80.Ian Lance Taylor1-4/+1
2010-11-15godump.c: New file.Ian Lance Taylor1-0/+874