summaryrefslogtreecommitdiff
path: root/gcc/stringpool.c
Commit message (Expand)AuthorAgeFilesLines
* Index: gcc/ChangeLogGeoffrey Keating2004-06-091-41/+8
* Index: libcpp/ChangeLogGeoffrey Keating2004-05-301-27/+15
* * stringpool.c: Add comments to PCH saving/restoring routines.Geoffrey Keating2004-05-281-2/+21
* Makefile.def (host_modules): add libcpp.Paolo Bonzini2004-05-241-2/+2
* * tree.h (get_identifier) Define a macro form of get_identifierRoger Sayle2003-08-081-1/+3
* sbitmap.c: Convert prototypes to ISO C90.Andreas Jaeger2003-07-061-42/+26
* decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi2003-06-161-2/+2
* cpppch.c (reset_ht): Remove.Matt Austern2003-04-031-0/+41
* Merge from pch-branch.Geoffrey Keating2003-01-101-8/+85
* 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-1/+1
* sbitmap.c: Fix formatting.Kazu Hirata2002-05-091-1/+1
* c-lang.c (LANG_HOOKS_NAME): New.Neil Booth2001-11-091-14/+0
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-10-281-1/+1
* c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi2001-10-211-1/+1
* stringpool.c (get_identifier_with_length): New function.Alexandre Petit-Bianco2001-09-211-0/+16
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-8/+8
* c-decl.c (init_decl_processing): Don't call start_identifier_warnings.Neil Booth2001-05-271-35/+0
* c-lex.c (c_lex): Just cast cpp's hashnode to gcc's one.Neil Booth2001-05-221-29/+3
* hashtable.c (calc_hash): Fix HASHSTEP definition.Neil Booth2001-05-201-3/+0
* Makefile.in (OBJS, [...]): Update.Neil Booth2001-05-201-287/+125
* c-common.h (RID_FIRST_PQ): New.Neil Booth2001-05-161-112/+70
* stringpool.c (set_identifier): New function.Zack Weinberg2001-03-021-0/+19
* stringpool.c (stringpool_statistics): Also report number and percentage of en...Zack Weinberg2000-11-221-3/+8
* ggc.h: Delete ggc_add_string_root and ggc_mark_string.Zack Weinberg2000-11-171-0/+9
* stringpool.c: New file.Zack Weinberg2000-11-171-0/+405