Age | Commit message (Expand) | Author | Files | Lines |
2016-09-26 | Implement -Wimplicit-fallthrough. | Marek Polacek | 1 | -0/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -4/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -4/+4 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -2/+1 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -1/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -5/+0 |
2015-06-05 | Merge debug-early branch into mainline. | Aldy Hernandez | 1 | -4/+11 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -3/+0 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -0/+10 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-11-04 | godump.c (go_format_type): Rewrite RECORD_TYPE nad UNION_TYPE support with -f... | Dominik Vogt | 1 | -90/+93 |
2014-10-29 | godump.c (go_format_type): Represent "float _Complex" and "double _Complex" a... | Dominik Vogt | 1 | -0/+34 |
2014-10-28 | godump.c (precision_to_units): New helper function. | Dominik Vogt | 1 | -94/+267 |
2014-10-22 | gengtype.h (obstack_chunk_alloc, [...]): Remove cast. | Alan Modra | 1 | -1/+1 |
2014-09-04 | Revert incorrect merging of debug-early branch. | Aldy Hernandez | 1 | -2/+2 |
2014-09-04 | + * c/c-decl.c (write_global_declarations_1): Call global_decl() + with early... | Aldy Hernandez | 1 | -2/+2 |
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 |