summaryrefslogtreecommitdiff
path: root/gcc/godump.c
AgeCommit message (Expand)Author
2020-01-01Update copyright years.Jakub Jelinek
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-01-15godump.c (go_output_typedef): When outputting a typedef...Nikhil Benesch
2019-01-01Update copyright years.Jakub Jelinek
2018-09-25Fix small coding style issues (PR fortran/87394).Martin Liska
2018-01-03Update copyright years.Jakub Jelinek
2017-10-10Require wi::to_wide for treesRichard Sandiford
2017-07-02Reorganise machmode.h headersRichard Sandiford
2017-06-21DWARF: make it possible to emit debug info for declarations onlyPierre-Marie de Rodat
2017-01-04godump.c (go_format_type): Treat ENUMERAL_TYPE like INTEGER_TYPE.Ian Lance Taylor
2017-01-01Update copyright years.Jakub Jelinek
2016-11-22re PR go/78431 (ICE in go_append_padding, at godump.c:636)Ian Lance Taylor
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek
2016-01-04Update copyright years.Jakub Jelinek
2015-10-30alias.c: Remove unused headers.Andrew MacLeod
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison
2015-01-05Update copyright years.Jakub Jelinek
2014-11-04godump.c (go_format_type): Rewrite RECORD_TYPE nad UNION_TYPE support with -f...Dominik Vogt
2014-10-29godump.c (go_format_type): Represent "float _Complex" and "double _Complex" a...Dominik Vogt
2014-10-28godump.c (precision_to_units): New helper function.Dominik Vogt
2014-10-22gengtype.h (obstack_chunk_alloc, [...]): Remove cast.Alan Modra
2014-09-04Revert incorrect merging of debug-early branch.Aldy Hernandez
2014-09-04+ * c/c-decl.c (write_global_declarations_1): Call global_decl() + with early...Aldy Hernandez
2014-08-02add a hash_set based on hash_tableTrevor Saunders
2014-05-06Merge in wide-int.Kenneth Zadeck
2014-04-14tree.h (TYPE_IDENTIFIER): Declare.Paolo Carlini
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-11-18c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned...Richard Sandiford
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford
2013-01-10Update copyright years in gcc/Richard Sandiford
2012-12-05godump.c (find_dummy_types): Output a dummy type if we couldn't output the re...Ian Lance Taylor
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo
2012-04-22godump.c (go_output_typedef): Dump size of structs.Ian Lance Taylor
2011-11-02godump.c (struct macro_hash_value): Define.Ian Lance Taylor
2011-10-03godump.c (go_output_typedef): Support printing enum values that don't fit in ...Jakub Jelinek
2011-09-23godump.c (go_define): Treat a single character in single quotes, or a string,...Ian Lance Taylor
2011-05-31godump.c (go_format_type): Correct length of name added to obstack for anonym...Ian Lance Taylor
2011-05-26godump.c (go_format_type): Output the first field with a usable Go type, if any.Ian Lance Taylor
2011-05-26godump.c (go_format_type): Check for invalid type names, pointer target types...Ian Lance Taylor