]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/compile/compile-cplus-types.c
Update copyright year range in header of all files managed by GDB
[thirdparty/binutils-gdb.git] / gdb / compile / compile-cplus-types.c
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-11-21  Tom TromeyRemove some type field accessor macros
2023-08-31  Simon Marchigdb: remove TYPE_FIELD_BITSIZE
2023-08-31  Simon Marchigdb: remove TYPE_FIELD_ARTIFICIAL
2023-05-12  Tom TromeyAdd dynamic_prop::is_constant
2023-05-01  Tom TromeyReplace field_is_static with a method
2023-03-27  Tom TromeyChange symbol::line to unsigned int
2023-03-18  Tom TromeyUse builtin type when appropriate
2023-02-09  Tom TromeyIncrease size of main_type::nfields
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-10-19  Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-09-21  Simon Marchigdb: remove TYPE_LENGTH
2022-09-21  Simon Marchigdb: remove TYPE_TARGET_TYPE
2022-04-28  Simon Marchigdb: remove BLOCK_{START,END} macros
2022-04-20  Tom TromeyReplace symbol_symtab with symbol::symtab
2022-04-11  Simon Marchigdb: remove symbol value macros
2022-03-29  Tom TromeyUnify gdb printf functions
2022-03-29  Tom TromeyUnify gdb putc functions
2022-03-29  Tom TromeyUnify gdb puts functions
2022-02-06  Simon Marchigdb: remove SYMBOL_LINE macro
2022-02-06  Simon Marchigdb: remove SYMBOL_TYPE macro
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-10-29  Simon Marchigdb: remove TYPE_FIELD_STATIC_PHYSADDR
2021-10-29  Simon Marchigdb: remove TYPE_FIELD_STATIC_PHYSNAME
2021-10-29  Simon Marchigdb: remove TYPE_FIELD_ENUMVAL
2021-10-29  Simon Marchigdb: remove TYPE_FIELD_BITPOS
2021-10-29  Simon Marchigdb: remove TYPE_FIELD_LOC_KIND
2021-10-01  Simon Marchigdb: remove TYPE_FIELD_NAME and FIELD_NAME macros
2021-04-02  Simon Marchigdb: remove TYPE_DECLARED_CLASS
2021-03-24  Keith SeitzFix TYPE_DECLARED_CLASS thinko
2021-01-28  Simon Marchigdb: rename type::{arch,objfile} -> type::{arch_owner...
2021-01-22  Simon Marchigdb: remove TYPE_OBJFILE_OWNED macro
2021-01-22  Simon Marchigdb: add owner-related methods to struct type
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-11-17  Simon Marchigdb: make get_array_bounds return bool
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-09-23  Tom TromeyRemove some manual memory management from compile interface
2020-09-15  Simon Marchigdb: remove TYPE_INSTANCE_FLAGS
2020-09-14  Pedro AlvesRewrite enum_flags, add unit tests, fix problems
2020-09-14  Simon Marchigdb: remove TYPE_VECTOR
2020-09-14  Simon Marchigdb: remove TYPE_VARARGS
2020-09-14  Simon Marchigdb: remove TYPE_NOSIGN
2020-09-14  Simon Marchigdb: remove TYPE_UNSIGNED
2020-07-13  Simon Marchigdb: remove TYPE_LOW_BOUND_KIND and TYPE_HIGH_BOUND_KIND
2020-07-13  Simon Marchigdb: remove TYPE_HIGH_BOUND and TYPE_LOW_BOUND
2020-07-13  Simon Marchigdb: remove TYPE_RANGE_DATA macro
2020-06-08  Simon Marchigdb: remove TYPE_FIELD_TYPE macro
2020-06-08  Simon Marchigdb: remove TYPE_INDEX_TYPE macro
2020-05-23  Simon Marchigdb: remove TYPE_FIELD macro
2020-05-22  Simon Marchigdb: remove TYPE_NFIELDS macro
2020-05-16  Simon Marchigdb: remove TYPE_NAME macro
2020-05-14  Simon Marchigdb: remove TYPE_CODE macro
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-11-22  Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-07-09  Tom TromeyRename common to gdbsupport
2019-06-04  Pedro AlvesIntroduce and use make_unique_xstrdup
2019-05-04  Tom TromeyUse "false" in compile_cplus_convert_enum
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-23  Tom TromeyRemove a comment in compile/compile-cplus-types.c
2019-01-21  Tom TromeyRemove duplicate or commented-out #includes
2019-01-03  Andrew Burgessgdb: Remove a cleanup from find_overload_match
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-09-17  Simon MarchiFix use-after-move in compile/compile-cplus-types.c
2018-09-06  Simon Marchicompile: Remove non-const reference parameters
2018-09-01  Keith SeitzFix ARI violations in c++compile
2018-08-30  Simon MarchiFix compile-cplus-types.c build errors
2018-08-30  Keith SeitzUse host_address_to_string in compile_cplus_instance...
2018-08-29  Keith SeitzC++ compile support