aboutsummaryrefslogtreecommitdiff
path: root/gcc/stringpool.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-01-24Remove zone allocator.Diego Novillo1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-2/+2
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-2/+28
2010-11-16bitmap.c: Delete unnecessary includes.Nathan Froyd1-1/+0
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-8/+11
2009-11-25Remove trailing white spaces.H.J. Lu1-1/+1
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-2/+1
2008-10-03* stringpool.c (ggc_alloc_string): Terminate string.Tom Tromey1-7/+5
2008-06-26ra.h (add_neighbor): Fix -Wc++-compat and/or -Wcast-qual warnings.Kaveh R. Ghazi1-5/+5
2008-05-21symtab.h (HT_ALLOCED): Remove.Tom Tromey1-11/+21
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-5/+4
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-06libiberty.h (XOBFINISH): New.Gabriel Dos Reis1-1/+1
2005-03-14alloc-pool.c, [...]: Update copyright.Kazu Hirata1-1/+2
2005-03-13ggc-zone.c: Rewritten.Daniel Jacobowitz1-1/+2
2004-06-09Index: gcc/ChangeLogGeoffrey Keating1-41/+8
2004-05-30Index: libcpp/ChangeLogGeoffrey Keating1-27/+15
2004-05-28* stringpool.c: Add comments to PCH saving/restoring routines.Geoffrey Keating1-2/+21
2004-05-24Makefile.def (host_modules): add libcpp.Paolo Bonzini1-2/+2
2003-08-08* tree.h (get_identifier) Define a macro form of get_identifierRoger Sayle1-1/+3
2003-07-06sbitmap.c: Convert prototypes to ISO C90.Andreas Jaeger1-42/+26
2003-06-16decl.c, [...]: Don't use the PTR macro.Kaveh R. Ghazi1-2/+2
2003-04-03cpppch.c (reset_ht): Remove.Matt Austern1-0/+41
2003-01-10Merge from pch-branch.Geoffrey Keating1-8/+85
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-1/+1
2002-05-09sbitmap.c: Fix formatting.Kazu Hirata1-1/+1
2001-11-09c-lang.c (LANG_HOOKS_NAME): New.Neil Booth1-14/+0
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-21c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi1-1/+1
2001-09-21stringpool.c (get_identifier_with_length): New function.Alexandre Petit-Bianco1-0/+16
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-8/+8
2001-05-27c-decl.c (init_decl_processing): Don't call start_identifier_warnings.Neil Booth1-35/+0
2001-05-22c-lex.c (c_lex): Just cast cpp's hashnode to gcc's one.Neil Booth1-29/+3
2001-05-20hashtable.c (calc_hash): Fix HASHSTEP definition.Neil Booth1-3/+0
2001-05-20Makefile.in (OBJS, [...]): Update.Neil Booth1-287/+125
2001-05-16c-common.h (RID_FIRST_PQ): New.Neil Booth1-112/+70
2001-03-02stringpool.c (set_identifier): New function.Zack Weinberg1-0/+19
2000-11-22stringpool.c (stringpool_statistics): Also report number and percentage of en...Zack Weinberg1-3/+8
2000-11-17ggc.h: Delete ggc_add_string_root and ggc_mark_string.Zack Weinberg1-0/+9
2000-11-17stringpool.c: New file.Zack Weinberg1-0/+405