]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - libctf/ctf-types.c
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / libctf / ctf-types.c
2024-04-19  Nick Alcocklibctf: support addition of types to dicts read via...
2024-04-19  Nick Alcocklibctf: remove static/dynamic name lookup distinction
2024-04-16  Alan Modralibctf warnings
2024-01-04  Alan ModraUpdate year range in copyright notice of binutils files
2023-10-18  Torbjörn SVENSSONlibctf: Return CTF_ERR in ctf_type_resolve_unsliced...
2023-10-17  Torbjörn SVENSSONlibctf: Sanitize error types for PR 30836
2023-04-08  Nick Alcocklibctf: propagate errors from parents correctly
2023-03-24  Nick Alcocklibctf: get the offsets of fields of unnamed structs...
2023-01-01  Alan ModraUpdate year range in copyright notice of binutils files
2022-01-02  Alan ModraUpdate year range in copyright notice of binutils files
2021-10-25  Nick Alcocklibctf, ld: handle nonrepresentable types better
2021-05-06  Nick Alcocklibctf, include: support an alternative encoding for...
2021-03-18  Nick Alcocklibctf: support encodings for enums
2021-03-18  Nick Alcocklibctf: types: unify code dealing with small-vs-large...
2021-03-18  Nick Alcocklibctf: eliminate dtd_u, part 5: structs / unions
2021-03-18  Nick Alcocklibctf: eliminate dtd_u, part 4: enums
2021-03-18  Nick Alcocklibctf: eliminate dtd_u, part 3: functions
2021-03-18  Nick Alcocklibctf: eliminate dtd_u, part 2: arrays
2021-03-18  Nick Alcocklibctf: eliminate dtd_u, part 1: int/float/slice
2021-03-02  Nick Alcocklibctf: reimplement many _iter iterators in terms of...
2021-02-04  Nick Alcocklibctf: always name nameless types "", never NULL
2021-01-05  Nick Alcocklibctf, ld: fix formatting of forwards to unions and...
2021-01-05  Nick Alcocklibctf, include: support unnamed structure members...
2021-01-05  Nick Alcocklibctf, ld: dump enums: generally improve dump formatting
2021-01-05  Nick Alcocklibctf, ld: prohibit getting the size or alignment...
2021-01-01  Alan ModraUpdate year range in copyright notice of binutils files
2020-11-20  Nick Alcocklibctf: symbol type linking support
2020-11-20  Nick Alcocklibctf, include, binutils, gdb, ld: rename ctf_file_t...
2020-08-27  Nick Alcocklibctf, binutils, include, ld: gettextize and improve...
2020-07-22  Nick Alcocklibctf: fixes for systems on which sizeof (void *)...
2020-07-22  Nick Alcocklibctf, types: enhance ctf_type_aname to print function...
2020-07-22  Egeyar Bagcioglulibctf, types: ensure the emission of ECTF_NOPARENT
2020-07-22  Nick Alcocklibctf, next: introduce new class of easier-to-use...
2020-07-22  Nick Alcocklibctf: add ctf_member_count
2020-07-22  Nick Alcocklibctf: add ctf_type_kind_forwarded
2020-07-22  Nick Alcocklibctf: add ctf_type_name_raw
2020-07-22  Nick Alcocklibctf, types: ints, floats and typedefs with no name...
2020-07-22  Nick Alcocklibctf, types: support slices of anything terminating...
2020-07-22  Nick Alcocklibctf, types: allow ctf_type_reference of dynamic...
2020-07-22  Nick Alcocklibctf, create: do not corrupt function types' arglists...
2020-01-01  Alan ModraUpdate year range in copyright notice of binutils files
2019-10-03  Nick Alcocklibctf: fix tabdamage
2019-10-03  Nick Alcocklibctf: get the encoding of non-ints/fps in the dynamic...
2019-10-03  Nick Alcocklibctf: allow ctf_type_lname of a null pointer.
2019-10-03  Nick Alcocklibctf: avoid the need to ever use ctf_update
2019-10-03  Nick Alcocklibctf: handle nonrepresentable types at link time
2019-10-03  Nick Alcocklibctf: Add iteration over non-root types
2019-07-18  Nick Alcocklibctf: introduce ctf_func_type_{info,args}, ctf_type_a...
2019-05-31  Jose E. Marchesilibctf: fix a number of build problems found on Solaris...
2019-05-28  Nick Alcocklibctf: core type lookup