Age | Commit message (Expand) | Author | Files | Lines |
2024-04-19 | libctf: make ctf_serialize() actually serialize | Nick Alcock | 1 | -1/+1 |
2024-04-19 | libctf: rethink strtab writeout | Nick Alcock | 1 | -1/+1 |
2024-04-19 | libctf: replace 'pending refs' abstraction | Nick Alcock | 1 | -2/+10 |
2024-04-19 | Revert "libctf: do not corrupt strings across ctf_serialize" | Nick Alcock | 1 | -24/+3 |
2024-04-19 | libctf: delete LCTF_DIRTY | Nick Alcock | 1 | -15/+0 |
2024-04-19 | libctf: support addition of types to dicts read via ctf_open() | Nick Alcock | 1 | -87/+97 |
2024-04-19 | libctf: remove static/dynamic name lookup distinction | Nick Alcock | 1 | -14/+12 |
2024-04-17 | libctf warnings | Alan Modra | 1 | -0/+4 |
2024-01-04 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2023-10-20 | libctf: fix creation-time parent/child dict confusions | Nick Alcock | 1 | -19/+56 |
2023-10-17 | libctf: Sanitize error types for PR 30836 | Torbjörn SVENSSON | 1 | -51/+44 |
2023-04-08 | libctf: propagate errors from parents correctly | Nick Alcock | 1 | -2/+2 |
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-06 | libctf, include: support an alternative encoding for nonrepresentable types | Nick Alcock | 1 | -0/+33 |
2021-03-18 | libctf: eliminate dtd_u, part 5: structs / unions | Nick Alcock | 1 | -155/+105 |
2021-03-18 | libctf: eliminate dtd_u, part 4: enums | Nick Alcock | 1 | -21/+73 |
2021-03-18 | libctf: do not corrupt strings across ctf_serialize | Nick Alcock | 1 | -1/+2 |
2021-03-18 | libctf: eliminate dtd_u, part 3: functions | Nick Alcock | 1 | -19/+14 |
2021-03-18 | libctf: eliminate dtd_u, part 2: arrays | Nick Alcock | 1 | -3/+13 |
2021-03-18 | libctf: eliminate dtd_u, part 1: int/float/slice | Nick Alcock | 1 | -27/+57 |
2021-03-18 | libctf: split serialization and file writeout into its own file | Nick Alcock | 1 | -1310/+1 |
2021-03-02 | bfd, ld, libctf: skip zero-refcount strings in CTF string reporting | Nick Alcock | 1 | -6/+10 |
2021-03-02 | libctf: add a deduplicator-specific type mapping table | Nick Alcock | 1 | -0/+95 |
2021-02-04 | libctf: fix uninitialized variable in symbol serialization error handling | Nick Alcock | 1 | -1/+0 |
2021-02-04 | libctf: prohibit nameless ints, floats, typedefs and forwards | Nick Alcock | 1 | -2/+10 |
2021-02-04 | libctf: rip out dead code handling typedefs with no name | Nick Alcock | 1 | -17/+6 |
2021-02-04 | libctf, ld: fix symtypetab and var section population under ld -r | Nick Alcock | 1 | -52/+99 |
2021-01-19 | libctf, create: fix ctf_type_add of structs with unnamed members | Nick Alcock | 1 | -0/+6 |
2021-01-05 | libctf: fix lookups of pointers by name in parent dicts | Nick Alcock | 1 | -1/+6 |
2021-01-05 | libctf, ld: prohibit getting the size or alignment of forwards | Nick Alcock | 1 | -7/+43 |
2021-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2020-11-25 | libctf, include: support foreign-endianness symtabs with CTF | Nick Alcock | 1 | -0/+1 |
2020-11-20 | libctf: error-handling fixes | Nick Alcock | 1 | -2/+12 |
2020-11-20 | libctf: symbol type linking support | Nick Alcock | 1 | -12/+687 |
2020-11-20 | bfd, include, ld, binutils, libctf: CTF should use the dynstr/sym | Nick Alcock | 1 | -0/+2 |
2020-11-20 | libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_t | Nick Alcock | 1 | -113/+113 |
2020-08-27 | libctf, binutils, include, ld: gettextize and improve error handling | Nick Alcock | 1 | -30/+60 |
2020-07-26 | libctf: compilation failure on MinGW due to missing errno values | Eli Zaretskii | 1 | -0/+4 |
2020-07-22 | libctf: fixes for systems on which sizeof (void *) > sizeof (long) | Nick Alcock | 1 | -6/+10 |
2020-07-22 | libctf, dedup: add deduplicator | Nick Alcock | 1 | -2/+8 |
2020-07-22 | libctf, link: add the ability to filter out variables from the link | Nick Alcock | 1 | -0/+2 |
2020-07-22 | libctf, link: redo cu-mapping handling | Nick Alcock | 1 | -2/+4 |
2020-07-22 | libctf, link: add lazy linking: clean up input members: err/warn cleanup | Nick Alcock | 1 | -0/+1 |
2020-07-22 | libctf: sort out potential refcount loops | Nick Alcock | 1 | -1/+3 |
2020-07-22 | libctf, ld, binutils: add textual error/warning reporting for libctf | Nick Alcock | 1 | -0/+2 |
2020-07-22 | libctf: add ctf_forwardable_kind | Nick Alcock | 1 | -1/+1 |
2020-07-22 | libctf, types: support slices of anything terminating in an int | Nick Alcock | 1 | -1/+8 |
2020-07-22 | libctf, create: empty dicts are dirty to start with | Nick Alcock | 1 | -0/+1 |
2020-07-22 | libctf, create: fix addition of anonymous struct/union members | Nick Alcock | 1 | -0/+5 |