aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/utils.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-26ada-tree.h (TYPE_NULL_BOUNDS): New macro.Eric Botcazou1-9/+38
2011-09-25ada-tree.h (TREE_THIS_NOTRAP): Redefine.Eric Botcazou1-12/+17
2011-09-11utils.c (maybe_unconstrained_array): In the reference to unconstrained array ...Eric Botcazou1-11/+34
2011-09-08utils.c (unchecked_convert): Use a field of the right precision when converti...Eric Botcazou1-8/+29
2011-07-24gigi.h (build_function_stub): Remove.Eric Botcazou1-64/+1
2011-07-13utils.c (build_vms_descriptor32): Skip the 32-bit range comparison if Pmode i...Eric Botcazou1-2/+4
2011-07-02tree.h (TYPE_ARTIFICIAL): New flag.Eric Botcazou1-0/+3
2011-06-15target-def.h (TARGET_HAVE_NAMED_SECTIONS): Move to common/common-target-def.h.Joseph Myers1-1/+2
2011-06-06utils.c: Include diagnostic.h.Eric Botcazou1-3/+22
2011-05-25c-common.c (def_fn_type): Remove extra va_end.Jakub Jelinek1-1/+0
2011-05-11don't use build_function_type in the Ada FENathan Froyd1-21/+13
2011-05-07langhooks.h (lang_hooks_for_types): Change global_bindings_p's return type to...Eric Botcazou1-3/+3
2011-05-06don't use TYPE_ARG_TYPES in the Ada frontendNathan Froyd1-7/+9
2011-05-05tree.h (get_pending_sizes): Remove prototype.Eric Botcazou1-9/+0
2011-04-22gigi.h (create_subprog_decl): Add ARTIFICIAL_FLAG parameter.Eric Botcazou1-14/+18
2011-04-14utils.c (gnat_poplevel): Use block_chainon.Nathan Froyd1-2/+2
2011-04-12cgraph.h (cgraph_node): Remove function declaration.Martin Jambor1-1/+1
2011-04-08utils.c (handle_sentinel_attribute): Don't use TYPE_ARG_TYPESNathan Froyd1-13/+2