aboutsummaryrefslogtreecommitdiff
path: root/gcc/varray.h
AgeCommit message (Expand)AuthorFilesLines
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-0/+28
2004-03-30gengtype.c (create_option): New function.Zack Weinberg1-3/+3
2004-01-21alias.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-01-20varray.c: Include hashtab.hJan Hubicka1-0/+2
2004-01-13varray.h (VARRAY_POP): Add checking variant, aborts on underflow.Zack Weinberg1-8/+15
2003-07-10ggc.h, [...]: Use `rtx' instead of `struct rtx_def *'...Steven Bosscher1-4/+4
2003-07-06unroll.c: Convert prototypes to ISO C90.Andreas Jaeger1-12/+11
2003-02-13varray.c (element_size): Remove.Mike Stump1-1/+1
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-56/+103
2002-05-31target.h: Fix formatting.Kazu Hirata1-2/+2
2002-04-01varray.h (VARRAY_CHECK): Const-ify.Kaveh R. Ghazi1-2/+2
2002-01-21unwind-dw2.c: Fix formatting.Kazu Hirata1-2/+2
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-9/+9
2001-07-04varray.h (VARRAY_TOP_GENERIC_PTR): Remove spurious parameter.Nathan Sidwell1-2/+2
2001-05-25Standardize header guards.Richard Henderson1-4/+4
2000-07-21diagnostic.c (trim_filename, [...]): Moved here from rtl.c.Zack Weinberg1-2/+1
2000-06-01varray.h (VARRAY_PUSH_GENERIC_PTR, [...]): Fix macro argument typo.Stan Cox1-2/+2
2000-05-06cpphash.h: Remove conditional #define of __extension__.Zack Weinberg1-1/+1
2000-04-07ggc.h (struct rtx_def): Forward declare.Richard Henderson1-0/+3
2000-03-14Add cselib; use it in loop and reload_cse_regsBernd Schmidt1-0/+5
2000-01-17Update copyrightsKaveh Ghazi1-1/+1
2000-01-17toplev.c: PROTO -> PARAMS.Kaveh R. Ghazi1-3/+3
1999-12-05varray.h (varray_head_tag): Add elements_used.Mark Mitchell1-0/+65
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-10-06Fix sanity checkMichael Meissner1-2/+2
1999-09-08gansidecl.h (__attribute__, [...]): Delete.Kaveh R. Ghazi1-2/+2
1999-09-06Makefile.in (ggc-simple.o): Depend on hash.h.Mark Mitchell1-1/+1
1999-08-26system.h: Don't redefine abort or trim_filename.Zack Weinberg1-30/+33
1999-02-25Flow rewrite to use basic block structures and edge lists.Richard Henderson1-1/+6
1999-02-01Use varrays for constant-equivalence data:Ken Raeburn1-0/+31
1998-11-07configure.in (host_xm_file, [...]): Arrange to include gansidecl.h in {ht}con...Kaveh R. Ghazi1-4/+0
1998-08-17c-decl.c (init_decl_processing): Remove unneeded &.Kaveh R. Ghazi1-1/+2
1998-07-10Include system.h if it was not already includedMichael Meissner1-0/+4
1998-07-02Add initial varray support infrastructureMichael Meissner1-0/+162