aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/utils.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-13decl.c (gnat_to_gnu_entity): Replace True with true.Eric Botcazou1-1/+1
2013-06-13ada-tree.h (DECL_BY_DOUBLE_REF_P): Delete.Eric Botcazou1-20/+7
2013-05-26gigi.h (create_type_decl): Adjust prototype.Eric Botcazou1-53/+48
2013-05-26gigi.h (make_aligning_type): Adjust prototype.Eric Botcazou1-3/+4
2013-05-24gigi.h (enum inline_status_t): New type.Eric Botcazou1-7/+23
2013-02-06Revert previous change, unintended.Arnaud Charlet1-23/+7
2013-02-06[multiple changes]Arnaud Charlet1-7/+23
2012-12-15re PR ada/53996 (format string issue in gcc-interface/utils.c)Eric Botcazou1-1/+1
2012-11-28Fix date and trailing space in previous commit.Eric Botcazou1-1/+1
2012-11-28stor-layout.c (layout_type): Do not clear TREE_OVERFLOW on overflowed zeroes,...Eric Botcazou1-35/+43
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-52/+56
2012-10-31This patch implements generic type query and conversion functions,Lawrence Crowl1-1/+1
2012-10-22utils.c (rest_of_record_type_compilation): Simplify and robustify pattern mac...Eric Botcazou1-10/+14
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-7/+4
2012-08-19layout.adb (Set_Elem_Alignment): Cap the alignment of access types to that of...Eric Botcazou1-1/+2
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-3/+3
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-0/+1
2012-07-03utils.c (gnat_pushdecl): Set TYPE_CONTEXT for types attached to a TYPE_DECL.Eric Botcazou1-1/+6
2012-06-15re PR ada/53592 (ICE on assignment to component of vector_type)Eric Botcazou1-14/+0
2012-06-11decl.c (gnat_to_gnu_entity): Convert GNU_SIZE to units before invoking alloca...Eric Botcazou1-1/+1
2012-06-11decl.c (gnat_to_gnu_entity): Do not specifically deal with external constants...Eric Botcazou1-4/+4
2012-05-29expr.c (expand_expr_real_1 <normal_inner_ref>): Don't allocate a kept temp.Michael Matz1-2/+0
2012-05-20utils.c (gnat_write_global_declarations): Put a name on the dummy global vari...Eric Botcazou1-1/+5
2012-05-14attribs.c (decl_attributes): Avoid emitting a warning if ATTR_FLAG_BUILT_IN.Bernd Schmidt1-0/+5
2012-05-06gigi.h (make_packable_type): Declare.Eric Botcazou1-37/+739
2012-04-30cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka1-4/+2
2012-04-30i386.c (ix86_handle_struct_attribute): Use the proper predicate to discrimina...Eric Botcazou1-0/+13
2012-04-30gigi.h (mark_out_of_scope): Delete.Eric Botcazou1-0/+18
2012-04-22lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka1-1/+0
2012-04-20lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka1-1/+1
2012-03-25utils.c (add_parallel_type): Take a TYPE instead of a DECL and adjust.Eric Botcazou1-14/+28
2012-03-25utils.c (finish_record_type): Return early for padded types and tidy up.Eric Botcazou1-13/+12
2012-03-12gigi.h (shift_unc_components_for_thin_pointers): Kill.Eric Botcazou1-26/+23
2012-03-09ada-tree.h (TYPE_VAX_FLOATING_POINT_P): Move around.Eric Botcazou1-45/+15
2012-03-07gigi.h (rest_of_type_decl_compilation): Delete.Eric Botcazou1-26/+2
2012-03-07trans.c (Identifier_to_gnu): Don't unshare initializer.Eric Botcazou1-0/+2
2012-02-29dwarf2out.c (modified_type_die): Set DW_AT_GNAT_descriptive_type and DW_AT_ar...Eric Botcazou1-3/+6
2012-02-29utils.c (gnat_write_global_declarations): Make sure the dummy global built fo...Eric Botcazou1-1/+4
2012-02-27ada-tree.h (TYPE_PACKED_ARRAY_TYPE_P): Add checking.Eric Botcazou1-3/+3
2012-01-27gigi.h (create_label_decl): Adjust.Eric Botcazou1-8/+10
2011-11-20decl.c (gnat_to_gnu_entity): Adjust call to components_to_record.Eric Botcazou1-9/+7
2011-10-26decl.c (gnat_to_gnu_entity): Try to make a packable type for fields of union ...Eric Botcazou1-3/+1
2011-10-12trans.c (Attribute_to_gnu): Use remove_conversions.Eric Botcazou1-8/+9
2011-10-12ada-tree.h (DECL_LOOP_PARM_P): New flag.Eric Botcazou1-1/+87
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-4/+2
2011-10-07re PR lto/50492 (Ada bootstrap failure --with-build-config=bootstrap-lto)Eric Botcazou1-7/+15
2011-10-07gigi.h (gnat_useless_type_conversion): Declare.Eric Botcazou1-5/+25
2011-09-26utils.c (maybe_unconstrained_array): Declare TYPE local variable and use it t...Eric Botcazou1-32/+31
2011-09-26gigi.h (create_subprog_decl): Replace TREE_CHAIN with DECL_CHAIN in comment.Eric Botcazou1-12/+12
2011-09-26ada-tree.h (DECL_CAN_NEVER_BE_NULL_P): New macro.Eric Botcazou1-23/+18