Age | Commit message (Expand) | Author | Files | Lines |
2025-06-27 | libctf: add root-visibility-addition testusers/nalcock/road-to-ctfv4 | Nick Alcock | 2 | -0/+39 |
2025-06-27 | libctf: create: check the right root-visible flag when adding enumerands | Nick Alcock | 1 | -1/+1 |
2025-06-27 | libctf: create: addition of non-root types should not return root types | Nick Alcock | 1 | -3/+3 |
2025-06-26 | libctf: use __attribute__((__gnu_printf__)) where appropriate | Nick Alcock | 1 | -0/+5 |
2025-06-26 | libctf, dedup: reclaim space wasted by duplicate hidden types | Nick Alcock | 1 | -12/+30 |
2025-06-26 | libctf: dedup: preserve non-root flag across normal links | Nick Alcock | 6 | -68/+353 |
2025-06-25 | libctf: dedup: improve hiding of conflicting types in the same dict | Nick Alcock | 1 | -10/+44 |
2025-06-25 | Revert "libctf: fix linking of non-root-visible types" | Nick Alcock | 3 | -136/+2 |
2025-05-20 | libctf: testsuite fixes for datasec size changes | Nick Alcock | 13 | -15/+15 |
2025-05-20 | libctf: archive, open: when opening, always set errp to something | Nick Alcock | 4 | -2/+28 |
2025-04-25 | libctf: spec: be more specific about Solaris CTF versions | Nick Alcock | 1 | -2/+2 |
2025-04-25 | libctf: API change documentation (NOT FOR UPSTREAMING) | Nick Alcock | 1 | -0/+148 |
2025-04-25 | ld: testsuite: a tiny start on ld.ctf test adjustments | Nick Alcock | 34 | -34/+34 |
2025-04-25 | libctf: by-kind tests | Nick Alcock | 34 | -0/+486 |
2025-04-25 | libctf: run_lookup_test: force BTF emission (NOT FOR UPSTREAMING) | Nick Alcock | 1 | -2/+2 |
2025-04-25 | libctf: run_lookup_test: support per-test options | Nick Alcock | 1 | -2/+12 |
2025-04-25 | binutils: objdump, readelf: BTF dumping support | Nick Alcock | 2 | -7/+17 |
2025-04-25 | ld: BTF deduplication | Nick Alcock | 5 | -40/+224 |
2025-04-25 | bfd, ld: allow the disabling of CTF deduplication; BTF linking | Nick Alcock | 8 | -23/+91 |
2025-04-25 | libctf: dump: dump conflicting CUs, when declared | Nick Alcock | 1 | -1/+13 |
2025-04-25 | libctf: dump: dump struct-based bitfields | Nick Alcock | 1 | -1/+15 |
2025-04-25 | libctf: dump: dump variables and datasecs | Nick Alcock | 1 | -7/+87 |
2025-04-25 | libctf: dump: dump the header; dump enum64s; adapt to API changes | Nick Alcock | 1 | -93/+190 |
2025-04-25 | libctf: archive: allow opening BTF dicts in archives (not for upstreaming) | Nick Alcock | 1 | -3/+23 |
2025-04-25 | libctf: archive: fix ctf_dict_open_cached error handling | Nick Alcock | 1 | -6/+7 |
2025-04-25 | libctf: link: improve BTF child dict naming | Nick Alcock | 1 | -0/+9 |
2025-04-25 | libctf: ctf-link: minor comment improvements | Nick Alcock | 2 | -6/+10 |
2025-04-25 | libctf: dedup: conflicting CU names and merging into the parent | Nick Alcock | 3 | -6/+27 |
2025-04-25 | libctf: dedup: decl tag support. | Nick Alcock | 2 | -53/+405 |
2025-04-25 | libctf: dedup: type tags | Nick Alcock | 1 | -0/+15 |
2025-04-25 | libctf: dedup: datasecs and vars | Nick Alcock | 2 | -19/+376 |
2025-04-25 | libctf: dedup: structs with bitfields, BTF floats | Nick Alcock | 1 | -3/+35 |
2025-04-25 | libctf: dedup: enums, enum64s, functions, func linkage | Nick Alcock | 2 | -14/+192 |
2025-04-25 | libctf: dedup: comment fixes, debug indentation changes, and a tiny leak | Nick Alcock | 1 | -41/+41 |
2025-04-25 | libctf: dedup: fix a broken error path in string dedup | Nick Alcock | 1 | -1/+1 |
2025-04-25 | libctf: dedup: chase API changes: use the public API more | Nick Alcock | 1 | -25/+41 |
2025-04-25 | libctf: drop unnecessary macro | Nick Alcock | 1 | -5/+0 |
2025-04-25 | libctf: open-bfd: open BTF dicts | Nick Alcock | 1 | -12/+19 |
2025-04-25 | libctf: link: drop unnecessary back-compatibility code | Nick Alcock | 1 | -53/+0 |
2025-04-25 | libctf: link: BTF support | Nick Alcock | 4 | -11/+67 |
2025-04-25 | libctf: strings: don't check for non-deduplicable atoms in the parent | Nick Alcock | 1 | -2/+3 |
2025-04-25 | libctf: serialize: finish off the serializer | Nick Alcock | 1 | -83/+76 |
2025-04-25 | libctf: open: fix closing of children with imported parents | Nick Alcock | 1 | -2/+8 |
2025-04-25 | libctf: open, types: ctf_import for BTF | Nick Alcock | 2 | -16/+40 |
2025-04-25 | libctf: serialize: handle CTF-versus-BTF output format checks | Nick Alcock | 1 | -0/+49 |
2025-04-25 | libctf: serialize: size and emit the type section | Nick Alcock | 1 | -140/+267 |
2025-04-25 | libctf: serialize: type section sizing | Nick Alcock | 1 | -40/+37 |
2025-04-25 | libctf: serialize: check the type section for BTF-incompatible types | Nick Alcock | 1 | -0/+116 |
2025-04-25 | libctf: strings: no external strings in BTF | Nick Alcock | 4 | -40/+37 |
2025-04-25 | libctf: serialize: kind suppression and prohibition | Nick Alcock | 4 | -0/+43 |