aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-05-07[Ada] Minor reformattingsBob Duff119-2969/+2969
2021-05-07[Ada] Variable-sized node types -- cleanupBob Duff42-638/+517
2021-05-07[Ada] Restore nnd capabilityBob Duff3-118/+142
2021-05-07[Ada] Fix link from body protected entry implementation to source codePiotr Trojanek7-25/+11
2021-05-07[Ada] Reinitialize Private_Dependents when it is vanishingBob Duff2-6/+15
2021-05-07[Ada] Replace packed records with integers in low-level implementationEric Botcazou4-413/+77
2021-05-07[Ada] Fix type mismatch warnings during LTO bootstrap #6Eric Botcazou4-43/+26
2021-05-07[Ada] Fix type mismatch warnings during LTO bootstrap #5Eric Botcazou2-37/+30
2021-05-07[Ada] Fix type mismatch warnings during LTO bootstrap #4Eric Botcazou6-75/+76
2021-05-07[Ada] Fix type mismatch warnings during LTO bootstrap #3Eric Botcazou12-176/+189
2021-05-07[Ada] Fix type mismatch warnings during LTO bootstrap #2Eric Botcazou6-43/+41
2021-05-07[Ada] Fix type mismatch warnings during LTO bootstrap #1Eric Botcazou5-5/+9
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