aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-12-21Darwin : Update the kernel version to macOS version mapping.Iain Sandoe1-2/+15
2020-12-21c++: Windows rename [PR 98412]Nathan Sidwell1-2/+12
2020-12-21bootstrap: std:stoul non-portable [PR 98412]Nathan Sidwell2-6/+16
2020-12-21fold-const: Fix up a buffer overflow in native_encode_initializer [PR98407]Jakub Jelinek2-3/+13
2020-12-21openmp: Fix up handling of addressable temporaries in simd lb, b and incr exp...Jakub Jelinek2-3/+38
2020-12-20libgo: adjust sysinfo scripts for changed -fdump-go-specNikhil Benesch1-1/+1
2020-12-21Daily bump.GCC Administrator4-1/+25
2020-12-20gcc: xtensa: implement bswapsi2, bswapdi2 and helpersMax Filippov2-0/+35
2020-12-20doc: Fix a typo [PR98400]Jakub Jelinek1-1/+1
2020-12-20Set DECL_ARTIFICIAL on gfortran internal variables.Thomas Koenig1-0/+3
2020-12-20Correct coarray indices for test case.Thomas Koenig1-8/+8
2020-12-20Daily bump.GCC Administrator3-1/+42
2020-12-19expr: Fix up constant_byte_string bitfield handling [PR98366]Jakub Jelinek3-123/+103
2020-12-19d: Fix ICE in in force_decl_die, at dwarf2out.c with -gdwarf-2 -gstrict-dwarf...Iain Buclaw8-0/+94
2020-12-19bswap: Fix up a thinko with empty CONSTRUCTORs [PR98378]Jakub Jelinek1-0/+2
2020-12-19Daily bump.GCC Administrator5-1/+228
2020-12-18compiler: check for floating-point exponent overflowIan Lance Taylor4-12/+20
2020-12-18Re: [r11-6232 Regression] FAIL: gcc.dg/pr97750.cAndrew MacLeod1-2/+2
2020-12-18openmp: Don't optimize shared to firstprivate on task with depend clauseJakub Jelinek1-0/+12
2020-12-18openmp: Fix g++.dg/gomp/declare-target-3.C testcase when offloading is disabledKwok Cheung Yeung1-7/+7
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