aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-10c++: improve TYPENAME_TYPE hashing [PR65328]Patrick Palka2-11/+45
2022-06-10c++: optimize specialization of templated member functionsPatrick Palka1-2/+8
2022-06-10c++: optimize specialization of nested templated classesPatrick Palka1-28/+50
2022-06-10c++: Add a late-writing step for modulesNathan Sidwell3-55/+98
2022-06-10openmp: Call dlopen with "libmemkind.so.0" rather than "libmemkind.so"Jakub Jelinek1-1/+1
2022-06-10c++: Adjust module initializer calling emissionNathan Sidwell6-82/+117
2022-06-10libgomp nvptx plugin: Remove '--with-cuda-driver=[...]' etc. configuration op...Thomas Schwinge7-292/+37
2022-06-10libstdc++: Make std::lcm and std::gcd detect overflow [PR105844]Jonathan Wakely6-61/+123
2022-06-10libstdc++: Fix lifetime bugs for non-TLS eh_globals [PR105880]Jonathan Wakely1-14/+37
2022-06-10PR rtl-optimization/7061: Complex number arguments on x86_64-like ABIs.Roger Sayle3-1/+26
2022-06-10libstdc++: Make std::hash<basic_string<>> allocator-agnostic (LWG 3705)Jonathan Wakely4-89/+74
2022-06-09libgccjit: Support getting the size of a float [PR105829]Antoni Boucher2-2/+5
2022-06-10Daily bump.GCC Administrator7-1/+152
2022-06-09xtensa: Add clrsbsi2 insn patternTakayuki 'January June' Suwa3-2/+35
2022-06-09xtensa: Optimize '(~x & y)' to '((x & y) ^ y)'Takayuki 'January June' Suwa2-0/+29
2022-06-09xtensa: Make one_cmplsi2 optimizer-friendlyTakayuki 'January June' Suwa2-8/+27
2022-06-09xtensa: Implement bswaphi2 insn patternTakayuki 'January June' Suwa1-0/+10
2022-06-09Update gcc sv.poJoseph Myers1-1228/+302
2022-06-09rs6000: Delete FP_ISA3Segher Boessenkool1-17/+14
2022-06-09openmp: Fix up include of the generic allocator.cJakub Jelinek1-1/+1
2022-06-09c++: Fix up ICE on __builtin_shufflevector constexpr evaluation [PR105871]Jakub Jelinek2-3/+22
2022-06-09RISC-V: Use a tab rather than space with FSFLAGSMaciej W. Rozycki1-2/+2
2022-06-09c++: Better module initializer codeNathan Sidwell5-28/+34
2022-06-09OpenMP: Handle ancestor:1 with discover_declare_targetTobias Burnus2-10/+104
2022-06-09doc: Fix up -Waddress documentationJakub Jelinek1-2/+2
2022-06-09openmp: Add support for HBW or large capacity or interleaved memory through t...Jakub Jelinek2-12/+389
2022-06-09Update {skylake,icelake,alderlake}_cost to add a bit preference to vector store.Cui,Lili5-16/+68
2022-06-09This patch replaces shift and ior insns with one rotate and mask insn for the...Haochen Gui2-6/+20
2022-06-09Daily bump.GCC Administrator6-1/+127
2022-06-08c++: non-templated friends [PR105852]Jason Merrill2-8/+15
2022-06-08c++: redeclared hidden friend take 2 [PR105852]Jason Merrill5-12/+44
2022-06-08PR middle-end/105874: Use EXPAND_MEMORY to fix ada bootstrap.Roger Sayle2-3/+38
2022-06-08gcc: xtensa: fix PR target/105879Max Filippov1-5/+8
2022-06-08c++: Reimplement static init/fini generationNathan Sidwell2-300/+205
2022-06-08[Committed] Add -mno-avx2 to recent gcc.target/i386/xop-vpcmov3.cRoger Sayle1-1/+1
2022-06-08OpenMP: Fortran - fix ancestor's requires reverse_offload checkTobias Burnus2-1/+77
2022-06-08arm: Add star-mc1 cpuChung-Ju Wu4-5/+20
2022-06-08libgccjit: allow common objects in $(EXTRA_GCC_OBJS) and $(EXTRA_OBJS)Yang Yujie1-2/+7
2022-06-08Disparages SSE_REGS alternatives sligntly with ?v instead of *v in *mov{si,di...liuhongt4-8/+25
2022-06-08Adjust testcase to avoid compile failure under -m32.liuhongt1-1/+2
2022-06-08Daily bump.GCC Administrator6-1/+139
2022-06-07arm: Improve code generation for BFI and BFC [PR105090]Richard Earnshaw3-21/+208
2022-06-07Fix insn does not satisfy its constraints: sse2_lshrv1ti3liuhongt2-3/+35
2022-06-07PR middle-end/105853: Call store_constructor directly from calls.cc.Roger Sayle5-7/+29
2022-06-07Revert "configure: arrange to use appropriate objcopy"Jan Beulich4-119/+1
2022-06-07openmp: Add support for OpenMP 5.2 linear clause syntax for C/C++Jakub Jelinek12-37/+452
2022-06-07x86: harmonize __builtin_ia32_psadbw*() typesJan Beulich3-1/+3
2022-06-07x86-64: make "length_vex" also account for VEX.B use by register operandJan Beulich1-5/+13
2022-06-07PR c++/96442: Improved error recovery in enumerations.Roger Sayle2-2/+11
2022-06-07Recognize vpcmov in combine with -mxop on x86.Roger Sayle3-0/+65