aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
AgeCommit message (Expand)AuthorFilesLines
2019-05-28* gcc-interface/utils.c (handle_stack_protect_attribute): Move around.Eric Botcazou2-16/+20
2019-05-28implementation_defined_pragmas.rst (Machine_Attribute): Document additional o...Eric Botcazou5-68/+313
2019-05-28trans.c (lvalue_required_for_attribute_p): Return 0 for 'Size too.Eric Botcazou2-18/+33
2019-05-28trans.c (gnat_to_gnu): Remove superfluous tests on Backend_Overflow_Checks_On...Eric Botcazou2-14/+16
2019-05-28trans.c (walk_nesting_tree): New static function.Eric Botcazou2-5/+20
2019-05-28decl.c (gnat_to_gnu_entity): Remove obsolete test on Is_For_Access_Subtype.Eric Botcazou2-1/+5
2019-05-28decl.c (components_to_record): Set a name on the type created for the REP par...Eric Botcazou3-19/+29
2019-05-28utils.c (gnat_internal_attribute_table): Add support for stack_protect attrib...Eric Botcazou2-0/+25
2019-05-28decl.c (intrin_arglists_compatible_p): Do not return false if the internal bu...Eric Botcazou2-3/+8
2019-05-27trans.c (Call_to_gnu): Do not initialize the temporary created out of address...Eric Botcazou2-6/+22
2019-05-27ada-builtin-types.def: New file.Eric Botcazou6-23/+144
2019-05-27utils.c (maybe_pad_type): Issue the warning for the specific case of componen...Eric Botcazou2-5/+10
2019-05-27trans.c (Identifier_to_gnu): Minor tweaks.Eric Botcazou2-7/+25
2019-05-27trans.c (Gigi_Types_Compatible): New predicate.Eric Botcazou2-74/+93
2019-05-27trans.c (Call_to_gnu): Use the unpadded type when putting back an intermediat...Eric Botcazou2-1/+6
2019-05-27trans.c (gnat_to_gnu): Convert the count to the unsigned version of its base ...Eric Botcazou2-29/+37
2019-05-21c-ada-spec.h (enum cpp_operation): Add IS_ASSIGNMENT_OPERATOR.Eric Botcazou1-2/+2
2019-05-17trans.c (check_inlining_for_nested_subprog): Quote reserved names.Martin Sebor2-2/+8
2019-05-08* standard.ads.h: New file.Arnaud Charlet2-0/+88
2019-05-07Fix make install-gcc-specs with empty GCC_SPECS_FILESRainer Orth2-3/+7
2019-04-29gnatvsn.ads: Bump Library_Version to 10.Michael K. Darling2-1/+5
2019-04-24re PR target/89093 (C++ exception handling clobbers d8 VFP register)Ramana Radhakrishnan2-0/+19
2019-04-07c-ada-spec.c (is_float128): New predicate extracted from...Eric Botcazou2-1/+13
2019-03-22[Ada] GNAT.Sockets: fix recent regressionsPierre-Marie de Rodat2-7/+14
2019-03-12Fix last entry.Eric Botcazou1-2/+2
2019-03-11Wrap option names in gcc internal messages with %< and %>.Martin Liska2-1/+6
2019-02-08trans.c (gnat_to_gnu): Minor tweak.Eric Botcazou3-21/+42
2019-02-08utils.c (max_size): Be prepared for an operand with VOID_TYPE.Eric Botcazou2-4/+16
2019-02-08trans.c (elaborate_all_entities): Do not elaborate the entities of a package ...Eric Botcazou2-1/+7
2019-02-08trans.c (Regular_Loop_to_gnu): Replace tests on individual flag_unswitch_loop...Eric Botcazou2-6/+12
2019-02-07* libgnarl/s-linux__sparc.ads (ETIMEDOUT): Set to correct value.Eric Botcazou2-1/+5
2019-02-06s-linux__x32.ads: Resync list of signals with s-linux.adsArnaud Charlet2-13/+18
2019-01-27repinfo.adb (List_Component_Layout): Remove superfluous space for zero-sized ...Eric Botcazou9-365/+419
2019-01-27decl.c (array_type_has_nonaliased_component): Return the same value for every...Eric Botcazou2-9/+10
2019-01-26trans.c (Regular_Loop_to_gnu): Use the SLOC of the iteration scheme, if prese...Eric Botcazou2-10/+21
2019-01-26trans.c (gnat_to_gnu): Use DECL_SIZE_UNIT instead of TYPE_SIZE_UNIT for the s...Eric Botcazou2-6/+17
2019-01-26trans.c (struct loop_info_d): Remove artificial field.Eric Botcazou2-2/+5
2019-01-26trans.c (Iterate_Acc_Clause_Arg): Fix formatting.Eric Botcazou2-61/+84
2019-01-26decl.c (annotate_value): Use test on the sign bit instead of on the sign of t...Eric Botcazou2-17/+37
2019-01-18RTEMS/Ada: Remove RTEMS quirkSebastian Huber2-8/+4
2019-01-12Remove svn:executable property from a couple of text filesJakub Jelinek2-0/+0
2019-01-10Fix formattingEric Botcazou1-18/+10
2019-01-09PR other/16615 [4/5]Sandra Loosemore3-5/+13
2019-01-09PR other/16615 [1/5]Sandra Loosemore6-5/+15
2019-01-08[Ada] Bump copyright years to 2019Pierre-Marie de Rodat1905-1905/+1905
2019-01-08[Ada] Revert recent changes in the generation of deps in ali filesJustin Squirek3-42/+42
2019-01-04* gnatvsn.ads: Bump copyright year.Eric Botcazou2-2/+6
2019-01-01Update copyright years.Jakub Jelinek1-0/+2
2019-01-01gcc.c (process_command): Update copyright notice dates.Jakub Jelinek4-5709/+5719
2018-12-23Fix Ada bootstrap for Darwin9 and earlier.Iain Sandoe2-3/+16