summaryrefslogtreecommitdiff
path: root/gcc/gengtype.c
Commit message (Expand)AuthorAgeFilesLines
* * ggc-zone.c: Rewritten.drow2005-03-131-0/+60
* Fix out-of-bounds array access found by mudflap.wilson2005-02-231-1/+3
* * c-opts.c, expmed.c, gengtype.c, tree-complex.c,kazu2005-01-241-1/+1
* * gengtype.c (walk_type): Produce `not equal to' compares for loopsteven2005-01-231-2/+2
* * bitmap.h (struct bitmap_obstack): New obstack type.nathan2004-11-221-7/+5
* * alias.c, basic-block.h, cgraphunit.c, combine.c, domwalk.h,kazu2004-10-221-1/+1
* Toplevel:dberlin2004-09-091-1/+1
* * Makefile.in (gengtype): Use $(BUILD_ERRORS).nathan2004-09-091-8/+8
* * rtl.def: Wrap MD-only codes in #ifdef GENERATOR_FILE.zack2004-08-241-11/+39
* [gcc/ChangeLog]zlaski2004-08-181-5/+14
* * Makefile.in (RTL_BASE_H, RTL_H): Correct.zack2004-08-041-2/+0
* * gengtype.h (options::info): Change type to const char *.gdr2004-08-021-14/+14
* * rtl.h (union rtunion_def): Have all members start with thegdr2004-08-021-27/+27
* * gengtype.c (oprintf): Replace xrealloc () with XRESIZEVEC ().bernie2004-07-261-1/+1
* * bitmap.c: Use type-safe memory allocation macros from libiberty.bernie2004-07-251-27/+27
* * c-common.c: Convert ATTRIBUTE_UNUSED to ARG_UNUSED in parameterbernie2004-07-251-8/+12
* * except.c (expand_eh_region_start, expand_eh_region_end,rth2004-07-081-47/+0
* * c-decl.c (grokdeclarator): Don't frob current_function_declrth2004-07-031-1/+0
* * tree.def (RTL_EXPR): Remove.rth2004-07-021-1/+0
* Conditionally compile support for --enable-mapped_location.bothner2004-06-301-1/+11
* * Makefile.in (OBJS-common): Add tree-chrec.o.spop2004-06-301-0/+1
* Index: gcc/ChangeLoggeoffk2004-06-091-18/+35
* Index: libcpp/ChangeLoggeoffk2004-05-301-1/+45
* * Makefile.in (GTFILES): Add $(srcdir)/reload.h.amylaar2004-05-201-1/+1
* Merge tree-ssa-20020619-branch into mainline.dnovillo2004-05-131-1/+2
* * gengtype.c (create_option): New function.zack2004-03-301-0/+10
* Josef Zlomek <zlomekj@suse.cz>zlomek2004-02-061-0/+1
* * alias.c, basic-block.h, c-common.c, c-common.h,kazu2004-01-211-1/+1
* * gengtype.c (header_file): Make it static.steven2004-01-191-4/+4
* * c-common.h: Fix comment formatting.kazu2004-01-161-2/+2
* 2003-12-11 Steven Bosscher <steven@gcc.gnu.org>steven2003-12-111-3/+3
* * ssa.c, ssa-dce.c, ssa-ccp.c: Remove files.rth2003-11-211-1/+1
* * rtl.h (rtl_size): Declare.rsandifo2003-10-181-4/+4
* * gengtype.c (walk_type): Process a subobject before processinggeoffk2003-08-141-7/+8
* 2003-07-17 Steven Bosscher <steven@gcc.gnu.org>steven2003-07-171-1/+0
* 2003-07-07 Andreas Jaeger <aj@suse.de>aj2003-07-071-7/+5
* * genattr.c (internal_dfa_insn_code): Output prototype.ghazi2003-07-051-7/+2
* * Makefile.in (GTFILES): Add cgraph.h.hubicka2003-06-301-1/+1
* * rtl.h: Remove declarations from coverage.h.aj2003-06-171-2/+0
* * gengtype.c: Don't use UNION_INIT_ZERO.ghazi2003-06-161-2/+1
* * ChangeLog: Follow spelling conventions.kazu2003-06-121-1/+1
* * genrecog.c: Use ISO C90 prototypes.aj2003-06-011-362/+271
* gcc:ghazi2003-05-171-14/+14
* * rtl.def (SYMBOL_REF): Add two 0 fields.rth2003-04-111-0/+4
* * Makefile.in (emit-rtl.o): Add gt-emit-rtl.h to dependencies.geoffk2003-03-181-26/+42
* Index: ChangeLoggeoffk2003-01-311-11/+14
* * emit-rtl.c (reg_attrs_htab): New static variable.hubicka2003-01-241-1/+4
* * et-forest.c: Fix comment typos.kazu2003-01-171-1/+1
* * gengtype.c (walk_type): Allow paramN_is.rth2003-01-171-1/+5
* Merge from pch-branch.geoffk2003-01-101-549/+951