aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-05-07[Ada] Small cleanup in C header fileEric Botcazou1-48/+49
2021-05-07[Ada] Variable-sized node typesBob Duff166-43311/+17800
2021-05-07[Ada] Spurious error with component of unchecked_union typeEd Schonberg1-3/+8
2021-05-07[Ada] Attribute Address is not an interfering context in SPARKPiotr Trojanek1-0/+13
2021-05-07[Ada] Generate warning for negative literal of a modular typeYannick Moy5-6/+36
2021-05-07[Ada] Cleanup code for flagging object references in interfering contextsPiotr Trojanek1-14/+20
2021-05-07[Ada] Remove End_Interp_List from the overloaded resolution APIPiotr Trojanek4-27/+8
2021-05-07[Ada] Crash on imported object with deep initialization and No_AbortsEd Schonberg1-0/+20
2021-05-07[Ada] Remove some ??? commentsGary Dismukes4-25/+31
2021-05-07[Ada] Computation of Shift_Left and large signed valuesArnaud Charlet1-17/+19
2021-05-07[Ada] Fix signature mismatch for Defining_EntityEric Botcazou2-35/+31
2021-05-07[Ada] Implement aspect No_Controlled_PartsJustin Squirek6-1/+568
2021-05-07[Ada] Raise Constraint_Error for Compose and Scaling if Machine_OverflowsEric Botcazou1-6/+13
2021-05-07[Ada] Minor efficiency improvement in containersBob Duff1-10/+13
2021-05-07[Ada] sigtramp: fix powerpc64 against -fPICFrederic Konrad1-3/+3
2021-05-07[Ada] Move Has_Inferable_Discriminants to Sem_UtilClaire Dross3-89/+89
2021-05-07[Ada] Spurious error on protected call in inherited postconditionEd Schonberg1-0/+1
2021-05-07i386: Do not emit mask compares for mode sizes < 16 [PR100445]Uros Bizjak2-1/+10
2021-05-07i386: Fix up 8-byte vcond* with -mxop [PR100445]Jakub Jelinek2-0/+23
2021-05-07Daily bump.GCC Administrator5-1/+390
2021-05-06preprocessor: Fix pp-number lexing of digit separators [PR83873, PR97604]Joseph Myers4-1/+24
2021-05-06ipa-sra: Do not bail out when callers cannot be clonedMartin Jambor2-21/+24
2021-05-06go: use htab_eq_string in godumpTom Tromey1-11/+3
2021-05-06gcc: use htab_eq_stringTom Tromey1-10/+1
2021-05-06libiberty: add htab_eq_stringTom Tromey1-8/+0
2021-05-06Add line debug info for virtual thunksBernd Edlinger9-50/+224
2021-05-06Fix PR testsuite/100454Eric Botcazou1-1/+1
2021-05-06testsuite: Add s390 to vect_*_cvt checks.Robin Dapp1-7/+22
2021-05-06testsuite: Add vect_floatint_cvt to gcc.dg/vect/pr56541.cRobin Dapp1-1/+1
2021-05-06Fortran: Assumed and explicit size class arrays [PR46691/99819].Paul Thomas5-10/+169
2021-05-06refactor SSA rewriting timevarsRichard Biener2-12/+2
2021-05-06phiopt: Use gphi *phi instead of gimple *phi some moreJakub Jelinek1-14/+12
2021-05-06Avoid update_ssa quadraticness in loop splittingRichard Biener1-10/+7
2021-05-06Fix IPA SRA removal of DECL_BY_REFERENCE returnRichard Biener1-0/+2
2021-05-06testsuite: gcc.c-torture/execute/ieee/cdivchkld.c needs fmaxlChristophe Lyon1-0/+4
2021-05-06IBM Z: Fix error checking for builtin vec_permiMarius Hillenbrand4-31/+76
2021-05-06phiopt: Optimize (x <=> y) cmp z [PR94589]Jakub Jelinek9-0/+922
2021-05-06ipa/100373 - fix emutls lowering compare-debug issueRichard Biener2-4/+24
2021-05-06[Ada] ACATS 4.1R-c611a04: Class-wide preconditions in dispatching callsJavier Miranda1-22/+84
2021-05-06[Ada] Avoid repeated analysis of constraint rangesPiotr Trojanek1-2/+0
2021-05-06[Ada] Assert failure on E_Enumeration_Literal and front-end unnestingArnaud Charlet1-3/+6
2021-05-06[Ada] Bad expansion with -gnato2 and if expressionArnaud Charlet1-2/+7
2021-05-06[Ada] In CodePeer mode, use regular-exception handlingBoris Yakobowski1-6/+2
2021-05-06[Ada] AI12-0411: Add "bool" to Interfaces.CArnaud Charlet12-21/+24
2021-05-06[Ada] Explain meaning of Non_Std_ExecutableGhjuvan Lacambre1-1/+4
2021-05-06[Ada] Do not second-guess the hardware for underflow handling of ScalingEric Botcazou1-4/+5
2021-05-06[Ada] Make Is_OK_Static_Subtype use Is_Static_SubtypeGhjuvan Lacambre1-12/+11
2021-05-06[Ada] Remove repeated calls in Resolve_RangePiotr Trojanek1-7/+4
2021-05-06[Ada] Use high-level Make_Character_Literal instead of low-level New_NodePiotr Trojanek2-12/+13
2021-05-06[Ada] Missing semantic error on ineffective Others_ClauseEd Schonberg1-0/+15