aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/utils.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-25utils.c (convert_to_fat_pointer): Un-obfuscate the conversion from a thin poi...Eric Botcazou1-24/+33
2014-01-20decl.c (gnat_to_gnu_entity): Tidy up.Eric Botcazou1-30/+49
2013-11-20cuintp.c (UI_From_gnu): Use tree_to_shwi.Kenneth Zadeck1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+4
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-19/+19
2013-11-18cuintp.c: Update comments to refer to tree_fits_shwi_p rather than host_integ...Richard Sandiford1-2/+2
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-15/+15
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-1/+1
2013-10-19utils.c (scale_by_factor_of): New function.Eric Botcazou1-56/+64
2013-10-19utils.c (gnat_set_type_context): New function.Eric Botcazou1-3/+19
2013-10-11target.c: New file.Jakub Jelinek1-0/+6
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