]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/godump.c
Allow automatics in equivalences
[thirdparty/gcc.git] / gcc / godump.c
2019-07-09  mseborPR c++/61339 - add mismatch between struct and class...
2019-07-09  mseborPR c++/61339 - add mismatch between struct and class...
2019-01-15  iangcc/:
2019-01-01  jakub Update copyright years.
2018-09-25  marxinFix small coding style issues (PR fortran/87394).
2018-01-03  jakub Update copyright years.
2017-10-10  rsandifoRequire wi::to_wide for trees
2017-07-02  rsandifoReorganise machmode.h headers
2017-06-21  pmderodatDWARF: make it possible to emit debug info for declarat...
2017-01-04  iangcc/:
2017-01-01  jakub Update copyright years.
2016-11-22  ian PR go/78431
2016-09-26  mpolacekImplement -Wimplicit-fallthrough.
2016-01-04  jakub Update copyright years.
2015-10-30  amacleod2015-10-30 Andrew MacLeod <amacleod@redhat.com>
2015-10-29  amacleod2015-10-29 Andrew MacLeod <amacleod@redhat.com>
2015-07-08  amacleod2015-07-07 Andrew MacLeod <amacleod@redhat.com>
2015-06-17  amacleod2015-06-17 Andrew MacLeod <amacleod@redhat.com>
2015-06-08  amacleod2015-06-08 Andrew MacLeod <amacleod@redhat.com>
2015-06-05  aldyhMerge debug-early branch into mainline.
2015-06-04  amacleod2015-06-04 Andrew MacLeod <amacleod@redhat.com>
2015-01-09  prathamesh34922015-01-09 Michael Collison <michael.collison@linaro...
2015-01-05  jakub Update copyright years.
2014-11-04  iangcc/:
2014-10-29  iangcc/:
2014-10-28  iangcc/:
2014-10-22  amodragcc/
2014-09-04  aldyhRevert incorrect merging of debug-early branch.
2014-09-04  aldyh+ * c/c-decl.c (write_global_declarations_1)...
2014-08-02  tbsaundeadd a hash_set based on hash_table
2014-05-06  mrsMerge in wide-int.
2014-05-06  mrsMerge in trunk.
2014-05-05  mrsMerge in trunk.
2014-05-05  mrsMerge in trunk.
2014-04-30  mrsMerge in trunk.
2014-04-28  rsandifoMerge from trunk.
2014-04-24  mrsMerge in trunk.
2014-04-22  mrsMerge in trunk.
2014-04-22  rsandifoMerge from trunk.
2014-04-17  rsandifoMerge from trunk.
2014-04-14  paolo2014-04-14 Paolo Carlini <paolo.carlini@oracle.com>
2014-04-02  mrsMerge in trunk.
2014-02-10  mrsMerge in trunk.
2014-01-13  mrsMerge in trunk.
2014-01-03  mrsMerge in trunk.
2014-01-02  rsandifoUpdate copyright years in gcc/
2013-12-16  mrsMerge in trunk.
2013-12-13  mrsMerge in trunk.
2013-12-04  rsandifoMerge with trunk.
2013-11-22  rsandifoMerge with trunk.
2013-11-21  rsandifoMerge with trunk.
2013-11-20  rsandifoMerge from trunk.
2013-11-18  rsandifoMerge from trunk.
2013-11-18  rsandifogcc/c-family/
2013-11-18  rsandifogcc/ada/
2013-11-18  rsandifogcc/c-family/
2013-11-18  rsandifogcc/ada/
2013-11-18  rsandifogcc/ada/
2013-11-16  mrsMerge in trunk.
2013-11-10  rsandifoRemove some wide_int constructor calls. Make more...
2013-11-09  rsandifoMerge with trunk.
2013-11-06  mrsMerge in trunk.
2013-11-04  mrsMerge in trunk.
2013-10-20  mrsMerge in trunk.
2013-09-28  rsandifogcc/
2013-09-20  mrsMerge in trunk.
2013-09-04  mrsMerge in trunk.
2013-08-13  mrsAdd wide-int branch.
2013-01-10  rsandifoUpdate copyright years in gcc/
2012-12-05  ian * godump.c (find_dummy_types): Output a dummy type...
2012-11-18  dnovilloThis patch rewrites the old VEC macro-based interface...
2012-04-22  ian * godump.c (go_output_typedef): Dump size of structs.
2011-11-02  ian * godump.c (struct macro_hash_value): Define.
2011-10-03  ian * godump.c (go_output_typedef): Support printing enum...
2011-09-23  ian * godump.c (go_define): Treat a single character in...
2011-05-31  ian * godump.c (go_format_type): Correct length of name...
2011-05-26  ian * godump.c (go_format_type): Output the first field...
2011-05-26  ian * godump.c (go_format_type): Check for invalid type...
2011-05-24  ian * godump.c (go_define): Don't accept a string immediat...
2011-05-24  ian * godump.c (struct godump_container): Add invalid_hash...
2011-05-20  froydnjremove TYPE_ARG_TYPES from godump.c
2011-05-20  ian * godump.c (go_output_typedef): Put enum constants...
2011-04-21  ian * godump.c (go_format_type): Use exported Go name...
2011-01-29  ian * godump.c (go_define): Ignore macros whose definition...
2011-01-26  ian * godump.c (go_define): Improve lexing of macro expans...
2011-01-11  ian * godump.c (go_output_var): Don't output the variable...
2011-01-11  ian * godump.c (go_format_type): Don't generate float80.
2010-11-15  iangcc/: