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
/
libiberty
/
hashtab.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-14
hash-table.h (remove_elt_with_hash): Return if slot is NULL rather than if is...
Jason Merrill
1
-1
/
+1
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-01-03
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2017-01-04
Update copyright years.
Jakub Jelinek
1
-2
/
+1
2016-11-04
libiberty: Fix -Wimplicit-fallthrough warnings.
Mark Wielaard
1
-10
/
+10
2013-05-06
hashtab.c (hash_pointer): Remove conditional and avoid unexecuted shift equal...
David Edelsohn
1
-11
/
+2
2013-04-23
Improve pointer hash function to include all bits
Andi Kleen
1
-8
/
+25
2011-02-03
libiberty: documentation markup and order fixes.
Ralf Wildenhues
1
-3
/
+3
2010-06-08
utils.c (init_gnat_to_gnu): Use typed GC allocation.
Laurynas Biveinis
1
-18
/
+49
2009-09-16
* hashtab.c [HAVE_INTTYPES_H]: Include <inttypes.h>.
Rainer Orth
1
-0
/
+3
2009-09-03
re PR target/39065 (libiberty hashtab.c:hash_pointer() needs intptr_t)
Ozkan Sezer
1
-1
/
+1
2009-06-21
hashtab.c (htab_traverse): Don't call htab_expand for nearly empty hashtabs w...
Jakub Jelinek
1
-2
/
+3
2006-07-27
re PR middle-end/28071 (A file that can not be compiled in reasonable time/sp...
Jan Hubicka
1
-1
/
+22
2005-06-30
[multiple changes]
Daniel Berlin
1
-32
/
+23
2005-05-24
libiberty.h (ACONCAT): Properly cast value of alloca().
Gabriel Dos Reis
1
-16
/
+21
2005-05-10
Update the address and phone number of the FSF organization.
Nick Clifton
1
-2
/
+2
2005-03-27
md5.h: Remove definition and uses of __P.
Gabriel Dos Reis
1
-104
/
+44
2005-03-01
hashtab.c (htab_find_slot_with_hash): Make function documentation clearer.
Ben Elliston
1
-5
/
+5
2004-04-22
hashtab.c: Include limits.h, stdint.h, ansidecl.h.
Richard Henderson
1
-62
/
+171
2004-04-13
hashtab.c (htab_remove_elt_with_hash): New function.
Jeff Law
1
-2
/
+16
2004-03-31
hashtab.c (htab_size): Move to top of file; mark inline.
Richard Henderson
1
-49
/
+71
2003-10-30
hashtab.c (htab_find_slot_with_hash): Decrease n_deleted instead of increasin...
Josef Zlomek
1
-2
/
+2
2003-06-19
configure.in: Add check for malloc.h needed by m68k for function free().
Dara Hazeghi
1
-0
/
+4
2003-05-07
s/burtle/iterative
Jason Merrill
1
-1
/
+1
2003-05-07
hashtab.c (burtle_hash): New fn.
Jason Merrill
1
-0
/
+138
2003-04-15
argv.c: Fix comments.
Kaveh R. Ghazi
1
-3
/
+0
2003-03-17
ggc-common.c (ggc_mark_roots): Use htab_traverse_noresize.
Jan Hubicka
1
-4
/
+19
2003-03-12
* hashtab.c (htab_expand): Fix warning.
Jan Hubicka
1
-2
/
+2
2003-03-12
hashtab.c (htab_expand): Compute the size of hashtable based on the number of...
Jan Hubicka
1
-3
/
+16
2003-01-26
hashtab.h (htab_alloc_with_arg, [...]): Add new types.
Daniel Jacobowitz
1
-2
/
+70
2003-01-20
* hashtab.c (htab_expand): Fix allocation of new entries.
Josef Zlomek
1
-2
/
+4
2002-06-06
Index: include/ChangeLog
Geoffrey Keating
1
-0
/
+23
2002-06-04
Merge from pch-branch up to tag pch-commit-20020603.
Geoffrey Keating
1
-45
/
+22
2002-04-09
hashtab.c (higher_prime_number): Use 7 as minimum.
Richard Henderson
1
-32
/
+46
2001-10-07
demangle.h (demangler_engine): Const-ify.
Kaveh R. Ghazi
1
-4
/
+4
2001-08-17
Add commentary.
Richard Henderson
1
-1
/
+24
2001-08-16
* hashtab.c (htab_hash_string): New.
Richard Henderson
1
-0
/
+16
2001-03-15
fix typo
Michael Meissner
1
-1
/
+1
2001-03-15
Silence warning
Michael Meissner
1
-39
/
+32
2001-03-15
Silence warning
Michael Meissner
1
-32
/
+40
2000-11-27
hashtab.c (higher_prime_number): Use a table, rather than a seive, to find th...
Mark Mitchell
1
-22
/
+56
2000-11-04
hashtab.c (htab_expand): Change to return int.
Hans-Peter Nilsson
1
-8
/
+58
2000-11-03
(htab_create, htab_expand): Correct formatting of comment before
Hans-Peter Nilsson
1
-36
/
+36
2000-05-29
hashtab.c, [...]: Include string.h if HAVE_STRING_H.
Zack Weinberg
1
-0
/
+4
2000-05-16
hashtab.c (hash_pointer): Delete low-order bits which are probably zero, also...
Horst von Brand
1
-1
/
+1
2000-04-27
hashtab.c (htab_expand): Add prototype.
Jan Hubicka
1
-0
/
+2
2000-04-24
hashtab.c (hash_pointer, eq_pointer): Make definition static to match prototype.
Kaveh R. Ghazi
1
-3
/
+3
2000-04-24
hashtab.h (hash_pointer): Declare.
Mark Mitchell
1
-0
/
+27
2000-04-18
conflict.c (conflict_graph_add): Pass enum type to htab_find_slot.
Richard Kenner
1
-47
/
+53
2000-03-31
hashtab.h (hashval_t): New type.
Mark Mitchell
1
-7
/
+9
[next]