summaryrefslogtreecommitdiff
path: root/gdb/compile/compile-c-types.c
Commit message (Expand)AuthorAgeFilesLines
* Add dynamic_prop::is_constantTom Tromey2023-05-121-1/+1
* Use builtin type when appropriateTom Tromey2023-03-181-9/+2
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-8/+8
* gdb: remove TYPE_TARGET_TYPESimon Marchi2022-09-211-4/+4
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: remove TYPE_FIELD_ENUMVALSimon Marchi2021-10-291-1/+1
* gdb: remove TYPE_FIELD_BITPOSSimon Marchi2021-10-291-1/+1
* gdb: remove TYPE_FIELD_NAME and FIELD_NAME macrosSimon Marchi2021-09-301-2/+2
* gdb: rename type::{arch,objfile} -> type::{arch_owner,objfile_owner}Simon Marchi2021-01-281-4/+4
* gdb: remove TYPE_OBJFILE_OWNED macroSimon Marchi2021-01-221-2/+2
* gdb: add owner-related methods to struct typeSimon Marchi2021-01-221-4/+4
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb: make get_array_bounds return boolSimon Marchi2020-11-171-1/+1
* Remove some manual memory management from compile interfaceTom Tromey2020-09-231-2/+2
* gdb: remove TYPE_INSTANCE_FLAGSSimon Marchi2020-09-141-3/+3
* Rewrite enum_flags, add unit tests, fix problemsPedro Alves2020-09-141-1/+2
* gdb: remove TYPE_VECTORSimon Marchi2020-09-141-2/+2
* gdb: remove TYPE_VARARGSSimon Marchi2020-09-141-1/+1
* gdb: remove TYPE_PROTOTYPEDSimon Marchi2020-09-141-1/+1
* gdb: remove TYPE_NOSIGNSimon Marchi2020-09-141-1/+1
* gdb: remove TYPE_UNSIGNEDSimon Marchi2020-09-141-3/+3
* gdb: remove TYPE_LOW_BOUND_KIND and TYPE_HIGH_BOUND_KINDSimon Marchi2020-07-121-3/+3
* gdb: remove TYPE_HIGH_BOUND and TYPE_LOW_BOUNDSimon Marchi2020-07-121-1/+1
* gdb: remove TYPE_RANGE_DATA macroSimon Marchi2020-07-121-1/+1
* gdb: remove TYPE_FIELD_TYPE macroSimon Marchi2020-06-081-3/+3
* gdb: remove TYPE_INDEX_TYPE macroSimon Marchi2020-06-081-1/+1
* gdb: remove TYPE_NFIELDS macroSimon Marchi2020-05-221-5/+5
* gdb: remove TYPE_NAME macroSimon Marchi2020-05-161-2/+2
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-3/+3
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* compile: Remove non-const reference parametersSimon Marchi2018-09-061-1/+1
* Move compile_instance to compile.cKeith Seitz2018-08-101-92/+0
* Change compile_instance/compile_c_instance into classesKeith Seitz2018-08-101-115/+100
* Add a C++ wrapper for GCC C plug-inKeith Seitz2018-08-101-67/+86
* Move C-related declarations to compile-c.hKeith Seitz2018-08-101-0/+1
* Add libcc1 v1 compatibility to C compile featureAlexandre Oliva2018-04-271-5/+23
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Sync libiberty/ & include/ with GCCPedro Alves2017-09-151-8/+8
* Stop assuming no-debug-info variables have type intPedro Alves2017-09-041-0/+15
* Stop assuming no-debug-info functions return intPedro Alves2017-09-041-1/+19
* Use std::string and unique_xmalloc_ptr in compile/ codeTom Tromey2017-09-031-4/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Type-safe wrapper for enum flagsPedro Alves2015-11-171-1/+1
* compile: Rename struct type_map_instance::gcc_type fieldPedro Alves2015-10-291-4/+4
* Add some more casts (1/2)Simon Marchi2015-09-251-5/+5
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-141-1/+1
* compile: Warn for old GCC on cv-qualified self-referenceJan Kratochvil2015-07-081-1/+2