| Commit message (Expand) | Author | Age | Files | Lines |
* | ggc.h, [...]: Use `rtx' instead of `struct rtx_def *'... | Steven Bosscher | 2003-07-10 | 1 | -4/+4 |
* | unroll.c: Convert prototypes to ISO C90. | Andreas Jaeger | 2003-07-06 | 1 | -12/+11 |
* | varray.c (element_size): Remove. | Mike Stump | 2003-02-13 | 1 | -1/+1 |
* | Merge basic-improvements-branch to trunk | Zack Weinberg | 2002-12-16 | 1 | -0/+2 |
* | Merge from pch-branch up to tag pch-commit-20020603. | Geoffrey Keating | 2002-06-04 | 1 | -56/+103 |
* | target.h: Fix formatting. | Kazu Hirata | 2002-05-31 | 1 | -2/+2 |
* | varray.h (VARRAY_CHECK): Const-ify. | Kaveh R. Ghazi | 2002-04-01 | 1 | -2/+2 |
* | unwind-dw2.c: Fix formatting. | Kazu Hirata | 2002-01-21 | 1 | -2/+2 |
* | Makefile.in, [...]: replace "GNU CC" with "GCC". | Lars Brinkhoff | 2001-08-22 | 1 | -9/+9 |
* | varray.h (VARRAY_TOP_GENERIC_PTR): Remove spurious parameter. | Nathan Sidwell | 2001-07-04 | 1 | -2/+2 |
* | Standardize header guards. | Richard Henderson | 2001-05-25 | 1 | -4/+4 |
* | diagnostic.c (trim_filename, [...]): Moved here from rtl.c. | Zack Weinberg | 2000-07-21 | 1 | -2/+1 |
* | varray.h (VARRAY_PUSH_GENERIC_PTR, [...]): Fix macro argument typo. | Stan Cox | 2000-06-01 | 1 | -2/+2 |
* | cpphash.h: Remove conditional #define of __extension__. | Zack Weinberg | 2000-05-06 | 1 | -1/+1 |
* | ggc.h (struct rtx_def): Forward declare. | Richard Henderson | 2000-04-07 | 1 | -0/+3 |
* | Add cselib; use it in loop and reload_cse_regs | Bernd Schmidt | 2000-03-14 | 1 | -0/+5 |
* | Update copyrights | Kaveh Ghazi | 2000-01-17 | 1 | -1/+1 |
* | toplev.c: PROTO -> PARAMS. | Kaveh R. Ghazi | 2000-01-17 | 1 | -3/+3 |
* | varray.h (varray_head_tag): Add elements_used. | Mark Mitchell | 1999-12-05 | 1 | -0/+65 |
* | ansidecl.h: Define and test `GCC_VERSION', not `HAVE_GCC_VERSION'. | Philippe De Muyter | 1999-11-10 | 1 | -1/+1 |
* | ansidecl.h (HAVE_GCC_VERSION): New macro. | Kaveh R. Ghazi | 1999-10-10 | 1 | -1/+1 |
* | Fix sanity check | Michael Meissner | 1999-10-06 | 1 | -2/+2 |
* | gansidecl.h (__attribute__, [...]): Delete. | Kaveh R. Ghazi | 1999-09-08 | 1 | -2/+2 |
* | Makefile.in (ggc-simple.o): Depend on hash.h. | Mark Mitchell | 1999-09-06 | 1 | -1/+1 |
* | system.h: Don't redefine abort or trim_filename. | Zack Weinberg | 1999-08-26 | 1 | -30/+33 |
* | Flow rewrite to use basic block structures and edge lists. | Richard Henderson | 1999-02-25 | 1 | -1/+6 |
* | Use varrays for constant-equivalence data: | Ken Raeburn | 1999-02-01 | 1 | -0/+31 |
* | configure.in (host_xm_file, [...]): Arrange to include gansidecl.h in {ht}con... | Kaveh R. Ghazi | 1998-11-07 | 1 | -4/+0 |
* | c-decl.c (init_decl_processing): Remove unneeded &. | Kaveh R. Ghazi | 1998-08-17 | 1 | -1/+2 |
* | Include system.h if it was not already included | Michael Meissner | 1998-07-10 | 1 | -0/+4 |
* | Add initial varray support infrastructure | Michael Meissner | 1998-07-02 | 1 | -0/+162 |