summaryrefslogtreecommitdiff
path: root/gcc/varray.c
Commit message (Expand)AuthorAgeFilesLines
* Makefile.in (BUILD_PREFIX, [...]): Delete.Zack Weinberg2004-08-161-1/+8
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-1/+24
* c-common.h: Fix comment typos.Kazu Hirata2004-01-251-1/+1
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-211-1/+1
* varray.c: Include hashtab.hJan Hubicka2004-01-201-1/+117
* re PR pch/13689 (GGC PCH breaks aliasing)Geoffrey Keating2004-01-161-3/+3
* varray.h (VARRAY_POP): Add checking variant, aborts on underflow.Zack Weinberg2004-01-131-3/+10
* alias.c: Invlude varray.hJan Hubicka2004-01-121-1/+1
* alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi2003-07-191-4/+4
* * varray.c (varray_check_failed): Fix typo.Andreas Jaeger2003-07-061-1/+1
* unroll.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-18/+10
* decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi2003-06-161-1/+1
* varray.c (element_size): Remove.Mike Stump2003-02-131-33/+32
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating2002-06-041-13/+59
* varasm.c: Fix formatting.Kazu Hirata2002-01-101-2/+2
* c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth2001-12-021-1/+1
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-9/+9
* varray.c: Include errors.h for internal_error and trim_filename declarations.Andreas Jaeger2001-07-091-1/+2
* * varray.c (varray_check_failed): Use internal_error.Zack Weinberg2001-07-061-3/+3
* alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers2000-11-071-1/+1
* Update copyrightsKaveh Ghazi2000-01-171-1/+1
* toplev.c: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-171-1/+1
* varray.h (varray_head_tag): Add elements_used.Mark Mitchell1999-12-051-1/+2
* ansidecl.h: Define and test `GCC_VERSION', not `HAVE_GCC_VERSION'.Philippe De Muyter1999-11-101-1/+1
* ansidecl.h (HAVE_GCC_VERSION): New macro.Kaveh R. Ghazi1999-10-101-1/+1
* system.h: Don't redefine abort or trim_filename.Zack Weinberg1999-08-261-0/+21
* Add initial varray support infrastructureMichael Meissner1998-07-021-0/+70