* gcc-interface/utils.c (handle_stack_protect_attribute): Move around.
[gcc.git] / gcc / ada / gcc-interface / utils.c
2019-05-28 Eric Botcazou* gcc-interface/utils.c (handle_stack_protect_attribute...
2019-05-28 Eric Botcazouimplementation_defined_pragmas.rst (Machine_Attribute...
2019-05-28 Eric Botcazoudecl.c (components_to_record): Set a name on the type...
2019-05-28 Eric Botcazouutils.c (gnat_internal_attribute_table): Add support...
2019-05-27 Eric Botcazouada-builtin-types.def: New file.
2019-05-27 Eric Botcazouutils.c (maybe_pad_type): Issue the warning for the...
2019-02-08 Eric Botcazoutrans.c (gnat_to_gnu): Minor tweak.
2019-02-08 Eric Botcazouutils.c (max_size): Be prepared for an operand with...
2019-01-27 Eric Botcazourepinfo.adb (List_Component_Layout): Remove superfluous...
2019-01-08 Pierre-Marie de... [Ada] Bump copyright years to 2019
2018-12-11 Eric Botcazou[Ada] Fix elaboration of record with 1-element dynamic...
2018-12-11 Eric Botcazou[Ada] Almost always inline init. procedure of small...
2018-11-08 Eric Botcazoudecl.c (components_to_record): Remove obsolete kludge.
2018-10-22 Eric Botcazouutils.c (unchecked_convert): Use local variables for...
2018-09-28 Eric Botcazoucalls.c (expand_call): Try to do a tail call for thunks...
2018-09-27 Martin Sebortree.h (tree_to_shwi): Add attribute nonnull and pure.
2018-09-26 Eric Botcazou[Ada] Set Current_Error_Node directly
2018-08-27 Martin LiskaCome up with fndecl_built_in_p.
2018-07-17 Eric Botcazoudecl.c (choices_to_gnu): Rename parameters.
2018-07-17 Eric Botcazou[Ada] Type mismatch warning for imported C++ class
2018-07-13 Eric BotcazouDFix typo
2018-07-13 Eric Botcazoulang.opt (funsigned-char): New option.
2018-07-07 Eric Botcazougigi.h (add_decl_expr): Adjust prototype.
2018-07-07 Eric Botcazoudecl.c (gnat_to_gnu_param): Minor tweak.
2018-06-12 Eric Botcazouada-tree.h (TYPE_RETURN_BY_DIRECT_REF_P): Change from...
2018-06-12 Eric Botcazoudecl.c (variant_desc): Add AUX field.
2018-06-02 Eric Botcazoudecl.c (gnat_to_gnu_entity): If this is not a definition...
2018-05-31 Eric Botcazou[Ada] Post warning on object size clause for subtype
2018-05-25 Eric Botcazou[Ada] Support for C99 and C++ standard boolean types
2018-03-06 Eric Botcazou* gcc-interface/utils.c (def_builtin_1): Bail out on...
2018-01-04 Eric BotcazouBump copyright year
2018-01-03 Richard Sandifordpoly_int: TYPE_VECTOR_SUBPARTS
2017-12-15 Jakub Jelinektree-core.h (struct attribute_spec): Swap affects_type_...
2017-12-14 Eric Botcazougigi.h (pad_type_has_rm_size): Declare.
2017-12-08 Jakub Jelinekarc.c (arc_attribute_table): Add exclusions to the...
2017-12-07 Martin SeborPR c/81544 - attribute noreturn and warn_unused_result...
2017-11-10 Eric Botcazouutils.c (convert): Add comment and do not fall through...
2017-10-21 Eric Botcazouutils.c (pad_type_hash): Use hashval_t for hash value.
2017-10-18 Eric Botcazoumisc.c (gnat_tree_size): Move around.
2017-09-09 Eric Botcazouutils.c (convert): When converting to a padding type...
2017-09-05 Richard SandifordMake mode_for_size_tree return an opt_mode
2017-09-05 Eric Botcazouutils.c (unchecked_convert): When the result type is...
2017-09-05 Eric Botcazougigi.h (renaming_from_generic_instantiation_p): Turn to
2017-08-30 Richard Sandiford[21/77] Replace SCALAR_INT_MODE_P checks with is_a...
2017-08-30 Richard Sandiford[17/77] Add an int_mode_for_size helper function
2017-08-30 Richard Sandiford[7/77] Add scalar_float_mode
2017-07-29 Jakub Jelinekdebug.h (struct gcc_debug_hooks): Add IMPLICIT argument...
2017-06-21 Pierre-Marie de... DWARF: make it possible to emit debug info for declarat...
2017-05-15 Pierre-Marie de... utils.c (can_materialize_object_renaming_p): Synchroniz...
2017-05-15 Eric Botcazoutrans.c (Compilation_Unit_to_gnu): Skip subprograms...
2017-05-15 Eric Botcazoutrans.c (gnat_to_gnu): Fix formatting.
2017-04-27 Pierre-Marie de... utils.c (gnat_type_for_size): Set TYPE_ARTIFICIAL on...
2017-02-24 Eric Botcazouutils.c (fold_bit_position): New function.
2017-02-24 Eric Botcazoumisc.c (gnat_type_max_size): Try to return a meaningful...
2017-02-24 Eric Botcazouutils.c (max_size): Flip the second argument when recur...
2017-01-25 Maxim Ostapenkore PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with...
2016-12-07 Eric BotcazouAdjust comment
2016-12-07 Eric Botcazoudecl.c (gnat_to_gnu_entity): Also call finish_character...
2016-11-27 Eric Botcazoure PR ada/78524 (failure of ACATS c41104a at -O0)
2016-11-18 Richard SandifordAdd SET_DECL_MODE
2016-10-14 Eric Botcazoure PR ada/77968 (ICEs with -flto on gnat.dg)
2016-10-11 Pierre-Marie de... exp_dbug.adb (Debug_Renaming_Declaration): Process...
2016-10-11 Eric Botcazouutils.c (type_unsigned_for_rm): New predicate.
2016-10-10 Eric Botcazouutils.c (convert): For a biased input type, convert...
2016-10-08 Eric Botcazouutils.c (convert): Add missing break.
2016-09-26 Rainer OrthFix fallthrough comments for Ada, Solaris/x86, SPARC
2016-07-11 Eric Botcazoutrans.c (add_decl_expr): Minor tweak.
2016-06-29 Eric Botcazoure PR ada/48835 (porting GNAT to m68k-linux)
2016-06-21 Eric Botcazoutree.c (verify_type_variant): Skip TYPE_SIZE and TYPE_S...
2016-06-10 Martin SeborPR c/71392 - SEGV calling integer overflow built-ins...
2016-06-06 Eric Botcazouutils.c (gnat_internal_attribute_table): Add support...
2016-06-06 Eric Botcazougigi.h (finish_subprog_decl): Add ASM_NAME parameter.
2016-05-20 Eric Botcazoutree-vrp.c (compare_values_warnv): Simplify handling...
2016-05-16 Eric Botcazou* doc/gnat_rm/implementation_defined_attributes.rst
2016-04-27 Eric Botcazousem_aux.adb (Is_By_Reference_Type): Also return true...
2016-04-27 Eric Botcazougigi.h (gnat_to_gnu_entity): Adjust prototype.
2016-04-18 Michael Matztree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.
2016-02-29 Martin LiskaReplace ENABLE_CHECKING macro with flag_checking in...
2016-02-29 Eric Botcazouada-tree.h (DECL_RETURN_VALUE_P): New macro.
2016-02-16 Eric Botcazougigi.h (maybe_debug_type): New inline function.
2016-02-08 Eric Botcazouutils.c (create_var_decl): Set again DECL_COMMON and...
2016-01-20 Eric Botcazouexp_ch2.adb (Expand_Current_Value): Make an appropriate...
2016-01-18 Eric Botcazougigi.h (build_call_raise_column): Adjust prototype.
2016-01-18 Eric Botcazouada-tree.h (TYPE_IMPLEMENTS_PACKED_ARRAY_P): Rename to
2016-01-06 Pierre-Marie de... Ada: add XVE/XVU parallel types to lexical scopes
2015-12-20 Eric Botcazouutils.c (maybe_pad_type): In type_annotate_only mode...
2015-12-17 Pierre-Marie de... DWARF: describe properly Ada packed arrays
2015-12-17 Pierre-Marie de... DWARF: add a language hook to override types in debuggi...
2015-12-17 Pierre-Marie de... DWARF: handle variable-length records and variant parts
2015-12-10 Eric Botcazougigi.h (create_var_decl): Adjust comment.
2015-11-30 Eric Botcazougigi.h (create_var_decl): Adjust prototype.
2015-11-30 Eric Botcazouada-tree.h (TYPE_MAX_ALIGN): New macro.
2015-11-24 Pierre-Marie de... DWARF: materialize subprogram renamings in Ada as impor...
2015-11-18 Eric Botcazouada-tree.h (DECL_INVARIANT_P): New macro.
2015-11-12 Arnaud Charletdecl.c (gnat_to_gnu_entity): Create IMPORTED_DECL nodes...
2015-11-11 Andrew MacLeoddecl.c: Remove unused header files.
2015-11-08 Eric BotcazouMerge of the scalar-storage-order branch.
2015-11-07 Richard SandifordMove #undef DEF_BUILTIN* to builtins.def
2015-10-29 Andrew MacLeoddecl.c: Reorder #include's and remove duplicates.
2015-10-22 Mikhail Maltsev[PATCH 3/9] ENABLE_CHECKING refactoring: Java and Ada
next