Age | Commit message (Expand) | Author | Files | Lines |
13 days | libctf: dedup: hash: fix stub detection | Nick Alcock | 1 | -1/+1 |
14 days | libctf: more output format control | Nick Alcock | 1 | -4/+8 |
2025-03-27 | libctf: dedup: don't use low-level mechanisms to get the type kind | Nick Alcock | 1 | -1/+1 |
2025-03-27 | libctf: dedup: drop debugging left in by mistake | Nick Alcock | 1 | -2/+0 |
2025-03-27 | libctf: variables need not be in datasecs | Nick Alcock | 1 | -44/+46 |
2025-03-25 | libctf: dedup: don't emit decl tags to structure members twice | Nick Alcock | 1 | -0/+2 |
2025-03-25 | libctf: suppress external strings when serializing as BTF | Nick Alcock | 1 | -2/+2 |
2025-03-24 | libctf: fix CTF_K_FUNC_LINKAGE | Nick Alcock | 1 | -0/+2 |
2025-03-24 | libctf: dedup: fix datasec tracking | Nick Alcock | 1 | -4/+5 |
2025-03-24 | libctf: dedup: initialize all the decorated-names arrays | Nick Alcock | 1 | -2/+2 |
2025-03-24 | libctf: dedup: comment improvements | Nick Alcock | 1 | -6/+7 |
2025-03-24 | libctf: dedup: support cu-mapped emission into the parent dict (no children) | Nick Alcock | 1 | -3/+6 |
2025-03-20 | libctf: lots and lots of compilation error fixes | Nick Alcock | 1 | -35/+59 |
2025-03-20 | libctf: ctf-dedup: changes for CTFv4/BTF | Nick Alcock | 1 | -94/+820 |
2025-03-20 | libctf: dedup: delete a wildly obsolete comment | Nick Alcock | 1 | -2/+1 |
2025-03-20 | libctf: last bit of ctf-types.c | Nick Alcock | 1 | -1/+1 |
2025-03-16 | Tiny stylistic spacing and comment tweaks | Nick Alcock | 1 | -1/+1 |
2025-02-28 | libctf: drop LCTF_TYPE_ISPARENT/LCTF_TYPE_ISCHILD | Nick Alcock | 1 | -2/+2 |
2025-02-28 | libctf, string: delete separate movable ref storage again | Nick Alcock | 1 | -12/+5 |
2025-02-28 | libctf: dedup: describe 'citer' | Nick Alcock | 1 | -0/+2 |
2025-02-28 | libctf: dedup: add strtab deduplicator | Nick Alcock | 1 | -9/+164 |
2025-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2024-07-31 | libctf, include: add ctf_dict_set_flag: less enum dup checking by default | Nick Alcock | 1 | -0/+1 |
2024-07-31 | libctf: dedup: tiny tweaks | Nick Alcock | 1 | -4/+3 |
2024-07-31 | libctf: fix linking of non-root-visible types | Nick Alcock | 1 | -2/+4 |
2024-07-31 | libctf, dedup: drop unnecessary arg from ctf_dedup() | Nick Alcock | 1 | -32/+26 |
2024-06-18 | libctf: dedup: enums with overlapping enumerators are conflicting | Nick Alcock | 1 | -6/+36 |
2024-04-19 | libctf: don't pass errno into ctf_err_warn so often | Nick Alcock | 1 | -4/+4 |
2024-01-04 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2023-10-17 | libctf: Sanitize error types for PR 30836 | Torbjörn SVENSSON | 1 | -16/+9 |
2023-03-24 | libctf: fix a comment typo | Nick Alcock | 1 | -1/+1 |
2023-03-24 | libctf: fix assertion failure with no system qsort_r | Nick Alcock | 1 | -0/+4 |
2023-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2022-06-21 | libctf: fix linking together multiple objects derived from the same source | Nick Alcock | 1 | -0/+2 |
2022-04-28 | libctf: impose an ordering on conflicting types | Nick Alcock | 1 | -1/+20 |
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 | -7/+7 |
2021-05-06 | libctf, include: support an alternative encoding for nonrepresentable types | Nick Alcock | 1 | -9/+5 |
2021-03-18 | libctf: a couple of small error-handling fixes | Nick Alcock | 1 | -9/+12 |
2021-03-18 | libctf: eliminate dtd_u, part 1: int/float/slice | Nick Alcock | 1 | -1/+1 |
2021-03-18 | libctf: fix GNU style for do {} while | Nick Alcock | 1 | -32/+35 |
2021-03-02 | libctf: minor error-handling fixes | Nick Alcock | 1 | -6/+11 |
2021-03-02 | libctf: add a deduplicator-specific type mapping table | Nick Alcock | 1 | -101/+97 |
2021-02-04 | libctf: always name nameless types "", never NULL | Nick Alcock | 1 | -4/+3 |
2021-01-05 | libctf, include: support unnamed structure members better | Nick Alcock | 1 | -3/+3 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-11-20 | libctf, ld: properly deduplicate function types | Nick Alcock | 1 | -5/+21 |
2020-11-20 | libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_t | Nick Alcock | 1 | -87/+87 |
2020-08-27 | libctf, binutils, include, ld: gettextize and improve error handling | Nick Alcock | 1 | -146/+144 |
2020-07-22 | libctf, dedup: add deduplicator | Nick Alcock | 1 | -0/+3155 |