aboutsummaryrefslogtreecommitdiff
path: root/gcc/godump.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-4/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-4/+4
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-5/+0
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez1-4/+11
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-04godump.c (go_format_type): Rewrite RECORD_TYPE nad UNION_TYPE support with -f...Dominik Vogt1-90/+93
2014-10-29godump.c (go_format_type): Represent "float _Complex" and "double _Complex" a...Dominik Vogt1-0/+34
2014-10-28godump.c (precision_to_units): New helper function.Dominik Vogt1-94/+267
2014-10-22gengtype.h (obstack_chunk_alloc, [...]): Remove cast.Alan Modra1-1/+1
2014-09-04Revert incorrect merging of debug-early branch.Aldy Hernandez1-2/+2
2014-09-04+ * c/c-decl.c (write_global_declarations_1): Call global_decl() + with early...Aldy Hernandez1-2/+2
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-32/+25
2014-05-06Merge in wide-int.Kenneth Zadeck1-5/+3
2014-04-14tree.h (TYPE_IDENTIFIER): Declare.Paolo Carlini1-9/+3
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-18c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned...Richard Sandiford1-2/+1
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-1/+1
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-2/+2
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-1/+1
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-2/+2
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