aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/utils.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-10-08utils.c (convert): Add missing break.Eric Botcazou1-6/+5
2016-09-26Fix fallthrough comments for Ada, Solaris/x86, SPARCRainer Orth1-4/+6
2016-07-11trans.c (add_decl_expr): Minor tweak.Eric Botcazou1-4/+16
2016-06-29re PR ada/48835 (porting GNAT to m68k-linux)Eric Botcazou1-10/+0
2016-06-21tree.c (verify_type_variant): Skip TYPE_SIZE and TYPE_SIZE_UNIT if they are b...Eric Botcazou1-14/+1
2016-06-10PR c/71392 - SEGV calling integer overflow built-ins with a null pointerMartin Sebor1-2/+6
2016-06-06utils.c (gnat_internal_attribute_table): Add support for noinline and noclone...Eric Botcazou1-0/+51
2016-06-06gigi.h (finish_subprog_decl): Add ASM_NAME parameter.Eric Botcazou1-22/+24
2016-05-20tree-vrp.c (compare_values_warnv): Simplify handling of symbolic ranges by ca...Eric Botcazou1-3/+15
2016-05-16* doc/gnat_rm/implementation_defined_attributes.rstEric Botcazou1-35/+36
2016-04-27sem_aux.adb (Is_By_Reference_Type): Also return true for a tagged incomplete ...Eric Botcazou1-67/+34
2016-04-27gigi.h (gnat_to_gnu_entity): Adjust prototype.Eric Botcazou1-26/+32
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz1-18/+19
2016-02-29Replace ENABLE_CHECKING macro with flag_checking in GNATMartin Liska1-5/+7
2016-02-29ada-tree.h (DECL_RETURN_VALUE_P): New macro.Eric Botcazou1-0/+16
2016-02-16gigi.h (maybe_debug_type): New inline function.Eric Botcazou1-2/+5
2016-02-08utils.c (create_var_decl): Set again DECL_COMMON and DECL_IGNORED_P last.Eric Botcazou1-18/+18
2016-01-20exp_ch2.adb (Expand_Current_Value): Make an appropriate character literal if ...Eric Botcazou1-0/+45
2016-01-18gigi.h (build_call_raise_column): Adjust prototype.Eric Botcazou1-43/+20
2016-01-18ada-tree.h (TYPE_IMPLEMENTS_PACKED_ARRAY_P): Rename toEric Botcazou1-39/+38
2016-01-06Ada: add XVE/XVU parallel types to lexical scopesPierre-Marie de Rodat1-1/+2
2015-12-20utils.c (maybe_pad_type): In type_annotate_only mode...Eric Botcazou1-8/+17
2015-12-17DWARF: describe properly Ada packed arraysPierre-Marie de Rodat1-1/+11
2015-12-17DWARF: add a language hook to override types in debugging informationPierre-Marie de Rodat1-17/+25
2015-12-17DWARF: handle variable-length records and variant partsPierre-Marie de Rodat1-3/+5
2015-12-10gigi.h (create_var_decl): Adjust comment.Eric Botcazou1-2/+8
2015-11-30gigi.h (create_var_decl): Adjust prototype.Eric Botcazou1-25/+31
2015-11-30ada-tree.h (TYPE_MAX_ALIGN): New macro.Eric Botcazou1-2/+8
2015-11-24DWARF: materialize subprogram renamings in Ada as imported declarationsPierre-Marie de Rodat1-0/+7
2015-11-18ada-tree.h (DECL_INVARIANT_P): New macro.Eric Botcazou1-23/+21
2015-11-12decl.c (gnat_to_gnu_entity): Create IMPORTED_DECL nodes to describe the subpr...Arnaud Charlet1-2/+3
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-7/+0
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-13/+71
2015-11-07Move #undef DEF_BUILTIN* to builtins.defRichard Sandiford1-1/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-14/+8
2015-10-22[PATCH 3/9] ENABLE_CHECKING refactoring: Java and AdaMikhail Maltsev1-3/+1
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-0/+24
2015-09-30More DEF_FUNCTION_TYPE_VAR_6/DEF_FUNCTION_TYPE_VAR_11 cleanupThomas Schwinge1-8/+0
2015-09-28gomp-constants.h (GOMP_VERSION_NVIDIA_PTX): Increment.Nathan Sidwell1-0/+7
2015-09-14gigi.h (ref_filename): Delete.Eric Botcazou1-2/+2
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+1
2015-06-29re PR ada/63310 (Ada bootstrap error with -fcompare-debug)Eric Botcazou1-7/+9
2015-06-26Minor comment tweak.Eric Botcazou1-2/+1
2015-06-26gigi.h (note_types_used_by_globals): Delete.Eric Botcazou1-26/+23
2015-06-26gigi.h (create_var_decl_1): Rename into...Eric Botcazou1-97/+93