gcc/testsuite/
[gcc.git] / gcc / godump.c
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.