aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/utils.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25hash-traits.h (ggc_cache_hasher): Rename to...Richard Sandiford1-1/+1
2015-06-25decl.c (value_annotation_hasher::handle_cache_entry): Delete.Richard Sandiford1-10/+4
2015-06-19gigi.h (record_builtin_type): Adjust comment.Eric Botcazou1-34/+65
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-11Restore DW_AT_abstract_origin for cross-unit call sitesPierre-Marie de Rodat1-1/+4
2015-06-09misc.c: Remove duplicate include directives.Eric Botcazou1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-1/+0
2015-06-06utils.c (note_types_used_by_globals): Tweak comment.Eric Botcazou1-8/+6
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez1-21/+13
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-06-03* gcc-interface/utils.c (copy_type): Also set TYPE_CANONICAL.Eric Botcazou1-0/+1