summaryrefslogtreecommitdiff
path: root/gcc/godump.c
Commit message (Expand)AuthorAgeFilesLines
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-4/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-4/+4
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-2/+1
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-5/+0
* Merge debug-early branch into mainline.Aldy Hernandez2015-06-051-4/+11
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-3/+0
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+10
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* godump.c (go_format_type): Rewrite RECORD_TYPE nad UNION_TYPE support with -f...Dominik Vogt2014-11-041-90/+93
* godump.c (go_format_type): Represent "float _Complex" and "double _Complex" a...Dominik Vogt2014-10-291-0/+34
* godump.c (precision_to_units): New helper function.Dominik Vogt2014-10-281-94/+267
* gengtype.h (obstack_chunk_alloc, [...]): Remove cast.Alan Modra2014-10-221-1/+1
* Revert incorrect merging of debug-early branch.Aldy Hernandez2014-09-041-2/+2
* + * c/c-decl.c (write_global_declarations_1): Call global_decl() + with early...Aldy Hernandez2014-09-041-2/+2
* add a hash_set based on hash_tableTrevor Saunders2014-08-021-32/+25
* Merge in wide-int.Kenneth Zadeck2014-05-061-5/+3
* tree.h (TYPE_IDENTIFIER): Declare.Paolo Carlini2014-04-141-9/+3
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned...Richard Sandiford2013-11-181-2/+1
* decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford2013-11-181-1/+1
* c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford2013-11-181-2/+2
* decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford2013-11-181-1/+1
* cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford2013-11-181-2/+2
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-1/+1
* Update copyright years in gcc/Richard Sandiford2013-01-101-1/+1
* godump.c (find_dummy_types): Output a dummy type if we couldn't output the re...Ian Lance Taylor2012-12-051-2/+4
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-5/+5
* godump.c (go_output_typedef): Dump size of structs.Ian Lance Taylor2012-04-221-0/+20
* godump.c (struct macro_hash_value): Define.Ian Lance Taylor2011-11-021-40/+115
* godump.c (go_output_typedef): Support printing enum values that don't fit in ...Jakub Jelinek2011-10-031-3/+14
* godump.c (go_define): Treat a single character in single quotes, or a string,...Ian Lance Taylor2011-09-231-0/+12
* godump.c (go_format_type): Correct length of name added to obstack for anonym...Ian Lance Taylor2011-05-311-1/+1
* godump.c (go_format_type): Output the first field with a usable Go type, if any.Ian Lance Taylor2011-05-261-6/+41
* godump.c (go_format_type): Check for invalid type names, pointer target types...Ian Lance Taylor2011-05-261-34/+45
* godump.c (go_define): Don't accept a string immediately after another operand.Ian Lance Taylor2011-05-241-1/+5
* godump.c (struct godump_container): Add invalid_hash field.Ian Lance Taylor2011-05-241-14/+28
* remove TYPE_ARG_TYPES from godump.cNathan Froyd2011-05-201-14/+12
* godump.c (go_output_typedef): Put enum constants in the macro hash table to a...Ian Lance Taylor2011-05-201-3/+18
* godump.c (go_format_type): Use exported Go name for anonymous field name.Ian Lance Taylor2011-04-211-1/+1
* godump.c (go_define): Ignore macros whose definitions include two adjacent op...Ian Lance Taylor2011-01-291-0/+3
* godump.c (go_define): Improve lexing of macro expansion to only accept expres...Ian Lance Taylor2011-01-261-60/+243
* godump.c (go_output_var): Don't output the variable if there is already a typ...Ian Lance Taylor2011-01-111-1/+15
* * godump.c (go_format_type): Don't generate float80.Ian Lance Taylor2011-01-111-4/+1
* godump.c: New file.Ian Lance Taylor2010-11-151-0/+874