Age | Commit message (Expand) | Author | Files | Lines |
2013-06-24 | pointer-set.h (struct pointer_set_t): Move here from pointer-set.c. | Richard Biener | 1 | -99/+67 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+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 |
2007-08-16 | c-common.c (const_strip_array_types): New. | Kaveh R. Ghazi | 1 | -17/+17 |
2007-08-14 | alias.c (rtx_equal_for_memref_p): Constify. | Kaveh R. Ghazi | 1 | -2/+2 |
2007-07-26 | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 1 | -5/+4 |
2007-02-02 | pointer-set.c (insert_aux): Only return insertion slot. | Paolo Bonzini | 1 | -24/+155 |
2006-07-07 | pointer-set.c (pointer_set_destroy): Correct whitespace. | Roger Sayle | 1 | -2/+3 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2004-12-21 | re PR c++/18984 (ICE in check_pointer_types_r) | Andrew Pinski | 1 | -0/+23 |
2004-11-23 | pointer-set.h (pointer_set_contains): Remove. | Ben Elliston | 1 | -25/+0 |
2004-10-22 | alias.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -7/+7 |
2004-10-18 | * pointer-set.c (hash1): Don't use libm functions in fallback case. | Richard Henderson | 1 | -4/+3 |
2004-10-17 | pointer-set.c (hash1): Use integer part of 2^64 / phi instead 2^32 / phi if l... | Jakub Jelinek | 1 | -3/+11 |
2004-10-15 | * pointer-set.c, tree-vectorizer.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2004-10-14 | Speed up walk_tree by introducing a special-purpose hash table. | Matt Austern | 1 | -0/+167 |