Age | Commit message (Expand) | Author | Files | Lines |
2014-08-02 | add a hash_set based on hash_table | Trevor Saunders | 1 | -32/+25 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -5/+3 |
2014-04-14 | tree.h (TYPE_IDENTIFIER): Declare. | Paolo Carlini | 1 | -9/+3 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-11-18 | c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned... | Richard Sandiford | 1 | -2/+1 |
2013-11-18 | decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout. | Richard Sandiford | 1 | -1/+1 |
2013-11-18 | c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout. | Richard Sandiford | 1 | -2/+2 |
2013-11-18 | decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout. | Richard Sandiford | 1 | -1/+1 |
2013-11-18 | cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout. | Richard Sandiford | 1 | -2/+2 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -1/+1 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2012-12-05 | godump.c (find_dummy_types): Output a dummy type if we couldn't output the re... | Ian Lance Taylor | 1 | -2/+4 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -5/+5 |
2012-04-22 | godump.c (go_output_typedef): Dump size of structs. | Ian Lance Taylor | 1 | -0/+20 |
2011-11-02 | godump.c (struct macro_hash_value): Define. | Ian Lance Taylor | 1 | -40/+115 |
2011-10-03 | godump.c (go_output_typedef): Support printing enum values that don't fit in ... | Jakub Jelinek | 1 | -3/+14 |
2011-09-23 | godump.c (go_define): Treat a single character in single quotes, or a string,... | Ian Lance Taylor | 1 | -0/+12 |
2011-05-31 | godump.c (go_format_type): Correct length of name added to obstack for anonym... | Ian Lance Taylor | 1 | -1/+1 |
2011-05-26 | godump.c (go_format_type): Output the first field with a usable Go type, if any. | Ian Lance Taylor | 1 | -6/+41 |
2011-05-26 | godump.c (go_format_type): Check for invalid type names, pointer target types... | Ian Lance Taylor | 1 | -34/+45 |
2011-05-24 | godump.c (go_define): Don't accept a string immediately after another operand. | Ian Lance Taylor | 1 | -1/+5 |
2011-05-24 | godump.c (struct godump_container): Add invalid_hash field. | Ian Lance Taylor | 1 | -14/+28 |
2011-05-20 | remove TYPE_ARG_TYPES from godump.c | Nathan Froyd | 1 | -14/+12 |
2011-05-20 | godump.c (go_output_typedef): Put enum constants in the macro hash table to a... | Ian Lance Taylor | 1 | -3/+18 |
2011-04-21 | godump.c (go_format_type): Use exported Go name for anonymous field name. | Ian Lance Taylor | 1 | -1/+1 |
2011-01-29 | godump.c (go_define): Ignore macros whose definitions include two adjacent op... | Ian Lance Taylor | 1 | -0/+3 |
2011-01-26 | godump.c (go_define): Improve lexing of macro expansion to only accept expres... | Ian Lance Taylor | 1 | -60/+243 |
2011-01-11 | godump.c (go_output_var): Don't output the variable if there is already a typ... | Ian Lance Taylor | 1 | -1/+15 |
2011-01-11 | * godump.c (go_format_type): Don't generate float80. | Ian Lance Taylor | 1 | -4/+1 |
2010-11-15 | godump.c: New file. | Ian Lance Taylor | 1 | -0/+874 |