aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-10-23[Ada] Clean up in writing of ALI filesArnaud Charlet2-103/+3
2020-10-23[Ada] Fix logic in C_Select under mingwArnaud Charlet1-11/+10
2020-10-23[Ada] Do not use Long_Long_Long_Integer'Image with pragma Discard_NamesEric Botcazou1-5/+8
2020-10-23[Ada] Crash on expression function and access typeEd Schonberg1-10/+10
2020-10-23[Ada] Fix crash in SPARK on array delta_aggregate with subtype_indicationPiotr Trojanek1-8/+13
2020-10-23[Ada] Decorate iterated_component_association in SPARK expansionPiotr Trojanek1-1/+94
2020-10-23[Ada] GNATprove: remove support for external axiomatizationsJohannes Kanig4-218/+1
2020-10-23[Ada] Ignore container types for aggregates if not in Ada_2020Ed Schonberg1-0/+1
2020-10-23[Ada] Improve documentation of pragma Abort_DeferArnaud Charlet2-2/+30
2020-10-23[Ada] CUDA: fix CUDA_Execute not working with aggregatesGhjuvan Lacambre1-4/+21
2020-10-23[Ada] Error when closing c_streamArnaud Charlet1-2/+2
2020-10-23[Ada] CUDA: Use internal types instead of public onesGhjuvan Lacambre2-61/+121
2020-10-23[Ada] Missing detection of unused with_clauseArnaud Charlet2-10/+23
2020-10-23[Ada] Prevent copying uninitialized array with address clauseEd Schonberg1-1/+48
2020-10-23[Ada] Spurious errors on tagged types with renamed subprogramsJavier Miranda1-3/+11
2020-10-23[Ada] Fix scope of index parameter inside a delta aggregatePiotr Trojanek1-2/+2
2020-10-23[Ada] Better error for illegal call to abstract operation in instantiationsGary Dismukes1-0/+19
2020-10-23[Ada] Always enable the support for 128-bit integer types on 64-bit platformsEric Botcazou1-21/+12
2020-10-23[Ada] Update header of front-end filesArnaud Charlet72-714/+280
2020-10-23[Ada] Take advantage of Long_Long_Long_Integer in From_StringArnaud Charlet3-8/+58
2020-10-23[Ada] Iterative patch for accessibility cleanupJustin Squirek1-20/+85
2020-10-23[Ada] Sync code for external properties with SPARK RMPiotr Trojanek1-35/+29
2020-10-23[Ada] Fix whitespace in code for external property pragmasPiotr Trojanek1-8/+8
2020-10-23[Ada] Fix default value for re-analysis of external property pragmasPiotr Trojanek1-5/+7
2020-10-23Fix up plugin header installJakub Jelinek2-6/+9
2020-10-23stor-layout: Reject forming arrays with elt sizes not divisible by elt alignm...Jakub Jelinek4-6/+33
2020-10-23Do not use doloop pattern with pragma UnrollEric Botcazou1-0/+3
2020-10-23arm: Auto-vectorization for MVE: vsubDennis Zhang6-37/+98
2020-10-23LTO: check that make command worksMartin Liska1-0/+24
2020-10-23Revert "middle-end/97521 - fix VECTOR_CST expansion"Richard Biener2-31/+1
2020-10-22vect: Remove redundant LOOP_VINFO_FULLY_MASKED_PKewen Lin1-2/+1
2020-10-23Daily bump.GCC Administrator7-1/+567
2020-10-23[RS6000] Power10 vec-splati-runnable multiple test failuresAlan Modra2-5/+4
2020-10-22testsuite: Adjust expected results for rlwimi-2.c and vec-rlmi-rlnm.cDavid Edelsohn2-5/+6
2020-10-22Use precision and sign to compare types for rangesAndrew MacLeod1-2/+2
2020-10-22Materialize clones on demandJan Hubicka11-159/+94
2020-10-22OpenMP: Fortran - support omp flush's memorder clausesTobias Burnus5-4/+123
2020-10-22[PATCH, rs6000] VSX load/store rightmost element operationsWill Schmidt13-1/+1468
2020-10-22[PATCH, rs6000] int128 sign extention instructions (partial prereq)Will Schmidt1-0/+33
2020-10-22[Ada] Enable the support of 128-bit integer types by defaultEric Botcazou14-153/+1009
2020-10-22[Ada] ACATS 4.1H - B853001 - missed errors for renamed limitedJavier Miranda6-121/+229
2020-10-22[Ada] CUDA: discover runtime types instead of hard-codingGhjuvan Lacambre2-4/+21
2020-10-22[Ada] Add more annotations and assertions in the runtimeArnaud Charlet2-2/+14
2020-10-22[Ada] Update annotations for codepeer analysis on GNAT runtimeArnaud Charlet1-2/+2
2020-10-22[Ada] AI12-0211: Consistency of inherited nonoverridable aspectsSteve Baird6-3/+317
2020-10-22[Ada] Update the head comment of Check_Compile_Time_SizeEric Botcazou1-7/+7
2020-10-22[Ada] Allow use of debug routines when output is going elsewhereRichard Kenner2-0/+18
2020-10-22[Ada] Minor fix in GNAT RMEric Botcazou2-10/+10
2020-10-22[Ada] Implement AI12-0280's interactions with container aggregatesSteve Baird1-56/+91
2020-10-22[Ada] Get rid of useless if-then-else in Exp_Fixd.Fpt_ValueEric Botcazou1-13/+2