aboutsummaryrefslogtreecommitdiff
path: root/gcc/varray.c
AgeCommit message (Expand)AuthorFilesLines
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2006-12-23toplev.c (dump_memory_report): Break out from...Jan Hubicka1-9/+12
2006-07-07pointer-set.c (pointer_set_destroy): Correct whitespace.Roger Sayle1-1/+2
2006-01-23r110129@banpei: zack | 2006-01-22 14:51:57 -0800Zack Weinberg1-13/+2
2005-12-12varray.h: Allow compilation with a C++ compiler.Gabriel Dos Reis1-2/+2
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-01basic-block.h, [...]: Don't include errors.h and include toplev.h if necessary.Kaveh R. Ghazi1-1/+5
2004-11-13cse.c (CHEAP_REGNO): Redefine using REGNO_PTR_FRAME_P and HARD_REGISTER_NUM_P.Steven Bosscher1-1/+0
2004-11-08cgraph.h (cgraph_calls_p): Remove.Ben Elliston1-19/+0
2004-08-16Makefile.in (BUILD_PREFIX, [...]): Delete.Zack Weinberg1-1/+8
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-1/+24
2004-01-25c-common.h: Fix comment typos.Kazu Hirata1-1/+1
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-20varray.c: Include hashtab.hJan Hubicka1-1/+117
2004-01-16re PR pch/13689 (GGC PCH breaks aliasing)Geoffrey Keating1-3/+3
2004-01-13varray.h (VARRAY_POP): Add checking variant, aborts on underflow.Zack Weinberg1-3/+10
2004-01-12alias.c: Invlude varray.hJan Hubicka1-1/+1
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-4/+4
2003-07-06* varray.c (varray_check_failed): Fix typo.Andreas Jaeger1-1/+1
2003-07-06unroll.c: Convert prototypes to ISO C90.Andreas Jaeger1-18/+10
2003-06-16decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi1-1/+1
2003-02-13varray.c (element_size): Remove.Mike Stump1-33/+32
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-13/+59
2002-01-10varasm.c: Fix formatting.Kazu Hirata1-2/+2
2001-12-02c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth1-1/+1
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-9/+9
2001-07-09varray.c: Include errors.h for internal_error and trim_filename declarations.Andreas Jaeger1-1/+2
2001-07-06* varray.c (varray_check_failed): Use internal_error.Zack Weinberg1-3/+3
2000-11-07alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers1-1/+1
2000-01-17Update copyrightsKaveh Ghazi1-1/+1
2000-01-17toplev.c: PROTO -> PARAMS.Kaveh R. Ghazi1-1/+1
1999-12-05varray.h (varray_head_tag): Add elements_used.Mark Mitchell1-1/+2
1999-11-10ansidecl.h: Define and test `GCC_VERSION', not `HAVE_GCC_VERSION'.Philippe De Muyter1-1/+1
1999-10-10ansidecl.h (HAVE_GCC_VERSION): New macro.Kaveh R. Ghazi1-1/+1
1999-08-26system.h: Don't redefine abort or trim_filename.Zack Weinberg1-0/+21
1998-07-02Add initial varray support infrastructureMichael Meissner1-0/+70