| Commit message (Expand) | Author | Age | Files | Lines |
* | libctf, create: fix ctf_type_add of structs with unnamed members | Nick Alcock | 2021-01-19 | 1 | -0/+6 |
* | libctf: fix lookups of pointers by name in parent dicts | Nick Alcock | 2021-01-05 | 1 | -1/+6 |
* | libctf, ld: prohibit getting the size or alignment of forwards | Nick Alcock | 2021-01-05 | 1 | -7/+43 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2021-01-01 | 1 | -1/+1 |
* | libctf, include: support foreign-endianness symtabs with CTF | Nick Alcock | 2020-11-25 | 1 | -0/+1 |
* | libctf: error-handling fixes | Nick Alcock | 2020-11-20 | 1 | -2/+12 |
* | libctf: symbol type linking support | Nick Alcock | 2020-11-20 | 1 | -12/+687 |
* | bfd, include, ld, binutils, libctf: CTF should use the dynstr/sym | Nick Alcock | 2020-11-20 | 1 | -0/+2 |
* | libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_t | Nick Alcock | 2020-11-20 | 1 | -113/+113 |
* | libctf, binutils, include, ld: gettextize and improve error handling | Nick Alcock | 2020-08-27 | 1 | -30/+60 |
* | libctf: compilation failure on MinGW due to missing errno values | Eli Zaretskii | 2020-07-26 | 1 | -0/+4 |
* | libctf: fixes for systems on which sizeof (void *) > sizeof (long) | Nick Alcock | 2020-07-22 | 1 | -6/+10 |
* | libctf, dedup: add deduplicator | Nick Alcock | 2020-07-22 | 1 | -2/+8 |
* | libctf, link: add the ability to filter out variables from the link | Nick Alcock | 2020-07-22 | 1 | -0/+2 |
* | libctf, link: redo cu-mapping handling | Nick Alcock | 2020-07-22 | 1 | -2/+4 |
* | libctf, link: add lazy linking: clean up input members: err/warn cleanup | Nick Alcock | 2020-07-22 | 1 | -0/+1 |
* | libctf: sort out potential refcount loops | Nick Alcock | 2020-07-22 | 1 | -1/+3 |
* | libctf, ld, binutils: add textual error/warning reporting for libctf | Nick Alcock | 2020-07-22 | 1 | -0/+2 |
* | libctf: add ctf_forwardable_kind | Nick Alcock | 2020-07-22 | 1 | -1/+1 |
* | libctf, types: support slices of anything terminating in an int | Nick Alcock | 2020-07-22 | 1 | -1/+8 |
* | libctf, create: empty dicts are dirty to start with | Nick Alcock | 2020-07-22 | 1 | -0/+1 |
* | libctf, create: fix addition of anonymous struct/union members | Nick Alcock | 2020-07-22 | 1 | -0/+5 |
* | libctf, create: member names of "" and NULL should be the same | Nick Alcock | 2020-07-22 | 1 | -0/+3 |
* | libctf, create: add explicit casts for variables' and slices' types | Nick Alcock | 2020-07-22 | 1 | -2/+2 |
* | libctf, create: do not corrupt function types' arglists at insertion time | Nick Alcock | 2020-07-22 | 1 | -10/+13 |
* | libctf, create: support addition of references to the unimplemented type | Nick Alcock | 2020-07-22 | 1 | -8/+34 |
* | libctf: add some missing #includes. | Nick Alcock | 2020-06-26 | 1 | -0/+1 |
* | libctf: create: forwards are always in the namespace of their referent | Nick Alcock | 2020-06-26 | 1 | -2/+8 |
* | libctf: create: ctf_add_type should hand back already-added non-SoUs | Nick Alcock | 2020-06-26 | 1 | -6/+10 |
* | libctf: create: don't add forwards if the type added already exists | Nick Alcock | 2020-06-26 | 1 | -1/+4 |
* | libctf: create: non-root-visible types should not appear in name tables | Nick Alcock | 2020-06-26 | 1 | -9/+10 |
* | Update year range in copyright notice of binutils files | Alan Modra | 2020-01-01 | 1 | -1/+1 |
* | libctf: remove ctf_malloc, ctf_free and ctf_strdup | Nick Alcock | 2019-10-03 | 1 | -32/+33 |
* | libctf: properly handle ctf_add_type of forwards and self-reffing structs | Nick Alcock | 2019-10-03 | 1 | -85/+116 |
* | libctf: avoid the need to ever use ctf_update | Nick Alcock | 2019-10-03 | 1 | -188/+235 |
* | libctf: handle nonrepresentable types at link time | Nick Alcock | 2019-10-03 | 1 | -2/+17 |
* | libctf: teach ctf_add_type how forwards work | Nick Alcock | 2019-10-03 | 1 | -14/+29 |
* | libctf: add CU-mapping machinery | Nick Alcock | 2019-10-03 | 1 | -0/+4 |
* | libctf: map from old to corresponding newly-added types in ctf_add_type | Nick Alcock | 2019-10-03 | 1 | -3/+17 |
* | libctf: add the ctf_link machinery | Nick Alcock | 2019-10-03 | 1 | -0/+4 |
* | libctf: fix double-free on ctf_compress_write error path | Nick Alcock | 2019-10-03 | 1 | -1/+0 |
* | libctf: write CTF files to memory, and CTF archives to fds | Nick Alcock | 2019-10-03 | 1 | -0/+51 |
* | libctf: support getting strings from the ELF strtab | Nick Alcock | 2019-10-03 | 1 | -17/+33 |
* | libctf: allow the header to change between versions | Nick Alcock | 2019-10-03 | 1 | -14/+38 |
* | libctf: fix spurious error when rolling back to the first snapshot | Nick Alcock | 2019-07-01 | 1 | -1/+1 |
* | libctf: deduplicate and sort the string table | Nick Alcock | 2019-07-01 | 1 | -108/+75 |
* | libctf: drop mmap()-based CTF data allocator | Nick Alcock | 2019-06-21 | 1 | -8/+7 |
* | libctf: handle errors on dynhash insertion better | Nick Alcock | 2019-06-21 | 1 | -10/+24 |
* | libctf: eschew %zi format specifier | Nick Alcock | 2019-06-05 | 1 | -3/+4 |
* | Use CHAR_BIT instead of NBBY in libctf | Tom Tromey | 2019-06-04 | 1 | -6/+8 |