aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-14syscall: gofmtIan Lance Taylor43-7/+53
2022-06-14libstdc++: Check lengths first in operator== for basic_string [PR62187]Jonathan Wakely1-14/+10
2022-06-14libstdc++: Inline all basic_string::compare overloads [PR59048]Jonathan Wakely4-95/+123
2022-06-14libstdc++: Fix indentation in allocator base classesJonathan Wakely2-6/+6
2022-06-14libstdc++: Check for size overflow in constexpr allocation [PR105957]Jonathan Wakely2-1/+24
2022-06-14regrename: Fix -fcompare-debug issue in check_new_reg_p [PR105041]Surya Kumari Jangala2-2/+23
2022-06-14rs6000: Delete VS_scalarSegher Boessenkool1-75/+66
2022-06-14c++: Elide calls to NOP module initializersNathan Sidwell6-32/+60
2022-06-14Fix ipa-cp wrt volatile loadsJan Hubicka2-0/+34
2022-06-14RISC-V: Split slli+sh[123]add.uw opportunities to avoid zext.wPhilipp Tomsich2-0/+57
2022-06-14RISC-V: add consecutive_bits_operand predicatePhilipp Tomsich1-0/+11
2022-06-14tree-optimization/105946 - avoid accessing excess args from uninit diagRichard Biener1-0/+3
2022-06-14middle-end/105965 - add missing v_c_e <{ el }> simplificationRichard Biener2-4/+25
2022-06-14Restore bootstrap on ARMEric Botcazou2-2/+21
2022-06-14vect: Move suggested_unroll_factor applying [PR105940]Kewen Lin1-3/+3
2022-06-13xtensa: Optimize bitwise AND operation with some specific forms of constantsTakayuki 'January June' Suwa2-0/+189
2022-06-13xtensa: Make use of BALL/BNALL instructionsTakayuki 'January June' Suwa2-0/+54
2022-06-13xtensa: Simplify conditional branch/move insn patternsTakayuki 'January June' Suwa3-161/+70
2022-06-13xtensa: Improve shift operations moreTakayuki 'January June' Suwa5-38/+213
2022-06-14Daily bump.GCC Administrator10-1/+245
2022-06-14libphobos: Check in missing core.sync package moduleIain Buclaw1-0/+20
2022-06-13ubsan: -Wreturn-type and ubsan trap-on-errorJason Merrill3-3/+15
2022-06-13RISC-V: Reset the length to the default of 4 for FP comparisonsMaciej W. Rozycki1-2/+0
2022-06-13x86: Require AVX for F16C and VAESH.J. Lu1-4/+4
2022-06-13libstdc++: Rename __null_terminated to avoid collision with Apple SDKMark Mentovai1-6/+6
2022-06-13libstdc++: Use type_identity_t for non-deducible std::atomic_xxx argsJonathan Wakely2-1/+16
2022-06-13i386: Return true for (SUBREG (MEM....)) in register_no_elim_operand [PR105927]Uros Bizjak2-0/+25
2022-06-13d: Match function declarations of gcc built-ins from any module.Iain Buclaw5-31/+203
2022-06-13Add a general mapping from internal fns to target insnsRichard Sandiford3-119/+87
2022-06-13Factor out common internal-fn idiomRichard Sandiford1-154/+89
2022-06-13d: Improve TypeInfo errors when compiling in -fno-rtti modeIain Buclaw4-30/+63
2022-06-13openmp: Conforming device numbers and omp_{initial,invalid}_deviceJakub Jelinek14-88/+223
2022-06-13Introduce -finstrument-functions-onceEric Botcazou4-35/+133
2022-06-13Do not erase warning data in gimple_set_locationEric Botcazou4-7/+6
2022-06-13c++: Separate late stage module writingNathan Sidwell1-17/+30
2022-06-13d: Merge upstream dmd 821ed393d, druntime 454471d8, phobos 1206fc94f.Iain Buclaw62-712/+1029
2022-06-13i386: Fix up *<dwi>3_doubleword_mask [PR105911]Jakub Jelinek2-2/+20
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 Administrator7-1/+163