aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-10tree-optimization/104466 - fix cut&paste error perventing alias disambiguationRichard Biener2-4/+120
2022-02-10[nvptx] Handle sm_7x shared atomic store more optimalTom de Vries2-2/+46
2022-02-10[nvptx] Handle pre-sm_7x shared atomic store using atomic exchangeTom de Vries6-1/+109
2022-02-10[nvptx] Workaround sub.u16 driver JIT bugTom de Vries1-1/+8
2022-02-10Fortran/OpenMP: Avoid ICE for invalid char array in omp atomic [PR104329]Tobias Burnus2-3/+36
2022-02-10nvptx: Tweak constraints on copysign instructionsRoger Sayle1-2/+2
2022-02-10PR target/104345: Use nvptx "set" instruction for cond ? -1 : 0Roger Sayle2-4/+71
2022-02-10nvptx: Fix and use BI mode logic instructions (e.g. and.pred)Roger Sayle5-21/+67
2022-02-10nvptx: Add support for 64-bit mul.hi (and other) instructionsRoger Sayle6-4/+216
2022-02-10nvptx: Expand QI mode operations using SI mode instructionsRoger Sayle2-7/+123
2022-02-10nvptx: Improved support for HFMode including neghf2 and abshf2Roger Sayle5-0/+117
2022-02-10doc: Tweak the www.bitwizard.nl referenceGerald Pfeifer1-1/+1
2022-02-09C, C++, Fortran, OpenMP: Add 'has_device_addr' clause to 'target' construct.Marcel Vollweiler38-82/+961
2022-02-09AutoFDO: Don't try to promote indirect calls that result in recursive direct ...Eugene Rozenfeld2-16/+78
2022-02-09[COMMITTED] Fix PR aarch64/104474: ICE with vector float initializers and non...Andrew Pinski4-1/+28
2022-02-10Daily bump.GCC Administrator11-1/+515
2022-02-09analyzer: more uninit test coverageDavid Malcolm2-0/+204
2022-02-09compiler: don't warn for print()Ian Lance Taylor2-11/+2
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