summaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface
Commit message (Expand)AuthorAgeFilesLines
* utils.c (copy_type): Unshare the language-specific data and the contents of t...Eric Botcazou2009-11-261-0/+17
* trans.c (gnat_to_gnu): Set the source location of the operator on both branch...Eric Botcazou2009-11-261-16/+18
* trans.c (unchecked_conversion_lhs_nop): Rename into...Eric Botcazou2009-11-251-9/+11
* decl.c (gnat_to_gnu_entity): Translate regular boolean types into BOOLEAN_TYPEs.Eric Botcazou2009-11-251-12/+14
* sem_util.adb (Set_Debug_Info_Needed): For an E_Class_Wide_Subtype, also set t...Eric Botcazou2009-11-244-94/+91
* exp_util.adb (Make_CW_Equivalent_Type): Do not mark the type as frozen for ta...Eric Botcazou2009-11-242-8/+4
* decl.c (gnat_to_gnu_entity): Pass the list of attributes when building the co...Eric Botcazou2009-11-232-5/+7
* decl.c (make_packable_type): Fix oversight.Eric Botcazou2009-11-081-46/+24
* * gcc-interface/utils.c (gnat_type_for_mode): Handle vector modes.Eric Botcazou2009-11-051-6/+18
* trans.c (lvalue_required_p): New case.Eric Botcazou2009-11-051-11/+17
* utils.c (MAX_FIXED_MODE_SIZE): Delete.Eric Botcazou2009-10-302-23/+16
* decl.c (make_type_from_size): Do not create integer types with precision 0.Eric Botcazou2009-10-291-0/+4
* decl.c (array_type_has_nonaliased_component): Swap parameters and rewrite com...Eric Botcazou2009-10-291-10/+54
* trans.c (Attribute_to_gnu): Do not return the RM size for padded types.Eric Botcazou2009-10-291-13/+13
* * gcc-interface/Make-lang.in: Update dependencies.Arnaud Charlet2009-10-281-223/+228
* decl.c (purpose_member_field): New static function.Eric Botcazou2009-10-271-3/+21
* decl.c (gnat_to_gnu_entity): When processing the parent type...Eric Botcazou2009-10-241-9/+10
* Makefile.in (GNATLIBCFLAGS_FOR_C): New variable.Eric Botcazou2009-10-241-2/+15
* decl.c (build_subst_list): Convert the expression of the constraint to the ty...Eric Botcazou2009-10-211-6/+10
* decl.c (gnat_to_gnu_entity): Do not create a new TYPE_DECL when a type is pad...Eric Botcazou2009-10-211-2/+5
* utils.c (create_subprog_decl): Do not redefine main_identifier_node.Eric Botcazou2009-10-211-2/+2
* utils.c (convert): When converting to a padded type with an inner type of sel...Eric Botcazou2009-10-171-4/+9
* utils2.c (build_binary_op): Make sure the element type is consistent.Eric Botcazou2009-10-171-0/+6
* * gcc-interface/trans.c (addressable_p): Handle bitwise operations.Eric Botcazou2009-10-171-0/+4
* ada-tree.h (TYPE_FAT_POINTER_P): Swap with...Eric Botcazou2009-10-166-180/+135
* exp_dbug.ads: Adjust type names in comments.Eric Botcazou2009-10-164-53/+39
* decl.c (gnat_to_gnu_entity): Generate an XVZ variable alongside the XVS type ...Eric Botcazou2009-10-021-4/+12
* decl.c (check_ok_for_atomic): Do nothing if the type doesn't come from source.Eric Botcazou2009-10-021-0/+5
* decl.c (gnat_to_gnu_component_type): Force at least unit size for the compone...Eric Botcazou2009-10-021-0/+12
* decl.c (gnat_to_gnu_entity): Factor out common code processing the component ...Eric Botcazou2009-09-291-150/+98
* decl.c (gnat_to_gnu_entity): Rewrite the handling of constrained discriminate...Eric Botcazou2009-09-291-159/+479
* ada/Olivier Hainque2009-09-281-1/+12
* except.h (struct eh_region_d): Add use_cxa_end_cleanup.Richard Henderson2009-09-281-1/+1
* decl.c (gnat_to_gnu_entity): Filter out negative size for the array dimension...Eric Botcazou2009-09-262-36/+79
* ada-tree.h (TYPE_REPRESENTATIVE_ARRAY): New language specific node.Olivier Hainque2009-09-255-23/+256
* ada.h: Fix outdated comment.Eric Botcazou2009-09-246-227/+140
* Makefile.in (LIBGNAT_TARGET_PAIRS): Simplify test for a-except% in target pai...Dave Korn2009-09-241-1/+1
* cgraphunit.c (cgraph_lower_function): Revert last change.Jakub Jelinek2009-09-241-3/+6
* trans.c (Attribute_to_gnu): Strip conversions between original and packable v...Eric Botcazou2009-09-161-3/+10
* decl.c (gnat_to_gnu_field): Add DEBUG_INFO_P parameter.Eric Botcazou2009-09-161-16/+37
* builtins.c (expand_builtin_synchronize): Use gimple_build_asm_vec.Richard Henderson2009-09-141-4/+4
* exp_dbug.ads (Packed Array Encoding): Document the new encoding for the uncon...Eric Botcazou2009-09-142-10/+26
* Squash commit of EH in gimpleRichard Henderson2009-09-143-4/+6
* langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.Richard Guenther2009-09-133-7/+23
* gcc/testsuite:Rainer Orth2009-09-101-0/+2
* decl.c (gnat_to_gnu_entity): Tidy flow of control.Eric Botcazou2009-09-081-95/+94
* * gcc-interface/targtyps.c: Reorder include directives.Eric Botcazou2009-09-081-1/+1
* targtyps.c: Add missing include for tm_p.h.Laurent GUERBY2009-09-072-4/+5
* [multiple changes]Diego Novillo2009-09-031-1/+1
* decl.c (cannot_be_superflat_p): Handle Signed_Integer_Type_Definition Scalar_...Olivier Hainque2009-09-021-4/+10