aboutsummaryrefslogtreecommitdiff
path: root/gcc/gengtype.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-08except.c (expand_eh_region_start, [...]): Remove.Richard Henderson1-47/+0
2004-07-02c-decl.c (grokdeclarator): Don't frob current_function_decl around variable_s...Richard Henderson1-1/+0
2004-07-01tree.def (RTL_EXPR): Remove.Richard Henderson1-1/+0
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-1/+11
2004-06-30Makefile.in (OBJS-common): Add tree-chrec.o.Sebastian Pop1-0/+1
2004-06-09Index: gcc/ChangeLogGeoffrey Keating1-18/+35
2004-05-30Index: libcpp/ChangeLogGeoffrey Keating1-1/+45
2004-05-20Makefile.in (GTFILES): Add $(srcdir)/reload.h.J"orn Rennecke1-1/+1
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-1/+2
2004-03-30gengtype.c (create_option): New function.Zack Weinberg1-0/+10
2004-02-06Josef Zlomek <zlomekj@suse.cz>Josef Zlomek1-0/+1
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-19gengtype.c (header_file): Make it static.Steven Bosscher1-4/+4
2004-01-16c-common.h: Fix comment formatting.Kazu Hirata1-2/+2
2003-12-11basic-block.h (BLOCK_HEAD, BLOCK_END): Remove.Steven Bosscher1-3/+3
2003-11-20ssa.c, [...]: Remove files.Richard Henderson1-1/+1
2003-10-18rtl.h (rtl_size): Declare.Richard Sandiford1-4/+4
2003-08-14gengtype.c (walk_type): Process a subobject before processing the pointer tha...Geoffrey Keating1-7/+8
2003-07-17c-common.c (c_estimate_num_insns_1): Don't handle METHOD_CALL_EXPR.Steven Bosscher1-1/+0
2003-07-07genextract.c: Convert remaining prototypes to ISO C90.Andreas Jaeger1-7/+5
2003-07-05genattr.c (internal_dfa_insn_code): Output prototype.Kaveh R. Ghazi1-7/+2
2003-06-30Makefile.in (GTFILES): Add cgraph.h.Jan Hubicka1-1/+1
2003-06-17rtl.h: Remove declarations from coverage.h.Andreas Jaeger1-2/+0
2003-06-16gengtype.c: Don't use UNION_INIT_ZERO.Kaveh R. Ghazi1-2/+1
2003-06-12ChangeLog: Follow spelling conventions.Kazu Hirata1-1/+1
2003-06-01genrecog.c: Use ISO C90 prototypes.Andreas Jaeger1-362/+271
2003-05-17builtins.c (validate_arglist): Eliminate libiberty VA_ macros, always use std...Kaveh R. Ghazi1-14/+14
2003-04-11rtl.def (SYMBOL_REF): Add two 0 fields.Richard Henderson1-0/+4
2003-03-18Makefile.in (emit-rtl.o): Add gt-emit-rtl.h to dependencies.Geoffrey Keating1-26/+42
2003-01-31Index: ChangeLogGeoffrey Keating1-11/+14
2003-01-24emit-rtl.c (reg_attrs_htab): New static variable.Jan Hubicka1-1/+4
2003-01-17et-forest.c: Fix comment typos.Kazu Hirata1-1/+1
2003-01-17* gengtype.c (walk_type): Allow paramN_is.Richard Henderson1-1/+5
2003-01-10Merge from pch-branch.Geoffrey Keating1-549/+951
2002-12-19ChangeLog: Follow spelling conventions.Kazu Hirata1-2/+2
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-8/+8
2002-10-04* gengtype.c (rtx_next): Change type to int.Kaveh R. Ghazi1-1/+1
2002-10-04gengtype.c (adjust_field_rtx_def): Cast variables of type size_t to unsigned ...Andreas Jaeger1-6/+7
2002-09-29builtins.def: Fix comment formatting.Kazu Hirata1-2/+2
2002-09-16Index: gcc/ChangeLogGeoffrey Keating1-215/+866
2002-09-12cselib.c: Fix comment formatting.Kazu Hirata1-1/+1
2002-09-08basic-block.h: Fix comment formatting.Kazu Hirata1-1/+1
2002-08-10gengtype.c (write_gc_structure_fields): Avoid signed/unsigned warnings in out...Kaveh R. Ghazi1-1/+1
2002-07-15[multiple changes]Michael Matz1-0/+4
2002-07-14Make gengtype.c language independent.Tim Josling1-65/+103
2002-07-06toplev.c (set_fast_math_flags): Don't use ISO C style function definitions.Andreas Jaeger1-2/+6
2002-06-30* gengtype.c (oprintf): Move VA_CLOSE after all fixedarg uses.Kaveh R. Ghazi1-1/+1
2002-06-20utils.c (init_gigi_decls): Use ARRAY_SIZE in lieu of explicit array size calc...Kaveh R. Ghazi1-4/+3
2002-06-20diagnostic.c (diagnostic_kind_text): Const-ify.Kaveh R. Ghazi1-1/+1
2002-06-12gengtype.h (xvasprintf): New prototype.Geoffrey Keating1-283/+272