]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - libctf/ctf-create.c
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / libctf / ctf-create.c
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-05-06  Nick Alcocklibctf, include: support an alternative encoding for...
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: do not corrupt strings across ctf_serialize
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-18  Nick Alcocklibctf: split serialization and file writeout into...
2021-03-02  Nick Alcockbfd, ld, libctf: skip zero-refcount strings in CTF...
2021-03-02  Nick Alcocklibctf: add a deduplicator-specific type mapping table
2021-02-04  Nick Alcocklibctf: fix uninitialized variable in symbol serializat...
2021-02-04  Nick Alcocklibctf: prohibit nameless ints, floats, typedefs and...
2021-02-04  Nick Alcocklibctf: rip out dead code handling typedefs with no...
2021-02-04  Nick Alcocklibctf, ld: fix symtypetab and var section population...
2021-01-19  Nick Alcocklibctf, create: fix ctf_type_add of structs with unname...
2021-01-05  Nick Alcocklibctf: fix lookups of pointers by name in parent dicts
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-25  Nick Alcocklibctf, include: support foreign-endianness symtabs...
2020-11-20  Nick Alcocklibctf: error-handling fixes
2020-11-20  Nick Alcocklibctf: symbol type linking support
2020-11-20  Nick Alcockbfd, include, ld, binutils, libctf: CTF should use...
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-26  Eli Zaretskiilibctf: compilation failure on MinGW due to missing...
2020-07-22  Nick Alcocklibctf: fixes for systems on which sizeof (void *)...
2020-07-22  Nick Alcocklibctf, dedup: add deduplicator
2020-07-22  Nick Alcocklibctf, link: add the ability to filter out variables...
2020-07-22  Nick Alcocklibctf, link: redo cu-mapping handling
2020-07-22  Nick Alcocklibctf, link: add lazy linking: clean up input members...
2020-07-22  Nick Alcocklibctf: sort out potential refcount loops
2020-07-22  Nick Alcocklibctf, ld, binutils: add textual error/warning reporti...
2020-07-22  Nick Alcocklibctf: add ctf_forwardable_kind
2020-07-22  Nick Alcocklibctf, types: support slices of anything terminating...
2020-07-22  Nick Alcocklibctf, create: empty dicts are dirty to start with
2020-07-22  Nick Alcocklibctf, create: fix addition of anonymous struct/union...
2020-07-22  Nick Alcocklibctf, create: member names of "" and NULL should...
2020-07-22  Nick Alcocklibctf, create: add explicit casts for variables' and...
2020-07-22  Nick Alcocklibctf, create: do not corrupt function types' arglists...
2020-07-22  Nick Alcocklibctf, create: support addition of references to the...
2020-06-26  Nick Alcocklibctf: add some missing #includes.
2020-06-26  Nick Alcocklibctf: create: forwards are always in the namespace...
2020-06-26  Nick Alcocklibctf: create: ctf_add_type should hand back already...
2020-06-26  Nick Alcocklibctf: create: don't add forwards if the type added...
2020-06-26  Nick Alcocklibctf: create: non-root-visible types should not appea...
2020-01-01  Alan ModraUpdate year range in copyright notice of binutils files
2019-10-03  Nick Alcocklibctf: remove ctf_malloc, ctf_free and ctf_strdup
2019-10-03  Nick Alcocklibctf: properly handle ctf_add_type of forwards and...
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: teach ctf_add_type how forwards work
2019-10-03  Nick Alcocklibctf: add CU-mapping machinery
2019-10-03  Nick Alcocklibctf: map from old to corresponding newly-added types...
2019-10-03  Nick Alcocklibctf: add the ctf_link machinery
2019-10-03  Nick Alcocklibctf: fix double-free on ctf_compress_write error...
2019-10-03  Nick Alcocklibctf: write CTF files to memory, and CTF archives...
2019-10-03  Nick Alcocklibctf: support getting strings from the ELF strtab
2019-10-03  Nick Alcocklibctf: allow the header to change between versions
2019-07-01  Nick Alcocklibctf: fix spurious error when rolling back to the...
2019-07-01  Nick Alcocklibctf: deduplicate and sort the string table
2019-06-21  Nick Alcocklibctf: drop mmap()-based CTF data allocator
2019-06-21  Nick Alcocklibctf: handle errors on dynhash insertion better
2019-06-05  Nick Alcocklibctf: eschew %zi format specifier
2019-06-04  Tom TromeyUse CHAR_BIT instead of NBBY in libctf
2019-06-04  Nick Alcocklibctf: look for BSD versus GNU qsort_r signatures
2019-05-31  Jose E. Marchesilibctf: fix a number of build problems found on Solaris...
2019-05-28  Nick Alcocklibctf: type copying
2019-05-28  Nick Alcocklibctf: creation functions