aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc.h
AgeCommit message (Expand)Author
2005-07-27This commit was manufactured by cvs2svn to create branchno-author
2003-10-272003-10-26 Daniel Berlin <dberlin@dberlin.org>Daniel Berlin
2003-10-18 * rtl.h (rtl_size): Declare.Richard Sandiford
2003-10-05 * c-pretty-print.c: Fix comment formatting.Kazu Hirata
2003-07-162003-07-16 Andrew Pinski <pinskia@physics.uc.edu>Andrew Pinski
2003-07-102003-07-10 Steven Bosscher <steven@gcc.gnu.org>Steven Bosscher
2003-07-06 * gcc.c: Convert prototypes to ISO C90.Andreas Jaeger
2003-07-05 * ggc.h: Follow spelling conventions.Kazu Hirata
2003-06-12 * ChangeLog: Follow spelling conventions.Kazu Hirata
2003-06-07 * ggc.h: Convert to ISO C90 prototypes.Andreas Jaeger
2003-04-03 * cpppch.c (reset_ht): Remove.Matt Austern
2003-02-22 * Makefile.in (ggc-common.o): Depend on $(PARAMS_H)Kaveh Ghazi
2003-01-10Merge from pch-branch.Geoffrey Keating
2002-09-22 * dbxout.c: Follow spelling conventions.Kazu Hirata
2002-09-16Index: gcc/ChangeLogGeoffrey Keating
2002-07-04 * ggc.h (ggc_add_root): Document as obsolete.Geoffrey Keating
2002-06-04 * gbl-ctors.h: Fix formatting.Kazu Hirata
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating
2002-04-01 * varray.h (VARRAY_CHECK): Const-ify.Kaveh Ghazi
2002-03-27 * gcc-common.c (lang_mark_false_label_stack): Remove.Neil Booth
2002-03-26 * Makefile.in (ggc-common.o): Update.Neil Booth
2001-10-11 * calls.c: Fix formatting.Kazu Hirata
2001-09-20 * fold-const.c (hashtab.h): Include.Richard Kenner
2001-08-22 * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,Lars Brinkhoff
2001-05-20 * Makefile.in (OBJS, LIBCPP_OBJS, LIBCPP_DEPS,Neil Booth
2001-04-04include:Zack Weinberg
2001-02-20 * sibcall.c (skip_copy_to_return_value): CallZack Weinberg
2000-11-17 * ggc.h: Delete ggc_add_string_root and ggc_mark_string. AddZack Weinberg
2000-11-17 * stringpool.c: New file.Zack Weinberg
2000-10-13 Remove obstacks.Mark Mitchell
2000-10-01 * c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.Mark Mitchell
2000-08-29 * flags.h (time_report, mem_report): New global flags.Zack Weinberg
2000-06-09toplevel:Zack Weinberg
2000-04-07 * ggc.h (struct rtx_def): Forward declare.Richard Henderson
2000-04-06 * final.c (final): Use xcalloc to allocate line_note_exists.Mark Mitchell
2000-03-25 * Rework fields used to describe positions of bitfields andRichard Kenner
2000-03-07 * rtl.h (rtunion_def): Constify member `rtstr'.Kaveh Ghazi
2000-02-06 * Makefile.in (c-common.o): Depend on $(EXPR_H).Kaveh Ghazi
2000-01-25 * dwarf2out.c (dwarf2out_init): Use ggc_add_rtx_varray_root.Richard Henderson
2000-01-17Update copyrightsKaveh Ghazi
2000-01-17 * ggc-common.c: PROTO -> PARAMS.Kaveh Ghazi
1999-12-01 * ggc.h (ggc_test_and_set_mark): New macro.Alex Samuel
1999-11-16 * ggc-common.c (ggc_print_statistics): Cast size_t to unsigned longRichard Henderson
1999-10-29 * ggc.h (struct ggc_statistics): New type.Mark Mitchell
1999-10-13Simplified GC interface and other goodies.Richard Henderson
1999-10-11 * ggc.h (ggc_push_context): Fix comment.Mark Mitchell
1999-09-22 Various fixes for problems discovered stress-testing GC.Alex Samuel
1999-09-16Thu Sep 16 11:50:52 1999 Alex Samuel <samuel@codesourcery.com>Alex Samuel
1999-09-16 * emit-rtl.c (free_emit_status): Don't check DECL_DEFER_OUTPUT.Richard Henderson
1999-09-11Update copyright.Richard Henderson