summaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/utils.c
AgeCommit message (Expand)Author
2017-11-10 * gcc-interface/utils.c (convert) <RECORD_TYPE>: Add comment and doebotcazou
2017-09-05 * gcc-interface/utils.c (unchecked_convert): When the result type is aebotcazou
2017-02-24 * gcc-interface/utils.c (fold_bit_position): New function.ebotcazou
2017-02-24 * gcc-interface/misc.c (gnat_type_max_size): Try to return a meaningfulebotcazou
2017-02-24 * gcc-interface/utils.c (max_size) <tcc_expression>: Flip the secondebotcazou
2017-01-25PR lto/79061chefmax
2016-12-07Adjust commentebotcazou
2016-12-07 * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Enumeration_Subtype>:ebotcazou
2016-11-27 PR ada/78524ebotcazou
2016-11-18Add SET_DECL_MODErsandifo
2016-10-14 PR ada/77968ebotcazou
2016-10-11 * exp_dbug.adb (Debug_Renaming_Declaration): Process underlying types.ebotcazou
2016-10-11 * gcc-interface/utils.c (type_unsigned_for_rm): New predicate.ebotcazou
2016-10-10 * gcc-interface/utils.c (convert): For a biased input type, convertebotcazou
2016-10-08 * gcc-interface/utils.c (convert) <VECTOR_CST>: Add missing break.ebotcazou
2016-09-26Fix fallthrough comments for Ada, Solaris/x86, SPARCro
2016-07-11 * gcc-interface/trans.c (add_decl_expr): Minor tweak.ebotcazou
2016-06-29 PR ada/48835ebotcazou
2016-06-21 * tree.c (verify_type_variant): Skip TYPE_SIZE and TYPE_SIZE_UNIT ifebotcazou
2016-06-10PR c/71392 - SEGV calling integer overflow built-ins with a null pointermsebor
2016-06-06 * gcc-interface/utils.c (gnat_internal_attribute_table): Add supportebotcazou
2016-06-06 * gcc-interface/gigi.h (finish_subprog_decl): Add ASM_NAME parameter.ebotcazou
2016-05-20 * tree-vrp.c (compare_values_warnv): Simplify handling of symbolicebotcazou
2016-05-16 * doc/gnat_rm/implementation_defined_attributes.rstebotcazou
2016-04-27 * sem_aux.adb (Is_By_Reference_Type): Also return true for a taggedebotcazou
2016-04-27 * gcc-interface/gigi.h (gnat_to_gnu_entity): Adjust prototype.ebotcazou
2016-04-18 * tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.matz
2016-02-29Replace ENABLE_CHECKING macro with flag_checking in GNATmarxin
2016-02-29 * gcc-interface/ada-tree.h (DECL_RETURN_VALUE_P): New macro.ebotcazou
2016-02-16 * gcc-interface/gigi.h (maybe_debug_type): New inline function.ebotcazou
2016-02-08 * gcc-interface/utils.c (create_var_decl): Set again DECL_COMMON andebotcazou
2016-01-20 * exp_ch2.adb (Expand_Current_Value): Make an appropriate characterebotcazou
2016-01-18 * gcc-interface/gigi.h (build_call_raise_column): Adjust prototype.ebotcazou
2016-01-18 * gcc-interface/ada-tree.h (TYPE_IMPLEMENTS_PACKED_ARRAY_P): Rename toebotcazou
2016-01-06Ada: add XVE/XVU parallel types to lexical scopespmderodat
2015-12-20 * gcc-interface/utils.c (maybe_pad_type): In type_annotate_only mode,ebotcazou
2015-12-17DWARF: describe properly Ada packed arrayspmderodat
2015-12-17DWARF: add a language hook to override types in debugging informationpmderodat
2015-12-17DWARF: handle variable-length records and variant partspmderodat
2015-12-10 * gcc-interface/gigi.h (create_var_decl): Adjust comment.ebotcazou
2015-11-30 * gcc-interface/gigi.h (create_var_decl): Adjust prototype.ebotcazou
2015-11-30 * gcc-interface/ada-tree.h (TYPE_MAX_ALIGN): New macro.ebotcazou
2015-11-24DWARF: materialize subprogram renamings in Ada as imported declarationspmderodat
2015-11-18 * gcc-interface/ada-tree.h (DECL_INVARIANT_P): New macro.ebotcazou
2015-11-122015-11-12 Pierre-Marie de Rodat <derodat@adacore.com>charlet
2015-11-11adaamacleod
2015-11-08Merge of the scalar-storage-order branch.ebotcazou
2015-11-07Move #undef DEF_BUILTIN* to builtins.defrsandifo
2015-10-29adaamacleod
2015-10-22[PATCH 3/9] ENABLE_CHECKING refactoring: Java and Adalaw