aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-09compiler: use nil pointer for zero length string constantIan Lance Taylor2-4/+10
2022-02-09compiler: treat notinheap types as not being pointersIan Lance Taylor4-8/+31
2022-02-09Fortran: try simplifications during reductions of array constructorsHarald Anlauf2-6/+85
2022-02-09gccgo: link static libgo against -lrt on GNU/LinuxIan Lance Taylor5-7/+60
2022-02-09libstdc++: Fix deadlock in atomic wait [PR104442]Thomas Rodgers1-4/+3
2022-02-09testsuite: AIX fixesDavid Edelsohn2-2/+3
2022-02-09x86: Compile PR target/104441 tests with -march=x86-64H.J. Lu2-2/+2
2022-02-09c: Fix up __builtin_assoc_barrier handling in the C FE [PR104427]Jakub Jelinek4-2/+19
2022-02-09i386: -mno-xsave should disable all relevant ISA flags [PR104462]Uros Bizjak2-1/+15
2022-02-09i386: Force inputs to a register to avoid lowpart_subreg failure [PR104458]Uros Bizjak2-0/+16
2022-02-09Avoid using predefined insn name for instruction with different semanticsJeff Law1-2/+7
2022-02-09-fgo-dump-spec: really name alignment field "_"Ian Lance Taylor2-35/+34
2022-02-09rs6000: Correct function prototypes for vec_replace_unalignedBill Schmidt4-35/+38
2022-02-09aarch64: Extend vec_concat patterns to 8-byte vectorsRichard Sandiford8-42/+430
2022-02-09aarch64: Remove move_lo/hi_quad expandersRichard Sandiford1-93/+18
2022-02-09aarch64: Add a general vec_concat expanderRichard Sandiford4-76/+122
2022-02-09aarch64: Add more vec_combine patternsRichard Sandiford5-0/+360
2022-02-09aarch64: Remove redundant vec_concat patternsRichard Sandiford2-35/+17
2022-02-09aarch64: Generalise adjacency check for load_pair_lanesRichard Sandiford5-24/+62
2022-02-09aarch64: Generalise vec_set predicateRichard Sandiford1-1/+1
2022-02-09aarch64: Tighten general_operand predicatesRichard Sandiford1-3/+3
2022-02-09c++: memfn lookup consistency and using-decls [PR104432]Patrick Palka5-31/+73
2022-02-09c++: modules and explicit(bool) [PR103752]Jason Merrill5-2/+48
2022-02-09middle-end/104464 - ISEL and non-call EH #2Richard Biener2-14/+25
2022-02-09c++: P2493 feature test macro updatesJason Merrill3-8/+8
2022-02-09[PATCH] PR tree-optimization/104420: Fix checks for constant folding X*0.0Roger Sayle6-8/+41
2022-02-09dwarf2out: Don't call expand_expr during early_dwarf [PR104407]Jakub Jelinek2-7/+49
2022-02-09Register non-null side effects properly.Andrew MacLeod7-42/+187
2022-02-09tree-optimization/104445 - check for vector extraction supportRichard Biener5-6/+67
2022-02-09x86: Add -m[no-]direct-extern-accessH.J. Lu32-17/+655
2022-02-09x86: Check each component of source operand for AVX_U128_DIRTYH.J. Lu3-66/+168
2022-02-09ICE: QImode(not SImode) operand should be passed to gen_vec_initv16qiqi in as...liuhongt2-1/+27
2022-02-09middle-end/104450 - ISEL and non-call EHRichard Biener2-10/+30
2022-02-09target/104453 - guard call folding with NULL LHSRichard Biener2-0/+13
2022-02-08compiler: recognize Go 1.18 runtime/internal/atomic methodsIan Lance Taylor4-2/+174
2022-02-08compiler, internal/abi: implement FuncPCABI0, FuncPCABIInternalIan Lance Taylor5-6/+87
2022-02-08analyzer: Fix tests for glibc 2.35 [PR101081]Joel Teichroeb8-9/+44
2022-02-08analyzer: fix hashing of bit_range_region::key_t [PR104452]David Malcolm3-1/+30
2022-02-08c++: cleanup constant-init'd members [PR96876]Jason Merrill3-0/+72
2022-02-09Daily bump.GCC Administrator7-1/+365
2022-02-08libstdc++: Simplify resource management in directory iteratorsJonathan Wakely3-6/+4
2022-02-08ifcvt: Fix PR104153 and PR104198.Robin Dapp2-1/+81
2022-02-08c++: Don't emit repeated -Wshadow warnings for templates/ctors [PR104379]Jakub Jelinek2-8/+38
2022-02-08c++: Remove superflous assert [PR104403]Jakub Jelinek2-1/+8
2022-02-08rs6000: Fix up vspltis_shifted [PR102140]Jakub Jelinek2-2/+28
2022-02-08rs6000: Add support for vmsumcud and vec_msumcBill Schmidt4-0/+59
2022-02-08c++: Add testcase for already fixed PR [PR104425]Patrick Palka1-0/+25
2022-02-08[nvptx] Unbreak build, add PTX_ISA_SM70Tom de Vries2-0/+2
2022-02-08s390: Increase costs for load on condition and change movqicc expander.Robin Dapp4-7/+5
2022-02-08combine: Check for paradoxical subreg.Robin Dapp1-0/+1