summaryrefslogtreecommitdiff
path: root/gcc/pointer-set.c
Commit message (Expand)AuthorAgeFilesLines
* c-common.c (const_strip_array_types): New.Kaveh R. Ghazi2007-08-161-17/+17
* alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi2007-08-141-2/+2
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-5/+4
* pointer-set.c (insert_aux): Only return insertion slot.Paolo Bonzini2007-02-021-24/+155
* pointer-set.c (pointer_set_destroy): Correct whitespace.Roger Sayle2006-07-071-2/+3
* Update FSF address.Kelley Cook2005-06-251-2/+2
* re PR c++/18984 (ICE in check_pointer_types_r)Andrew Pinski2004-12-211-0/+23
* pointer-set.h (pointer_set_contains): Remove.Ben Elliston2004-11-231-25/+0
* alias.c, [...]: Fix comment formatting.Kazu Hirata2004-10-221-7/+7
* * pointer-set.c (hash1): Don't use libm functions in fallback case.Richard Henderson2004-10-181-4/+3
* pointer-set.c (hash1): Use integer part of 2^64 / phi instead 2^32 / phi if l...Jakub Jelinek2004-10-171-3/+11
* * pointer-set.c, tree-vectorizer.c: Fix comment typos.Kazu Hirata2004-10-151-1/+1
* Speed up walk_tree by introducing a special-purpose hash table.Matt Austern2004-10-141-0/+167