summaryrefslogtreecommitdiff
path: root/gcc/stringpool.c
Commit message (Expand)AuthorAgeFilesLines
* * bitmap.c: Delete unnecessary includes.froydnj2010-11-161-1/+0
* gcc/ada:lauras2010-06-081-8/+11
* Remove trailing white spaces.hjl2009-11-251-1/+1
* 2009-04-21 Taras Glek <tglek@mozilla.com>dnovillo2009-04-221-2/+1
* * stringpool.c (ggc_alloc_string): Terminate string.tromey2008-10-031-7/+5
* * ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qualghazi2008-06-261-5/+5
* libcpptromey2008-05-211-11/+21
* Change copyright header to refer to version 3 of the GNU General Public Licen...nickc2007-07-261-5/+4
* Update FSF address.kcook2005-06-251-2/+2
* libiberty/gdr2005-06-061-1/+1
* * alloc-pool.c, except.h, ggc-common.c, ggc-zone.c, ggc.h,kazu2005-03-141-1/+2
* * ggc-zone.c: Rewritten.drow2005-03-131-1/+2
* Index: gcc/ChangeLoggeoffk2004-06-091-41/+8
* Index: libcpp/ChangeLoggeoffk2004-05-301-27/+15
* * stringpool.c: Add comments to PCH saving/restoring routines.geoffk2004-05-281-2/+21
* ChangeLog:bonzini2004-05-241-2/+2
* * tree.h (get_identifier) Define a macro form of get_identifiersayle2003-08-081-1/+3
* * sbitmap.c: Convert prototypes to ISO C90.aj2003-07-061-42/+26
* cp:ghazi2003-06-161-2/+2
* * cpppch.c (reset_ht): Remove.austern2003-04-031-0/+41
* Merge from pch-branch.geoffk2003-01-101-8/+85
* Merge basic-improvements-branch to trunkzack2002-12-161-0/+2
* Merge from pch-branch up to tag pch-commit-20020603.geoffk2002-06-041-1/+1
* * sbitmap.c: Fix formatting.kazu2002-05-091-1/+1
* * c-lang.c (LANG_HOOKS_NAME): New.neil2001-11-091-14/+0
* * ChangeLog.0, ChangeLog.1, ChangeLog.2, ChangeLog.3, ChangeLog.4,jsm282001-10-281-1/+1
* * c-format.c (maybe_read_dollar_number): Use safe-ctype macrosghazi2001-10-211-1/+1
* 2001-09-19 Alexandre Petit-Bianco <apbianco@redhat.com>apbianco2001-09-211-0/+16
* * Makefile.in, alias.c, basic-block.h, bb-reorder.c, bitmap.c,gerald2001-08-221-8/+8
* * c-decl.c (init_decl_processing):neil2001-05-271-35/+0
* * c-lex.c (c_lex): Just cast cpp's hashnode to gcc's one.neil2001-05-221-29/+3
* * hashtable.c (calc_hash): Fix HASHSTEP definition.neil2001-05-201-3/+0
* * Makefile.in (OBJS, LIBCPP_OBJS, LIBCPP_DEPS,neil2001-05-201-287/+125
* * c-common.h (RID_FIRST_PQ): New.neil2001-05-161-112/+70
* * stringpool.c (set_identifier): New function.zack2001-03-021-0/+19
* * stringpool.c (stringpool_statistics): Also report number andzack2000-11-221-3/+8
* * ggc.h: Delete ggc_add_string_root and ggc_mark_string. Addzack2000-11-171-0/+9
* * stringpool.c: New file.zack2000-11-171-0/+405