aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/utils.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-16gigi.h (gnat_init_decl_processing): Delete.Eric Botcazou1-42/+16
2010-04-16decl.c (gnat_to_gnu_entity): Use boolean_type_node in lieu of integer_type_no...Eric Botcazou1-11/+11
2010-04-16uintp.adb (UI_From_Dint): Remove useless code.Eric Botcazou1-5/+3
2010-04-15cuintp.c (UI_To_gnu): Fix long line.Eric Botcazou1-82/+82
2010-04-15trans.c (gigi): Do not start statement group.Eric Botcazou1-13/+9
2010-04-13gigi.h (standard_datatypes): Add ADT_parent_name_id.Eric Botcazou1-0/+13
2010-04-13gimple.c (walk_gimple_op): Do not request a pure rvalue on the RHS if the LHS...Eric Botcazou1-8/+15
2010-04-12trans.c (Identifier_to_gnu): Use boolean variable.Eric Botcazou1-48/+24
2010-04-11trans.c (lvalue_required_for_attribute_p): New static function.Eric Botcazou1-3/+4
2010-04-09gigi.h (maybe_variable): Delete.Eric Botcazou1-1/+1
2010-04-09gigi.h (gnat_mark_addressable): Rename parameter.Eric Botcazou1-6/+6
2010-04-08tree.h (TREE_ADDRESSABLE): Document its effect for function types.Eric Botcazou1-215/+40
2010-04-07exp_pakd.adb (Create_Packed_Array_Type): Always use a modular type if the siz...Eric Botcazou1-1/+1
2010-01-18* gcc-interface/utils.c (create_var_decl_1): Fix formatting nits.Eric Botcazou1-3/+4
2010-01-18re PR ada/42068 (ICE in function_and_variable_visibility)Jan Hubicka1-7/+8
2009-11-26utils.c (copy_type): Unshare the language-specific data and the contents of t...Eric Botcazou1-0/+17
2009-11-24sem_util.adb (Set_Debug_Info_Needed): For an E_Class_Wide_Subtype, also set t...Eric Botcazou1-20/+19
2009-11-23decl.c (gnat_to_gnu_entity): Pass the list of attributes when building the co...Eric Botcazou1-4/+6
2009-11-05* gcc-interface/utils.c (gnat_type_for_mode): Handle vector modes.Eric Botcazou1-6/+18
2009-10-30utils.c (MAX_FIXED_MODE_SIZE): Delete.Eric Botcazou1-17/+9
2009-10-21utils.c (create_subprog_decl): Do not redefine main_identifier_node.Eric Botcazou1-2/+2
2009-10-17utils.c (convert): When converting to a padded type with an inner type of sel...Eric Botcazou1-4/+9
2009-10-16ada-tree.h (TYPE_FAT_POINTER_P): Swap with...Eric Botcazou1-34/+30
2009-10-16exp_dbug.ads: Adjust type names in comments.Eric Botcazou1-5/+0
2009-09-28except.h (struct eh_region_d): Add use_cxa_end_cleanup.Richard Henderson1-1/+1
2009-09-25ada-tree.h (TYPE_REPRESENTATIVE_ARRAY): New language specific node.Olivier Hainque1-23/+227
2009-09-24cgraphunit.c (cgraph_lower_function): Revert last change.Jakub Jelinek1-3/+6
2009-09-14exp_dbug.ads (Packed Array Encoding): Document the new encoding for the uncon...Eric Botcazou1-1/+17
2009-09-14Squash commit of EH in gimpleRichard Henderson1-1/+1
2009-08-25gimplify.c (prepare_gimple_addressable): New static function.Eric Botcazou1-2/+2
2009-08-20utils.c (convert): In the padded case...Eric Botcazou1-16/+28
2009-08-02gigi.h (end_subprog_body): Tweak comment.Eric Botcazou1-4/+2
2009-07-23[multiple changes]Arnaud Charlet1-0/+1
2009-07-17re PR c/40401 (ICE: verify_gimple failed)Richard Guenther1-35/+8
2009-06-30cgraphunit.c (cgraph_finalize_compilation_unit): Call finalize_size_functions...Eric Botcazou1-3/+8
2009-06-27init.c (__gnat_set_globals): Add prototype.Eric Botcazou1-67/+74
2009-06-26tb-gcc.c (trace_callback): Use char* instead of void*.Laurent GUERBY1-76/+76
2009-06-23utils.c (handle_vector_size_attribute): Import from c-common.c and populate i...Olivier Hainque1-1/+88
2009-06-13utils.c (record_builtin_type): Pass location argument to build_decl.Aldy Hernandez1-9/+18
2009-06-01utils.c (convert): When converting to the packable version of the type...Olivier Hainque1-0/+19
2009-05-15dbxout.c (dbxout_range_type): Add LOW and HIGH parameters.Eric Botcazou1-67/+48
2009-04-24ttypes.ads (Target_Double_Float_Alignment): New variable.Eric Botcazou1-0/+66
2009-04-23gigi.h (create_index_type): Adjust head comment.Eric Botcazou1-20/+26
2009-04-23cuintp.c: Clean up include directives.Eric Botcazou1-5/+4
2009-04-22utils.c (create_var_decl_1): Do not emit debug info for an external constant ...Eric Botcazou1-0/+9
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-2/+1
2009-04-22ada-tree.def: Fix formatting nits.Eric Botcazou1-6/+9
2009-04-22decl.c (gnat_to_gnu_entity): Compute is_type predicate on entry.Eric Botcazou1-11/+8
2009-04-22fe.h (Get_External_Name): Declare.Eric Botcazou1-13/+11
2009-04-21ada-tree.h (TYPE_RM_SIZE_NUM): Delete.Eric Botcazou1-9/+8