summaryrefslogtreecommitdiff
path: root/gcc/varray.h
Commit message (Expand)AuthorAgeFilesLines
* Change GPLv2 files (which do not have exceptions or additions) over to GPLv3.Nick Clifton2007-09-011-5/+4
* varray.h: Allow compilation with a C++ compiler.Gabriel Dos Reis2005-12-121-86/+86
* Update FSF address.Kelley Cook2005-06-251-2/+2
* cse.c (CHEAP_REGNO): Redefine using REGNO_PTR_FRAME_P and HARD_REGISTER_NUM_P.Steven Bosscher2004-11-131-33/+0
* cgraph.h (cgraph_calls_p): Remove.Ben Elliston2004-11-081-2/+0
* Merge tree-ssa-20020619-branch into mainline.Diego Novillo2004-05-131-0/+28
* gengtype.c (create_option): New function.Zack Weinberg2004-03-301-3/+3
* alias.c, [...]: Update copyright.Kazu Hirata2004-01-211-1/+1
* varray.c: Include hashtab.hJan Hubicka2004-01-201-0/+2
* varray.h (VARRAY_POP): Add checking variant, aborts on underflow.Zack Weinberg2004-01-131-8/+15
* ggc.h, [...]: Use `rtx' instead of `struct rtx_def *'...Steven Bosscher2003-07-101-4/+4
* unroll.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-12/+11
* varray.c (element_size): Remove.Mike Stump2003-02-131-1/+1
* 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-56/+103
* target.h: Fix formatting.Kazu Hirata2002-05-311-2/+2
* varray.h (VARRAY_CHECK): Const-ify.Kaveh R. Ghazi2002-04-011-2/+2
* unwind-dw2.c: Fix formatting.Kazu Hirata2002-01-211-2/+2
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-9/+9
* varray.h (VARRAY_TOP_GENERIC_PTR): Remove spurious parameter.Nathan Sidwell2001-07-041-2/+2
* Standardize header guards.Richard Henderson2001-05-251-4/+4
* diagnostic.c (trim_filename, [...]): Moved here from rtl.c.Zack Weinberg2000-07-211-2/+1
* varray.h (VARRAY_PUSH_GENERIC_PTR, [...]): Fix macro argument typo.Stan Cox2000-06-011-2/+2
* cpphash.h: Remove conditional #define of __extension__.Zack Weinberg2000-05-061-1/+1
* ggc.h (struct rtx_def): Forward declare.Richard Henderson2000-04-071-0/+3
* Add cselib; use it in loop and reload_cse_regsBernd Schmidt2000-03-141-0/+5
* Update copyrightsKaveh Ghazi2000-01-171-1/+1
* toplev.c: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-171-3/+3
* varray.h (varray_head_tag): Add elements_used.Mark Mitchell1999-12-051-0/+65
* 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
* Fix sanity checkMichael Meissner1999-10-061-2/+2
* gansidecl.h (__attribute__, [...]): Delete.Kaveh R. Ghazi1999-09-081-2/+2
* Makefile.in (ggc-simple.o): Depend on hash.h.Mark Mitchell1999-09-061-1/+1
* system.h: Don't redefine abort or trim_filename.Zack Weinberg1999-08-261-30/+33
* Flow rewrite to use basic block structures and edge lists.Richard Henderson1999-02-251-1/+6
* Use varrays for constant-equivalence data:Ken Raeburn1999-02-011-0/+31
* configure.in (host_xm_file, [...]): Arrange to include gansidecl.h in {ht}con...Kaveh R. Ghazi1998-11-071-4/+0
* c-decl.c (init_decl_processing): Remove unneeded &.Kaveh R. Ghazi1998-08-171-1/+2
* Include system.h if it was not already includedMichael Meissner1998-07-101-0/+4
* Add initial varray support infrastructureMichael Meissner1998-07-021-0/+162