Age | Commit message (Expand) | Author | Files | Lines |
2024-04-19 | libctf: make ctf_serialize() actually serialize | Nick Alcock | 1 | -229/+105 |
2024-04-19 | libctf: rethink strtab writeout | Nick Alcock | 1 | -11/+11 |
2024-04-19 | libctf: replace 'pending refs' abstraction | Nick Alcock | 1 | -5/+5 |
2024-04-19 | Revert "libctf: do not corrupt strings across ctf_serialize" | Nick Alcock | 1 | -23/+1 |
2024-04-19 | libctf: delete LCTF_DIRTY | Nick Alcock | 1 | -5/+0 |
2024-04-19 | libctf: support addition of types to dicts read via ctf_open() | Nick Alcock | 1 | -3/+48 |
2024-04-19 | libctf: remove static/dynamic name lookup distinction | Nick Alcock | 1 | -4/+4 |
2024-04-17 | libctf warnings | Alan Modra | 1 | -5/+3 |
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-06-21 | libctf: avoid mingw warning | Nick Alcock | 1 | -1/+1 |
2022-03-23 | libctf: add LIBCTF_WRITE_FOREIGN_ENDIAN debugging option | Nick Alcock | 1 | -96/+100 |
2022-03-23 | include, libctf, ld: extend variable section to contain functions too | Nick Alcock | 1 | -11/+12 |
2022-01-02 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2021-03-25 | libctf, serialize: functions with no args have a NULL dtd_vlen | Nick Alcock | 1 | -1/+3 |
2021-03-18 | libctf: eliminate dtd_u, part 5: structs / unions | Nick Alcock | 1 | -58/+59 |
2021-03-18 | libctf: eliminate dtd_u, part 4: enums | Nick Alcock | 1 | -22/+17 |
2021-03-18 | libctf: do not corrupt strings across ctf_serialize | Nick Alcock | 1 | -1/+23 |
2021-03-18 | libctf: don't lose track of all valid types upon serialization | Nick Alcock | 1 | -0/+1 |
2021-03-18 | libctf: eliminate dtd_u, part 3: functions | Nick Alcock | 1 | -13/+3 |
2021-03-18 | libctf: eliminate dtd_u, part 2: arrays | Nick Alcock | 1 | -6/+2 |
2021-03-18 | libctf: eliminate dtd_u, part 1: int/float/slice | Nick Alcock | 1 | -16/+3 |
2021-03-18 | libctf: split up ctf_serialize | Nick Alcock | 1 | -317/+412 |
2021-03-18 | libctf: split serialization and file writeout into its own file | Nick Alcock | 1 | -0/+1332 |