index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
ggc-common.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-25
hash-traits.h (free_ptr_hash): New class.
Richard Sandiford
1
-2
/
+1
2015-06-10
Fix BITMAP identifier clash.
Martin Liska
1
-2
/
+2
2015-06-08
coretypes.h: Include hash-table.h and hash-set.h for host files.
Andrew MacLeod
1
-4
/
+0
2015-06-03
Fix GNU coding style in memory statistics.
Martin Liska
1
-12
/
+24
2015-06-03
Port pool-allocator memory stats to a new infrastructure.
Martin Liska
1
-5
/
+4
2015-05-27
New memory allocation statistics infrastructure.
Martin Liska
1
-235
/
+144
2015-04-18
remove need for store_values_directly
Trevor Saunders
1
-18
/
+20
2015-01-30
Always pass explicit location to fatal_error.
Joseph Myers
1
-12
/
+12
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-12-10
remove gengtype support for param_is use_param, if_marked and splay tree allo...
Trevor Saunders
1
-75
/
+0
2014-11-20
implement a replacement for if_marked
Trevor Saunders
1
-0
/
+2
2014-09-22
tree-ssa-ccp.c (prop_value_d): Rename to ...
Jan Hubicka
1
-37
/
+37
2014-06-24
Remove a layer of indirection from hash_table
Trevor Saunders
1
-24
/
+25
2014-05-17
add finalizers to ggc
Trevor Saunders
1
-2
/
+3
2014-05-17
use templates instead of gengtype for typed allocation functions
Trevor Saunders
1
-2
/
+2
2014-05-17
rm a bunch of _stat allocation functions
Trevor Saunders
1
-5
/
+5
2014-01-02
Update copyright years in gcc/
Richard Sandiford
1
-1
/
+1
2013-09-28
alloc-pool.c, [...]: Add missing whitespace before "(".
Richard Sandiford
1
-4
/
+4
2013-04-26
This patch is the main part of a consolodation of the hash_table patches to t...
Lawrence Crowl
1
-82
/
+93
2013-03-05
re PR middle-end/56461 (GCC is leaking lots of memory)
Jakub Jelinek
1
-1
/
+67
2013-01-24
Remove zone allocator.
Diego Novillo
1
-10
/
+4
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-2
/
+1
2013-01-04
Update Copyright years for files modified in 2011 and/or 2012.
Jakub Jelinek
1
-1
/
+1
2012-12-03
re PR bootstrap/53912 (bootstrap fails using default c++ mode in stage 2 and ...
Kai Tietz
1
-1
/
+1
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-10
/
+6
2012-07-24
sbitmap.h (SBITMAP_ELT_BITS): Use "1u" trick as for BITMAP_WORD_BITS.
Steven Bosscher
1
-6
/
+5
2010-11-30
diagnostic-core.h: Include bversion.h.
Joseph Myers
1
-1
/
+0
2010-11-29
system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.
Joseph Myers
1
-16
/
+0
2010-11-10
cfgloop.c (verify_loop_structure): Use %' in diagnostics.
Joseph Myers
1
-12
/
+12
2010-10-11
params.c (set_param_value_internal): New.
Joseph Myers
1
-2
/
+2
2010-08-20
ggc-common.c (ggc_mark_root_tab): New function, split out from...
Nathan Froyd
1
-10
/
+15
2010-08-20
vec.h (FOR_EACH_VEC_ELT): Define.
Nathan Froyd
1
-2
/
+2
2010-07-08
toplev.h: Do not include diagnostic-core.h.
Manuel López-Ibáñez
1
-0
/
+1
2010-06-08
utils.c (init_gnat_to_gnu): Use typed GC allocation.
Laurynas Biveinis
1
-13
/
+25
2010-05-26
ggc-zone.c: Update copyright year.
Laurynas Biveinis
1
-6
/
+14
2010-04-13
Makefile.in (c-pch.o, [...]): Depend on timevar.h.
Diego Novillo
1
-0
/
+7
2009-11-25
Remove trailing white spaces.
H.J. Lu
1
-6
/
+6
2009-09-28
Add support for using ggc cache tables from plugins.
Duncan Sands
1
-32
/
+51
2009-05-26
plugins.texi (Loading plugins): typo.
Basile Starynkevitch
1
-1
/
+48
2009-04-30
alloc-pool.c (alloc_pool_descriptor): Use an insert_opion value instead of an...
Rafael Avila de Espindola
1
-1
/
+1
2008-09-11
ggc-common.c (loc_array): Make static.
Jan Hubicka
1
-1
/
+1
2008-07-06
configure.ac: Check for caddr_t, define to char * if not defined.
Andreas Tobler
1
-2
/
+2
2008-07-04
alloc-pool.c (hash_descriptor, [...]): Fix -Wc++-compat warnings.
Kaveh R. Ghazi
1
-13
/
+17
2008-06-26
driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual...
Kaveh R. Ghazi
1
-8
/
+11
2008-05-21
symtab.h (HT_ALLOCED): Remove.
Tom Tromey
1
-2
/
+9
2008-02-19
Support valgrind 3.3 for --enable-checking=valgrind.
Hans-Peter Nilsson
1
-17
/
+4
2007-12-01
ggc-common.c (dump_ggc_loc_statistics): Reset ggc_force_collect flag.
Jan Hubicka
1
-0
/
+1
2007-08-25
c-common.c (vector_types_convertible_p, [...]): Constify.
Kaveh R. Ghazi
1
-7
/
+7
2007-07-26
Change copyright header to refer to version 3 of the GNU General Public Licen...
Nick Clifton
1
-5
/
+4
2007-07-25
c-common.c (fname_as_string, [...]): Constify.
Kaveh R. Ghazi
1
-2
/
+2
[next]