summaryrefslogtreecommitdiff
path: root/gcc/godump.c
Commit message (Expand)AuthorAgeFilesLines
* 2015-07-07 Andrew MacLeod <amacleod@redhat.com>amacleod2015-07-081-2/+1
* 2015-06-17 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-171-1/+0
* 2015-06-08 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-081-5/+0
* Merge debug-early branch into mainline.aldyh2015-06-051-4/+11
* 2015-06-04 Andrew MacLeod <amacleod@redhat.com>amacleod2015-06-041-3/+0
* 2015-01-09 Michael Collison <michael.collison@linaro.org>prathamesh34922015-01-091-0/+10
* Update copyright years.jakub2015-01-051-1/+1
* gcc/:ian2014-11-041-90/+93
* gcc/:ian2014-10-291-0/+34
* gcc/:ian2014-10-281-94/+267
* gcc/amodra2014-10-221-1/+1
* Revert incorrect merging of debug-early branch.aldyh2014-09-041-2/+2
* + * c/c-decl.c (write_global_declarations_1): Call global_decl()aldyh2014-09-041-2/+2
* add a hash_set based on hash_tabletbsaunde2014-08-021-32/+25
* Merge from trunk.rsandifo2014-04-171-9/+3
|\
| * 2014-04-14 Paolo Carlini <paolo.carlini@oracle.com>paolo2014-04-141-9/+3
* | Merge in trunk.mrs2014-01-031-1/+1
|\ \ | |/
| * Update copyright years in gcc/rsandifo2014-01-021-1/+1
* | Merge from trunk.rsandifo2013-11-181-2/+1
|\ \ | |/
| * gcc/c-family/rsandifo2013-11-181-2/+1
| * gcc/ada/rsandifo2013-11-181-1/+1
| * gcc/c-family/rsandifo2013-11-181-2/+2
| * gcc/ada/rsandifo2013-11-181-1/+1
| * gcc/ada/rsandifo2013-11-181-2/+2
* | Remove some wide_int constructor calls. Make more use of wi::.rsandifo2013-11-101-1/+1
* | Merge in trunk.mrs2013-10-201-1/+1
|\ \ | |/
| * gcc/rsandifo2013-09-281-1/+1
* | Add wide-int branch.mrs2013-08-131-11/+9
|/
* Update copyright years in gcc/rsandifo2013-01-101-1/+1
* * godump.c (find_dummy_types): Output a dummy type if we couldn'tian2012-12-051-2/+4
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-5/+5
* * godump.c (go_output_typedef): Dump size of structs.ian2012-04-221-0/+20
* * godump.c (struct macro_hash_value): Define.ian2011-11-021-40/+115
* * godump.c (go_output_typedef): Support printing enum values thatian2011-10-031-3/+14
* * godump.c (go_define): Treat a single character in single quotes,ian2011-09-231-0/+12
* * godump.c (go_format_type): Correct length of name added toian2011-05-311-1/+1
* * godump.c (go_format_type): Output the first field with a usableian2011-05-261-6/+41
* * godump.c (go_format_type): Check for invalid type names, pointerian2011-05-261-34/+45
* * godump.c (go_define): Don't accept a string immediately afterian2011-05-241-1/+5
* * godump.c (struct godump_container): Add invalid_hash field.ian2011-05-241-14/+28
* remove TYPE_ARG_TYPES from godump.cfroydnj2011-05-201-14/+12
* * godump.c (go_output_typedef): Put enum constants in the macroian2011-05-201-3/+18
* * godump.c (go_format_type): Use exported Go name for anonymousian2011-04-211-1/+1
* * godump.c (go_define): Ignore macros whose definitions includeian2011-01-291-0/+3
* * godump.c (go_define): Improve lexing of macro expansion to onlyian2011-01-261-60/+243
* * godump.c (go_output_var): Don't output the variable if there isian2011-01-111-1/+15
* * godump.c (go_format_type): Don't generate float80.ian2011-01-111-4/+1
* gcc/:ian2010-11-151-0/+874