summaryrefslogtreecommitdiff
path: root/gcc/ggc.h
Commit message (Expand)AuthorAgeFilesLines
* ggc.h (ggc_free): Declare.Richard Henderson2004-01-281-0/+2
* Revert accidental commit.Richard Henderson2004-01-261-2/+0
* c-parse.in (extension): Use itype.Richard Henderson2004-01-261-0/+2
* alias.c: Fix comment formatting.Kazu Hirata2003-12-211-1/+1
* ggc.h (struct alloc_zone): Move forward declaration up.Steven Bosscher2003-12-011-2/+9
* ggc-zone.c: New file, zone allocating collector.Daniel Berlin2003-10-271-9/+28
* rtl.h (rtl_size): Declare.Richard Sandiford2003-10-181-3/+1
* c-pretty-print.c: Fix comment formatting.Kazu Hirata2003-10-051-1/+1
* re PR c/10962 (lookup_field is a linear search on a linked list (can be slow ...Andrew Pinski2003-07-161-0/+5
* ggc.h, [...]: Use `rtx' instead of `struct rtx_def *'...Steven Bosscher2003-07-101-5/+5
* gcc.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-2/+1
* ggc.h: Follow spelling conventions.Kazu Hirata2003-07-051-1/+1
* ChangeLog: Follow spelling conventions.Kazu Hirata2003-06-121-1/+1
* ggc.h: Convert to ISO C90 prototypes.Andreas Jaeger2003-06-071-61/+53
* cpppch.c (reset_ht): Remove.Matt Austern2003-04-031-0/+1
* Makefile.in (ggc-common.o): Depend on $(PARAMS_H)Kaveh R. Ghazi2003-02-221-0/+5
* Merge from pch-branch.Geoffrey Keating2003-01-101-49/+135
* dbxout.c: Follow spelling conventions.Kazu Hirata2002-09-221-1/+1
* Index: gcc/ChangeLogGeoffrey Keating2002-09-161-11/+3
* * ggc.h (ggc_add_root): Document as obsolete.Geoffrey Keating2002-07-041-1/+2
* gbl-ctors.h: Fix formatting.Kazu Hirata2002-06-041-5/+5
* Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating2002-06-041-77/+38
* varray.h (VARRAY_CHECK): Const-ify.Kaveh R. Ghazi2002-04-011-5/+5
* gcc-common.c (lang_mark_false_label_stack): Remove.Neil Booth2002-03-271-8/+0
* Makefile.in (ggc-common.o): Update.Neil Booth2002-03-261-4/+0
* calls.c: Fix formatting.Kazu Hirata2001-10-111-1/+1
* fold-const.c (hashtab.h): Include.Richard Kenner2001-09-201-33/+55
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-8/+8
* Makefile.in (OBJS, [...]): Update.Neil Booth2001-05-201-0/+7
* ansidecl.h: All logic from gcc/gansidecl.h moved here.Zack Weinberg2001-04-041-1/+0
* sibcall.c (skip_copy_to_return_value): Call identify_call_return_value here, ...Zack Weinberg2001-02-201-6/+3
* ggc.h: Delete ggc_add_string_root and ggc_mark_string.Zack Weinberg2000-11-171-7/+3
* stringpool.c: New file.Zack Weinberg2000-11-171-13/+12
* Remove obstacks.Mark Mitchell2000-10-131-4/+0
* c-decl.c (c_expand_body): Don't generate RTL if flag_syntax_only.Mark Mitchell2000-10-011-4/+12
* flags.h (time_report, mem_report): New global flags.Zack Weinberg2000-08-291-2/+2
* ggc-none.c, [...] (ggc_alloc_obj): Rename it ggc_alloc, drop second argument,...Zack Weinberg2000-06-091-10/+9
* ggc.h (struct rtx_def): Forward declare.Richard Henderson2000-04-071-0/+1
* final.c (final): Use xcalloc to allocate line_note_exists.Mark Mitchell2000-04-061-7/+9
* * Rework fields used to describe positions of bitfields andRichard Kenner2000-03-251-16/+16
* rtl.h (rtunion_def): Constify member `rtstr'.Kaveh R. Ghazi2000-03-071-5/+5
* Makefile.in (c-common.o): Depend on $(EXPR_H).Kaveh R. Ghazi2000-02-061-0/+3
* dwarf2out.c (dwarf2out_init): Use ggc_add_rtx_varray_root.Richard Henderson2000-01-251-0/+2
* Update copyrightsKaveh Ghazi2000-01-171-1/+1
* ggc-common.c: PROTO -> PARAMS.Kaveh R. Ghazi2000-01-171-31/+31
* ggc.h (ggc_test_and_set_mark): New macro.Alex Samuel1999-12-011-15/+20
* ggc-common.c (ggc_print_statistics): Cast size_t to unsigned long for printing.Richard Henderson1999-11-151-4/+4
* ggc.h (struct ggc_statistics): New type.Mark Mitchell1999-10-291-0/+33
* Simplified GC interface and other goodies.Richard Henderson1999-10-131-27/+56
* ggc.h (ggc_push_context): Fix comment.Mark Mitchell1999-10-111-3/+6