aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-12-18aarch64: SVE: ICE in expand_direct_optab_fn [PR98177]Przemyslaw Wirkus5-4/+44
2020-12-18openmp: Implicitly add 'declare target' directives for dynamic initializers i...Kwok Cheung Yeung9-5/+118
2020-12-18aarch64: Extend aarch64-autovec-preference==2 to 128-bit SVERichard Sandiford1-4/+5
2020-12-18Arm: MVE: Add missing complex mul iteratorsTamar Christina1-0/+4
2020-12-18c++: Fix windows binary files [PR 98362]Nathan Sidwell1-4/+19
2020-12-18As well as the PR this patch fixes problems in handling class objectsPaul Thomas9-161/+889
2020-12-18c++: Fix PCH ICE with __builtin_source_location [PR98343]Jakub Jelinek3-0/+39
2020-12-17Go testsuite: handle +build lines correctlyIan Lance Taylor18-73/+119
2020-12-17c++: More precise tracking of potentially unstable satisfactionPatrick Palka2-50/+65
2020-12-17c++: Diagnose self-recursive satisfactionPatrick Palka4-17/+49
2020-12-17c++: Diagnose unstable satisfactionPatrick Palka7-61/+273
2020-12-18Daily bump.GCC Administrator6-1/+496
2020-12-17arm: Add support for Cortex-A78CPrzemyslaw Wirkus4-6/+20
2020-12-17rtl-ssa: Fix reg_raw_mode thinko [PR98347]Richard Sandiford1-1/+1
2020-12-17Update default_estimated_poly_value prototype in targhooks.hH.J. Lu1-1/+2
2020-12-17doc: Standard library header unitsNathan Sidwell1-0/+7
2020-12-17vect, aarch64: Extend SVE vs Advanced SIMD costing decisions in vect_better_l...Kyrylo Tkachov6-52/+96
2020-12-17c++: Fix clang problem [PR 98340]Nathan Sidwell1-2/+2
2020-12-17arm: Fix bootstrapAndrea Corallo1-1/+1
2020-12-17Fix trap in pointer conversion in op1_range.Andrew MacLeod2-0/+46
2020-12-17rtl-ssa: Include memmodel.h before tm_p.hRainer Orth1-1/+1
2020-12-17bootstrap: Fix some windows issues [PR 98300]Nathan Sidwell1-8/+7
2020-12-17shrink-wrap: Don't put on incoming EDGE_CROSSING [PR98289]Jakub Jelinek3-1/+107
2020-12-17[Ada] Performance of CW_MembershipArnaud Charlet3-71/+46
2020-12-17[Ada] Remove unused subprograms in validswArnaud Charlet88-1130/+16
2020-12-17[Ada] Remove unused filesArnaud Charlet2-205/+0
2020-12-17[Ada] Code cleanup: remove Old_Requires_Transient_ScopeArnaud Charlet2-400/+218
2020-12-17[Ada] Minor comment fix in System.Val_RealEric Botcazou1-4/+4
2020-12-17[Ada] Prevent early exits without restoring a global variablePiotr Trojanek1-2/+3
2020-12-17[Ada] Reduce scopes of local variables for case and if statementsPiotr Trojanek1-16/+17
2020-12-17[Ada] Refine type of a multi unit index numberPiotr Trojanek1-1/+1
2020-12-17[Ada] Prevent In_Check_Node routine from going too far in the parent chainPiotr Trojanek1-5/+11
2020-12-17[Ada] Ada2020: AI12-0400 Ambiguities associated with VectorBob Duff12-169/+261
2020-12-17[Ada] Crash on if expression inside declare expressionArnaud Charlet3-11/+32
2020-12-17[Ada] Consistent wording for missing -gnat2020 switchPiotr Trojanek6-35/+18
2020-12-17[Ada] Remove discriminant checks processing in gigiArnaud Charlet12-121/+353
2020-12-17[Ada] Move folding of unchecked conversions from expansion to evaluationPiotr Trojanek3-59/+57
2020-12-17[Ada] Do not use exponentiation for common bases in floating-point ValueEric Botcazou15-73/+653
2020-12-17[Ada] Fix small typo in comments.Erwan Le Guillou2-2/+2
2020-12-17[Ada] Do not generate encodings for fixed-point types by defaultEric Botcazou1-1/+1
2020-12-17[Ada] Crash on discriminant check with current instanceJustin Squirek1-0/+34
2020-12-17[Ada] Better diagnostic for new language featuresPiotr Trojanek3-24/+19
2020-12-17[Ada] Spurious discriminant check on bounded synchronized queueEd Schonberg1-1/+9
2020-12-17[Ada] Assert failure on b38105a in -gnat95 modeArnaud Charlet1-1/+3
2020-12-17[Ada] Compiler crash on protected component of controlled typeArnaud Charlet2-3/+24
2020-12-17[Ada] Fixes for GNAT error/warning messagesYannick Moy27-125/+132
2020-12-17[Ada] Spurious error on Type'Access and <>Arnaud Charlet1-3/+8
2020-12-17[Ada] Style cleanups in Parse_Aspect_Stable_PropertiesPiotr Trojanek1-8/+20
2020-12-17IBM Z: Detect libc's float_t behavior on cross compilesMarius Hillenbrand3-41/+85
2020-12-17Fortran: Delay vtab generation until after parsing [PR92587]Tobias Burnus3-3/+83