]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/godump.c
PR fortran/95090 - ICE: identifier overflow
[thirdparty/gcc.git] / gcc / godump.c
2020-01-01  Jakub JelinekUpdate copyright years.
2019-07-09  Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-07-09  Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-01-15  Nikhil Beneschgodump.c (go_output_typedef): When outputting a typedef...
2019-01-01  Jakub JelinekUpdate copyright years.
2018-09-25  Martin LiskaFix small coding style issues (PR fortran/87394).
2018-01-03  Jakub JelinekUpdate copyright years.
2017-10-10  Richard SandifordRequire wi::to_wide for trees
2017-07-02  Richard SandifordReorganise machmode.h headers
2017-06-21  Pierre-Marie de... DWARF: make it possible to emit debug info for declarat...
2017-01-04  Ian Lance Taylorgodump.c (go_format_type): Treat ENUMERAL_TYPE like...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-11-22  Ian Lance Taylorre PR go/78431 (ICE in go_append_padding, at godump...
2016-09-26  Marek PolacekImplement -Wimplicit-fallthrough.
2016-01-04  Jakub JelinekUpdate copyright years.
2015-10-30  Andrew MacLeodalias.c: Remove unused headers.
2015-10-29  Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
2015-07-08  Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-17  Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-08  Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-05  Aldy HernandezMerge debug-early branch into mainline.
2015-06-04  Andrew MacLeodcoretypes.h: Include machmode.h...
2015-01-09  Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-05  Jakub JelinekUpdate copyright years.
2014-11-04  Dominik Vogtgodump.c (go_format_type): Rewrite RECORD_TYPE nad...
2014-10-29  Dominik Vogtgodump.c (go_format_type): Represent "float _Complex...
2014-10-28  Dominik Vogtgodump.c (precision_to_units): New helper function.
2014-10-22  Alan Modragengtype.h (obstack_chunk_alloc, [...]): Remove cast.
2014-09-04  Aldy HernandezRevert incorrect merging of debug-early branch.
2014-09-04  Aldy Hernandez+ * c/c-decl.c (write_global_declarations_1): Call...
2014-08-02  Trevor Saundersadd a hash_set based on hash_table
2014-05-06  Kenneth ZadeckMerge in wide-int.
2014-04-14  Paolo Carlinitree.h (TYPE_IDENTIFIER): Declare.
2014-01-02  Richard SandifordUpdate copyright years in gcc/
2013-11-18  Richard Sandifordc-common.c (convert_vector_to_pointer_for_subscript...
2013-11-18  Richard Sandiforddecl.c, [...]: Replace tree_low_cst (..., 1) with tree_...
2013-11-18  Richard Sandifordc-common.c, [...]: Replace tree_low_cst (..., 0) with...
2013-11-18  Richard Sandiforddecl.c, [...]: Replace host_integerp (..., 1) with...
2013-11-18  Richard Sandifordcuintp.c: Replace host_integerp (..., 0) with tree_fits...
2013-09-28  Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-01-10  Richard SandifordUpdate copyright years in gcc/
2012-12-05  Ian Lance Taylorgodump.c (find_dummy_types): Output a dummy type if...
2012-11-18  Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-04-22  Ian Lance Taylorgodump.c (go_output_typedef): Dump size of structs.
2011-11-02  Ian Lance Taylorgodump.c (struct macro_hash_value): Define.
2011-10-03  Jakub Jelinekgodump.c (go_output_typedef): Support printing enum...
2011-09-23  Ian Lance Taylorgodump.c (go_define): Treat a single character in singl...
2011-05-31  Ian Lance Taylorgodump.c (go_format_type): Correct length of name added...
2011-05-26  Ian Lance Taylorgodump.c (go_format_type): Output the first field with...
2011-05-26  Ian Lance Taylorgodump.c (go_format_type): Check for invalid type names...
2011-05-24  Ian Lance Taylorgodump.c (go_define): Don't accept a string immediately...
2011-05-24  Ian Lance Taylorgodump.c (struct godump_container): Add invalid_hash...
2011-05-20  Nathan Froydremove TYPE_ARG_TYPES from godump.c
2011-05-20  Ian Lance Taylorgodump.c (go_output_typedef): Put enum constants in...
2011-04-21  Ian Lance Taylorgodump.c (go_format_type): Use exported Go name for...
2011-01-29  Ian Lance Taylorgodump.c (go_define): Ignore macros whose definitions...
2011-01-26  Ian Lance Taylorgodump.c (go_define): Improve lexing of macro expansion...
2011-01-11  Ian Lance Taylorgodump.c (go_output_var): Don't output the variable...
2011-01-11  Ian Lance Taylor* godump.c (go_format_type): Don't generate float80.
2010-11-15  Ian Lance Taylorgodump.c: New file.