Age | Commit message (Expand) | Author | Files | Lines |
2024-04-19 | libctf: remove static/dynamic name lookup distinction | Nick Alcock | 1 | -71/+35 |
2024-01-04 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2023-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2021-05-09 | Use htab_eq_string in libctf | Alan Modra | 1 | -9/+0 |
2021-03-18 | libctf: do not corrupt strings across ctf_serialize | Nick Alcock | 1 | -0/+6 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-11-20 | libctf: symbol type linking support | Nick Alcock | 1 | -0/+7 |
2020-11-20 | libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_t | Nick Alcock | 1 | -3/+3 |
2020-07-22 | libctf: fixes for systems on which sizeof (void *) > sizeof (long) | Nick Alcock | 1 | -1/+1 |
2020-07-22 | libctf, dedup: add deduplicator | Nick Alcock | 1 | -0/+22 |
2020-07-22 | libctf: rename the type_mapping_key to type_key | Nick Alcock | 1 | -9/+10 |
2020-07-22 | libctf, next, hash: add dynhash and dynset _next iteration | Nick Alcock | 1 | -0/+225 |
2020-07-22 | libctf, hash: introduce the ctf_dynset | Nick Alcock | 1 | -11/+157 |
2020-07-22 | libctf, hash: save per-item space when no key/item freeing function | Nick Alcock | 1 | -21/+47 |
2020-07-22 | libctf, hash: improve insertion of existing keys into dynhashes | Nick Alcock | 1 | -2/+2 |
2020-07-22 | libctf: add new dynhash functions | Nick Alcock | 1 | -0/+55 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-10-03 | libctf: don't leak hash keys or values on value replacement | Nick Alcock | 1 | -4/+14 |
2019-10-03 | libctf: map from old to corresponding newly-added types in ctf_add_type | Nick Alcock | 1 | -1/+29 |
2019-10-03 | libctf: support getting strings from the ELF strtab | Nick Alcock | 1 | -4/+6 |
2019-07-01 | libctf: add hash traversal helpers | Nick Alcock | 1 | -0/+49 |
2019-07-01 | libctf: fix hash removal | Nick Alcock | 1 | -1/+2 |
2019-05-28 | libctf: hashing | Nick Alcock | 1 | -0/+277 |