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
/
hash-table.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-14
Support GTY((cache)) on hash_map.
Jason Merrill
1
-3
/
+4
2017-07-03
* hash-table.h (hash_table_mod1): Fix indentation.
Nathan Sidwell
1
-1
/
+1
2017-06-15
PR c++/80560 - warn on undefined memory operations involving non-trivial types
Martin Sebor
1
-1
/
+4
2017-01-13
Avoid excessively-big hash tables in empty-add cycles
Richard Sandiford
1
-5
/
+20
2017-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2016-01-16
Optimise hash_table::empty
Richard Sandiford
1
-3
/
+7
2016-01-04
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2015-12-15
* hash-map.h, hash-table.h: Make copy constructors explicit.
Jason Merrill
1
-4
/
+4
2015-12-14
re PR c++/68309 (ICE: Segmentation fault)
Jason Merrill
1
-0
/
+33
2015-12-11
hash-map.h (hash_map::hash_map): Gather statistics only when GATHER_STATISTIC...
Michael Matz
1
-2
/
+4
2015-10-27
[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE
Mikhail Maltsev
1
-4
/
+0
2015-07-13
Fix double word typos.
Aldy Hernandez
1
-1
/
+1
2015-06-25
hash-table.h: Update comments.
Richard Sandiford
1
-30
/
+33
2015-06-25
hash-table.h (has_is_deleted, [...]): Delete.
Richard Sandiford
1
-128
/
+13
2015-06-25
hash-traits.h (ggc_cache_hasher): Rename to...
Richard Sandiford
1
-1
/
+8
2015-06-25
hash-traits.h (ggc_hasher): Rename to...
Richard Sandiford
1
-2
/
+7
2015-06-25
hash-table.h: Update comments.
Richard Sandiford
1
-4
/
+2
2015-06-25
decl.c (value_annotation_hasher::handle_cache_entry): Delete.
Richard Sandiford
1
-3
/
+23
2015-06-25
hash-table.h: Include hash-traits.h.
Richard Sandiford
1
-138
/
+2
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
-2
/
+4
2015-05-27
New memory allocation statistics infrastructure.
Martin Liska
1
-6
/
+45
2015-04-18
remove need for store_values_directly
Trevor Saunders
1
-563
/
+27
2015-04-13
hash-table.h (hash_table constructor): Add mem stats.
Jan Hubicka
1
-8
/
+11
2015-01-05
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2014-12-19
hash-table.h (struct pointer_hash): Fix formating.
Jan Hubicka
1
-19
/
+64
2014-11-20
fix hash_table when empty elements are not 0
Trevor Saunders
1
-21
/
+26
2014-11-20
implement a replacement for if_marked
Trevor Saunders
1
-0
/
+50
2014-11-12
re PR middle-end/63819 (Cannot build compiler with --enable-gather-detailed-m...
Richard Biener
1
-7
/
+0
2014-10-15
hash-table.c: Include bconfig.h if building for the host.
Richard Biener
1
-0
/
+7
2014-10-12
move many gc hashtab to hash_table
Trevor Saunders
1
-4
/
+60
2014-09-12
fix assert in hash_table pch routines
Trevor Saunders
1
-2
/
+3
2014-09-02
support ggc hash_map and hash_set
Trevor Saunders
1
-9
/
+100
2014-07-09
playcate old gcc
Trevor Saunders
1
-10
/
+15
2014-06-24
allow storing values directly in hash tables
Trevor Saunders
1
-30
/
+695
2014-06-24
Remove a layer of indirection from hash_table
Trevor Saunders
1
-440
/
+232
2014-01-09
Makefile.in (TREE_FLOW_H): Remove.
Steve Ellcey
1
-4
/
+1
2014-01-02
Update copyright years in gcc/
Richard Sandiford
1
-1
/
+1
2013-09-30
basic-block.h (edge_list): Prefix member names with "m_".
Richard Sandiford
1
-11
/
+11
2013-09-28
alloc-pool.c, [...]: Add missing whitespace before "(".
Richard Sandiford
1
-4
/
+4
2013-04-23
This patch extracts approved portions of the hash_table patches to the...
Lawrence Crowl
1
-14
/
+193
2013-01-10
Update copyright years in gcc/
Richard Sandiford
1
-2
/
+1
2012-10-25
Change hash_table to support a comparator type different from the value type ...
Lawrence Crowl
1
-137
/
+292
2012-10-09
Change more non-GTY hash tables to use the new type-safe template hash table.
Lawrence Crowl
1
-14
/
+14
2012-08-17
hash-table.h (class hash_table): Use a descriptor template argument instead o...
Richard Guenther
1
-192
/
+139
2012-08-14
backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...
Diego Novillo
1
-0
/
+783