aboutsummaryrefslogtreecommitdiff
path: root/gcc/ggc.h
AgeCommit message (Expand)AuthorFilesLines
2003-07-16re PR c/10962 (lookup_field is a linear search on a linked list (can be slow ...Andrew Pinski1-0/+5
2003-07-10ggc.h, [...]: Use `rtx' instead of `struct rtx_def *'...Steven Bosscher1-5/+5
2003-07-06gcc.c: Convert prototypes to ISO C90.Andreas Jaeger1-2/+1
2003-07-05ggc.h: Follow spelling conventions.Kazu Hirata1-1/+1
2003-06-12ChangeLog: Follow spelling conventions.Kazu Hirata1-1/+1
2003-06-07ggc.h: Convert to ISO C90 prototypes.Andreas Jaeger1-61/+53
2003-04-03cpppch.c (reset_ht): Remove.Matt Austern1-0/+1
2003-02-22Makefile.in (ggc-common.o): Depend on $(PARAMS_H)Kaveh R. Ghazi1-0/+5
2003-01-10Merge from pch-branch.Geoffrey Keating1-49/+135
2002-09-22dbxout.c: Follow spelling conventions.Kazu Hirata1-1/+1
2002-09-16Index: gcc/ChangeLogGeoffrey Keating1-11/+3
2002-07-04* ggc.h (ggc_add_root): Document as obsolete.Geoffrey Keating1-1/+2
2002-06-04gbl-ctors.h: Fix formatting.Kazu Hirata1-5/+5
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-77/+38
2002-04-01varray.h (VARRAY_CHECK): Const-ify.Kaveh R. Ghazi1-5/+5
2002-03-27gcc-common.c (lang_mark_false_label_stack): Remove.Neil Booth1-8/+0
2002-03-26Makefile.in (ggc-common.o): Update.Neil Booth1-4/+0
2001-10-11calls.c: Fix formatting.Kazu Hirata1-1/+1
2001-09-20fold-const.c (hashtab.h): Include.Richard Kenner1-33/+55
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-8/+8
2001-05-20Makefile.in (OBJS, [...]): Update.Neil Booth1-0/+7
2001-04-04ansidecl.h: All logic from gcc/gansidecl.h moved here.Zack Weinberg1-1/+0
2001-02-20sibcall.c (skip_copy_to_return_value): Call identify_call_return_value here, ...Zack Weinberg1-6/+3
2000-11-17ggc.h: Delete ggc_add_string_root and ggc_mark_string.Zack Weinberg1-7/+3
2000-11-17stringpool.c: New file.Zack Weinberg1-13/+12
2000-10-13Remove obstacks.Mark Mitchell1-4/+0
2000-10-01c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.Mark Mitchell1-4/+12
2000-08-29flags.h (time_report, mem_report): New global flags.Zack Weinberg1-2/+2
2000-06-09ggc-none.c, [...] (ggc_alloc_obj): Rename it ggc_alloc, drop second argument,...Zack Weinberg1-10/+9
2000-04-07ggc.h (struct rtx_def): Forward declare.Richard Henderson1-0/+1
2000-04-06final.c (final): Use xcalloc to allocate line_note_exists.Mark Mitchell1-7/+9
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner1-16/+16
2000-03-07rtl.h (rtunion_def): Constify member `rtstr'.Kaveh R. Ghazi1-5/+5
2000-02-06Makefile.in (c-common.o): Depend on $(EXPR_H).Kaveh R. Ghazi1-0/+3
2000-01-25dwarf2out.c (dwarf2out_init): Use ggc_add_rtx_varray_root.Richard Henderson1-0/+2
2000-01-17Update copyrightsKaveh Ghazi1-1/+1
2000-01-17ggc-common.c: PROTO -> PARAMS.Kaveh R. Ghazi1-31/+31
1999-12-01ggc.h (ggc_test_and_set_mark): New macro.Alex Samuel1-15/+20
1999-11-15ggc-common.c (ggc_print_statistics): Cast size_t to unsigned long for printing.Richard Henderson1-4/+4
1999-10-29ggc.h (struct ggc_statistics): New type.Mark Mitchell1-0/+33
1999-10-13Simplified GC interface and other goodies.Richard Henderson1-27/+56
1999-10-11ggc.h (ggc_push_context): Fix comment.Mark Mitchell1-3/+6
1999-09-22Various fixes for problems discovered stress-testing GC.Alex Samuel1-0/+3
1999-09-16ggc.h (ggc_root): Move to ggc-common.c.Alex Samuel1-21/+23
1999-09-15emit-rtl.c (free_emit_status): Don't check DECL_DEFER_OUTPUT.Richard Henderson1-4/+6
1999-09-11Update copyright.Richard Henderson1-1/+1
1999-09-11Alex Samuel <samuel@codesourcery.com>Alex Samuel1-21/+48
1999-09-09ggc.h (lang_cleanup_tree): Remove.Mark Mitchell1-3/+0
1999-09-09combine.c (SUBST): Break out to a real function do_SUBST.Richard Henderson1-2/+2
1999-09-09ggc.h (ggc_alloc): New function.Mark Mitchell1-0/+2