Age | Commit message (Expand) | Author | Files | Lines |
2015-11-13 | * hash-map.h (hash_map::empty): New. | Jason Merrill | 1 | -0/+2 |
2015-06-26 | hash-map.h (hash_map::traverse): Use the definition of the Key typedef rather... | Richard Sandiford | 1 | -2/+4 |
2015-06-25 | hash-map-traits.h (simple_hashmap_traits::key_type): New typedef. | Richard Sandiford | 1 | -1/+2 |
2015-06-10 | Fix BITMAP identifier clash. | Martin Liska | 1 | -1/+1 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -7/+0 |
2015-05-27 | New memory allocation statistics infrastructure. | Martin Liska | 1 | -82/+10 |
2015-04-18 | remove need for store_values_directly | Trevor Saunders | 1 | -1/+0 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-11-20 | remove param1_is usage | Trevor Saunders | 1 | -0/+34 |
2014-10-30 | genmatch.c: Remove <map>, <utility> and <string> includes. | Richard Biener | 1 | -0/+2 |
2014-10-12 | move many gc hashtab to hash_table | Trevor Saunders | 1 | -0/+10 |
2014-09-02 | support ggc hash_map and hash_set | Trevor Saunders | 1 | -2/+77 |
2014-08-07 | convert the rest of the users of pointer_map to hash_map | Trevor Saunders | 1 | -5/+2 |
2014-08-02 | convert many uses of pointer_map to hash_map | Trevor Saunders | 1 | -1/+15 |
2014-06-24 | add hash_map class | Trevor Saunders | 1 | -0/+203 |