aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-06-13testsuite: Add -mtune=generic to dg-options for two testcases.Cui,Lili2-2/+2
2022-06-13Daily bump.GCC Administrator3-1/+42
2022-06-12Darwin: Truncate kernel-provided version to OS major for Darwin >= 20.Simon Wright1-11/+5
2022-06-12Darwin: Future-proof -mmacosx-version-minMark Mentovai1-1/+2
2022-06-11gcc: xtensa: fix pr95571 test for call0 ABIMax Filippov1-0/+6
2022-06-12PR96463: Optimise svld1rq from vectors for little endian AArch64 targets.Prathamesh Kulkarni5-40/+212
2022-06-12Daily bump.GCC Administrator3-1/+57
2022-06-11xtensa: Improve constant synthesis for both integer and floating-pointTakayuki 'January June' Suwa6-16/+247
2022-06-11xtensa: Improve instruction cost estimation and suggestionTakayuki 'January June' Suwa3-15/+134
2022-06-11xtensa: Consider the Loop Option when setmemsi is expanded to small loopTakayuki 'January June' Suwa1-21/+50
2022-06-11xtensa: Tweak some widen multiplicationsTakayuki 'January June' Suwa1-24/+32
2022-06-11Disable generating load/store vector pairs for block copies.Michael Meissner1-1/+4
2022-06-11Daily bump.GCC Administrator5-1/+98
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-10c++: Adjust module initializer calling emissionNathan Sidwell6-82/+117
2022-06-10PR rtl-optimization/7061: Complex number arguments on x86_64-like ABIs.Roger Sayle3-1/+26
2022-06-09libgccjit: Support getting the size of a float [PR105829]Antoni Boucher2-2/+5
2022-06-10Daily bump.GCC Administrator5-1/+128
2022-06-09xtensa: Add clrsbsi2 insn patternTakayuki 'January June' Suwa1-1/+11
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-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-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