Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-07-22 | libctf, create: member names of "" and NULL should be the same | Nick Alcock | 1 | -0/+3 |
2020-07-22 | libctf, create: add explicit casts for variables' and slices' types | Nick Alcock | 1 | -2/+2 |
2020-07-22 | libctf, create: do not corrupt function types' arglists at insertion time | Nick Alcock | 1 | -10/+13 |
2020-07-22 | libctf, create: support addition of references to the unimplemented type | Nick Alcock | 1 | -8/+34 |
2020-06-26 | libctf: add some missing #includes. | Nick Alcock | 1 | -0/+1 |
2020-06-26 | libctf: create: forwards are always in the namespace of their referent | Nick Alcock | 1 | -2/+8 |
2020-06-26 | libctf: create: ctf_add_type should hand back already-added non-SoUs | Nick Alcock | 1 | -6/+10 |
2020-06-26 | libctf: create: don't add forwards if the type added already exists | Nick Alcock | 1 | -1/+4 |
2020-06-26 | libctf: create: non-root-visible types should not appear in name tables | Nick Alcock | 1 | -9/+10 |
2020-01-01 | Update year range in copyright notice of binutils files | Alan Modra | 1 | -1/+1 |
2019-10-03 | libctf: remove ctf_malloc, ctf_free and ctf_strdup | Nick Alcock | 1 | -32/+33 |
2019-10-03 | libctf: properly handle ctf_add_type of forwards and self-reffing structs | Nick Alcock | 1 | -85/+116 |
2019-10-03 | libctf: avoid the need to ever use ctf_update | Nick Alcock | 1 | -188/+235 |
2019-10-03 | libctf: handle nonrepresentable types at link time | Nick Alcock | 1 | -2/+17 |
2019-10-03 | libctf: teach ctf_add_type how forwards work | Nick Alcock | 1 | -14/+29 |
2019-10-03 | libctf: add CU-mapping machinery | Nick Alcock | 1 | -0/+4 |
2019-10-03 | libctf: map from old to corresponding newly-added types in ctf_add_type | Nick Alcock | 1 | -3/+17 |
2019-10-03 | libctf: add the ctf_link machinery | Nick Alcock | 1 | -0/+4 |
2019-10-03 | libctf: fix double-free on ctf_compress_write error path | Nick Alcock | 1 | -1/+0 |
2019-10-03 | libctf: write CTF files to memory, and CTF archives to fds | Nick Alcock | 1 | -0/+51 |
2019-10-03 | libctf: support getting strings from the ELF strtab | Nick Alcock | 1 | -17/+33 |
2019-10-03 | libctf: allow the header to change between versions | Nick Alcock | 1 | -14/+38 |
2019-07-01 | libctf: fix spurious error when rolling back to the first snapshot | Nick Alcock | 1 | -1/+1 |
2019-07-01 | libctf: deduplicate and sort the string table | Nick Alcock | 1 | -108/+75 |
2019-06-21 | libctf: drop mmap()-based CTF data allocator | Nick Alcock | 1 | -8/+7 |
2019-06-21 | libctf: handle errors on dynhash insertion better | Nick Alcock | 1 | -10/+24 |
2019-06-05 | libctf: eschew %zi format specifier | Nick Alcock | 1 | -3/+4 |
2019-06-04 | Use CHAR_BIT instead of NBBY in libctf | Tom Tromey | 1 | -6/+8 |