aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/utils.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-28calls.c (expand_call): Try to do a tail call for thunks at -O0 too.Eric Botcazou1-3/+1
2018-09-27tree.h (tree_to_shwi): Add attribute nonnull and pure.Martin Sebor1-7/+9
2018-09-26[Ada] Set Current_Error_Node directlyEric Botcazou1-1/+1
2018-08-27Come up with fndecl_built_in_p.Martin Liska1-1/+1
2018-07-17decl.c (choices_to_gnu): Rename parameters.Eric Botcazou1-6/+6
2018-07-17[Ada] Type mismatch warning for imported C++ classEric Botcazou1-4/+4
2018-07-13DFix typoEric Botcazou1-1/+1
2018-07-13lang.opt (funsigned-char): New option.Eric Botcazou1-1/+1
2018-07-07gigi.h (add_decl_expr): Adjust prototype.Eric Botcazou1-31/+0
2018-07-07decl.c (gnat_to_gnu_param): Minor tweak.Eric Botcazou1-0/+3
2018-06-12ada-tree.h (TYPE_RETURN_BY_DIRECT_REF_P): Change from using TYPE_LANG_FLAG_4 ...Eric Botcazou1-3/+5
2018-06-12decl.c (variant_desc): Add AUX field.Eric Botcazou1-23/+28
2018-06-02decl.c (gnat_to_gnu_entity): If this is not a definition...Eric Botcazou1-2/+5
2018-05-31[Ada] Post warning on object size clause for subtypeEric Botcazou1-2/+6
2018-05-25[Ada] Support for C99 and C++ standard boolean typesEric Botcazou1-1/+7
2018-03-06* gcc-interface/utils.c (def_builtin_1): Bail out on error_mark_node.Eric Botcazou1-0/+3
2018-01-04Bump copyright yearEric Botcazou1-1/+1
2018-01-03poly_int: TYPE_VECTOR_SUBPARTSRichard Sandiford1-1/+1
2017-12-15tree-core.h (struct attribute_spec): Swap affects_type_identity and handler f...Jakub Jelinek1-37/+37
2017-12-14gigi.h (pad_type_has_rm_size): Declare.Eric Botcazou1-27/+57
2017-12-08arc.c (arc_attribute_table): Add exclusions to the comment.Jakub Jelinek1-1/+1
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor1-19/+21
2017-11-10utils.c (convert): Add comment and do not fall through to the next case.Eric Botcazou1-1/+20
2017-10-21utils.c (pad_type_hash): Use hashval_t for hash value.Eric Botcazou1-6/+10
2017-10-18misc.c (gnat_tree_size): Move around.Eric Botcazou1-0/+4
2017-09-09utils.c (convert): When converting to a padding type...Eric Botcazou1-4/+14
2017-09-05Make mode_for_size_tree return an opt_modeRichard Sandiford1-1/+2
2017-09-05utils.c (unchecked_convert): When the result type is a non-biased integral ty...Eric Botcazou1-14/+20
2017-09-05gigi.h (renaming_from_generic_instantiation_p): Turn toEric Botcazou1-14/+10
2017-08-30[21/77] Replace SCALAR_INT_MODE_P checks with is_a <scalar_int_mode>Richard Sandiford1-2/+3
2017-08-30[17/77] Add an int_mode_for_size helper functionRichard Sandiford1-2/+3
2017-08-30[7/77] Add scalar_float_modeRichard Sandiford1-2/+4
2017-07-29debug.h (struct gcc_debug_hooks): Add IMPLICIT argument to imported_module_or...Jakub Jelinek1-1/+1
2017-06-21DWARF: make it possible to emit debug info for declarations onlyPierre-Marie de Rodat1-8/+27
2017-05-15utils.c (can_materialize_object_renaming_p): Synchronize with GNAT's Exp_Dbug...Pierre-Marie de Rodat1-1/+6
2017-05-15trans.c (Compilation_Unit_to_gnu): Skip subprograms on the inlined list that ...Eric Botcazou1-4/+13
2017-05-15trans.c (gnat_to_gnu): Fix formatting.Eric Botcazou1-3/+2
2017-04-27utils.c (gnat_type_for_size): Set TYPE_ARTIFICIAL on created types.Pierre-Marie de Rodat1-2/+14
2017-02-24utils.c (fold_bit_position): New function.Eric Botcazou1-15/+40
2017-02-24misc.c (gnat_type_max_size): Try to return a meaningful value for array types...Eric Botcazou1-13/+38
2017-02-24utils.c (max_size): Flip the second argument when recursing on TRUTH_NOT_EXPR.Eric Botcazou1-1/+2
2017-01-25re PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with "AddressSanitizer: init...Maxim Ostapenko1-1/+2
2016-12-07Adjust commentEric Botcazou1-4/+4
2016-12-07decl.c (gnat_to_gnu_entity): Also call finish_character_type on Character sub...Eric Botcazou1-5/+23
2016-11-27re PR ada/78524 (failure of ACATS c41104a at -O0)Eric Botcazou1-1/+3
2016-11-18Add SET_DECL_MODERichard Sandiford1-1/+1
2016-10-14re PR ada/77968 (ICEs with -flto on gnat.dg)Eric Botcazou1-65/+54
2016-10-11exp_dbug.adb (Debug_Renaming_Declaration): Process underlying types.Pierre-Marie de Rodat1-0/+52
2016-10-11utils.c (type_unsigned_for_rm): New predicate.Eric Botcazou1-24/+40
2016-10-10utils.c (convert): For a biased input type, convert the bias itself to the ba...Eric Botcazou1-4/+12