summaryrefslogtreecommitdiff
path: root/libctf/ctf-create.c
AgeCommit message (Expand)Author
2022-01-02Update year range in copyright notice of binutils filesAlan Modra
2021-05-06libctf, include: support an alternative encoding for nonrepresentable typesNick Alcock
2021-03-18libctf: eliminate dtd_u, part 5: structs / unionsNick Alcock
2021-03-18libctf: eliminate dtd_u, part 4: enumsNick Alcock
2021-03-18libctf: do not corrupt strings across ctf_serializeNick Alcock
2021-03-18libctf: eliminate dtd_u, part 3: functionsNick Alcock
2021-03-18libctf: eliminate dtd_u, part 2: arraysNick Alcock
2021-03-18libctf: eliminate dtd_u, part 1: int/float/sliceNick Alcock
2021-03-18libctf: split serialization and file writeout into its own fileNick Alcock
2021-03-02bfd, ld, libctf: skip zero-refcount strings in CTF string reportingNick Alcock
2021-03-02libctf: add a deduplicator-specific type mapping tableNick Alcock
2021-02-04libctf: fix uninitialized variable in symbol serialization error handlingNick Alcock
2021-02-04libctf: prohibit nameless ints, floats, typedefs and forwardsNick Alcock
2021-02-04libctf: rip out dead code handling typedefs with no nameNick Alcock
2021-02-04libctf, ld: fix symtypetab and var section population under ld -rNick Alcock
2021-01-19libctf, create: fix ctf_type_add of structs with unnamed membersNick Alcock
2021-01-05libctf: fix lookups of pointers by name in parent dictsNick Alcock
2021-01-05libctf, ld: prohibit getting the size or alignment of forwardsNick Alcock
2021-01-01Update year range in copyright notice of binutils filesAlan Modra
2020-11-25libctf, include: support foreign-endianness symtabs with CTFNick Alcock
2020-11-20libctf: error-handling fixesNick Alcock
2020-11-20libctf: symbol type linking supportNick Alcock
2020-11-20bfd, include, ld, binutils, libctf: CTF should use the dynstr/symNick Alcock
2020-11-20libctf, include, binutils, gdb, ld: rename ctf_file_t to ctf_dict_tNick Alcock
2020-08-27libctf, binutils, include, ld: gettextize and improve error handlingNick Alcock
2020-07-26libctf: compilation failure on MinGW due to missing errno valuesEli Zaretskii
2020-07-22libctf: fixes for systems on which sizeof (void *) > sizeof (long)Nick Alcock
2020-07-22libctf, dedup: add deduplicatorNick Alcock
2020-07-22libctf, link: add the ability to filter out variables from the linkNick Alcock
2020-07-22libctf, link: redo cu-mapping handlingNick Alcock
2020-07-22libctf, link: add lazy linking: clean up input members: err/warn cleanupNick Alcock
2020-07-22libctf: sort out potential refcount loopsNick Alcock
2020-07-22libctf, ld, binutils: add textual error/warning reporting for libctfNick Alcock
2020-07-22libctf: add ctf_forwardable_kindNick Alcock
2020-07-22libctf, types: support slices of anything terminating in an intNick Alcock
2020-07-22libctf, create: empty dicts are dirty to start withNick Alcock
2020-07-22libctf, create: fix addition of anonymous struct/union membersNick Alcock
2020-07-22libctf, create: member names of "" and NULL should be the sameNick Alcock
2020-07-22libctf, create: add explicit casts for variables' and slices' typesNick Alcock
2020-07-22libctf, create: do not corrupt function types' arglists at insertion timeNick Alcock
2020-07-22libctf, create: support addition of references to the unimplemented typeNick Alcock
2020-06-26libctf: add some missing #includes.Nick Alcock
2020-06-26libctf: create: forwards are always in the namespace of their referentNick Alcock
2020-06-26libctf: create: ctf_add_type should hand back already-added non-SoUsNick Alcock
2020-06-26libctf: create: don't add forwards if the type added already existsNick Alcock
2020-06-26libctf: create: non-root-visible types should not appear in name tablesNick Alcock
2020-01-01Update year range in copyright notice of binutils filesAlan Modra
2019-10-03libctf: remove ctf_malloc, ctf_free and ctf_strdupNick Alcock
2019-10-03libctf: properly handle ctf_add_type of forwards and self-reffing structsNick Alcock
2019-10-03libctf: avoid the need to ever use ctf_updateNick Alcock