aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2018-05-29re PR target/85918 (Conversions to/from [unsigned] long long are not vectoriz...Jakub Jelinek21-59/+970
2018-05-29tree-vectorizer.h (struct vec_info): Add stmt_vec_infos member.Richard Biener6-32/+63
2018-05-29dominance.c (iterate_fix_dominators): Push/pop TV_DOMINANCE.Richard Biener2-0/+8
2018-05-29Add vec::reverse.Martin Liska3-0/+59
2018-05-29[Ada] Adjust documentation of -gnatn switchEric Botcazou4-19/+27
2018-05-29[Ada] Fix typos in Makefile.inArnaud Charlet2-4/+8
2018-05-29[Ada] Attach reference to finalizers to treeEd Schonberg2-0/+9
2018-05-29[Ada] Wrong equality on untagged private typeJavier Miranda6-29/+160
2018-05-29[Ada] Unnesting: handle statement sequences that include an At_End handlerEd Schonberg2-2/+18
2018-05-29[Ada] Plug small hole in -gnatR outputEric Botcazou2-1/+10
2018-05-29[Ada] Unnesting: do not generate push/pop for exceptionsEd Schonberg2-1/+11
2018-05-29[Ada] Improper behavior of floating-point attributesEd Schonberg4-16/+47
2018-05-29[Ada] Clarify use of Activation_Record_ComponentEd Schonberg3-11/+12
2018-05-29[Ada] Set scope of component of subtypeEd Schonberg2-1/+8
2018-05-29[Ada] Unnesting: exclude selected components whose prefix carry no typeEd Schonberg2-1/+14
2018-05-29[Ada] Turn Ada.Calendar.Epoch_Offset into a functionArnaud Charlet3-2/+17
2018-05-29[Ada] Add system-vxworks7 variants of system.ads files for Vx7Olivier Hainque7-1/+857
2018-05-29[Ada] Tighten crtbegin files for VxWorksOlivier Hainque14-40/+95
2018-05-29[Ada] Minor reformattingPiotr Trojanek2-1/+5
2018-05-29[Ada] GNAT UGN: update package requirements for 32bit GNAT on x86_64-linuxJoel Brobecker3-8/+14
2018-05-29[Ada] Adjustment of behavior of new -gnatRj switchEric Botcazou7-39/+49
2018-05-29[Ada] Fix constraint error in Normalize_PathnamePascal Obry4-6/+31
2018-05-29[Ada] System.Os_Lib: minor reformattingPascal Obry2-3/+7
2018-05-29[Ada] New function to return nanoseconds from Unix EpochDoug Rupp5-4/+34
2018-05-29[Ada] Enhance output of discriminants with -gnatR in JSON modeEric Botcazou3-21/+108
2018-05-29[Ada] Implement machine parsable format for -gnatR outputEric Botcazou9-186/+798
2018-05-29[Ada] Factor out worker procedure for -gnatREric Botcazou2-117/+134
2018-05-29[Ada] Minor cleanup in repinfo unitEric Botcazou2-6/+25
2018-05-29[Ada] Clear Do_Overflow_Check when inserting code to do checkRichard Kenner2-0/+7
2018-05-29[Ada] Lib.Write: avoid use of System.Case_UtilArnaud Charlet2-1/+9
2018-05-29[Ada] Refine documentation of Monotonic_Clock to reflect realityDoug Rupp2-3/+8
2018-05-29[Ada] Always do range check against 'FirstRichard Kenner2-2/+5
2018-05-29[Ada] Fix irregular output with -gnatRmEric Botcazou2-7/+16
2018-05-29[Ada] Preliminary work to avoid full pathnames in ALI filesBob Duff5-19/+51
2018-05-29[testsuite] Fix "too few/many" error messages in scan-*-times procsTom de Vries5-8/+16
2018-05-29[testsuite] Use correct proc names in scanasm.expTom de Vries2-5/+11
2018-05-29[testsuite] Fix error message in scan-hidden/scan-not-hiddenTom de Vries2-6/+15
2018-05-29Daily bump.GCC Administrator1-1/+1
2018-05-28config.gcc: Identify FreeBSD 3.x and 4.x as unsupported.Gerald Pfeifer3-22/+15
2018-05-28splay-tree.h (splay_tree_compare_strings, [...]): Declare new utility functions.Bernd Edlinger6-8/+18
2018-05-28re PR middle-end/85933 (FAIL: gcc.dg/sso/p8.c -O3 -finline-functions (inte...Richard Biener2-1/+17
2018-05-28re PR tree-optimization/85934 (ICE: verify_gimple failed (error: type mismatc...Richard Biener3-6/+31
2018-05-28invoke.texi (ARM Options): Use @item instead of @itemx for armv5te.Jakub Jelinek2-1/+6
2018-05-28DWARF: Handle expressions containing "-1" in dw2_asm_output_delta_uleb128.Mark Wielaard2-1/+16
2018-05-28[Ada] Minor fixes and tweaks to comments in the Repinfo unitEric Botcazou2-9/+13
2018-05-28[Ada] Remove Valop from the Repinfo unitEric Botcazou2-15/+7
2018-05-28[Ada] Minor cleanup in repinfo unitEric Botcazou5-44/+43
2018-05-28[Ada] Unnesting: check index expressions for uplevel referencesEd Schonberg2-17/+72
2018-05-28[Ada] Unnesting: allow uplevel references to exceptionsEd Schonberg4-2/+13
2018-05-28[Ada] Fix internal error on renaming of equality for record typeEric Botcazou5-3/+63