aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-06Daily bump.GCC Administrator9-1/+427
2023-07-05Make compute_operand_range a tail call.Andrew MacLeod1-18/+16
2023-07-05Make compute_operand2_range a leaf call.Andrew MacLeod2-28/+26
2023-07-05Make compute_operand1_range a leaf call.Andrew MacLeod2-26/+25
2023-07-05Simplify compute_operand_range for op1 and op2 case.Andrew MacLeod1-14/+11
2023-07-05Move relation discovery into compute_operand_rangeAndrew MacLeod1-29/+13
2023-07-05libstdc++: Split up pstl/set.cc testcaseThomas Rodgers6-289/+451
2023-07-05doc: Update my Contributors entryJonathan Wakely1-2/+1
2023-07-05value-prof.cc: Correct edge prob calculation.Filip Kastl1-1/+5
2023-07-05sched: Change return type of predicate functions from int to boolUros Bizjak6-125/+131
2023-07-05gimple-isel: Recognize vec_extract pattern.Robin Dapp6-28/+143
2023-07-05RISC-V: Support variable index in vec_extract.Robin Dapp7-162/+171
2023-07-05RISC-V: Allow variable index for vec_set.Robin Dapp7-164/+185
2023-07-05RISC-V: Use FRM_DYN when add the rounding mode operandPan Li1-4/+3
2023-07-05RISC-V: Change truncate to float_truncate in narrowing patterns.Robin Dapp1-2/+2
2023-07-05VECT: Apply LEN_MASK_GATHER_LOAD/SCATTER_STORE into vectorizerJu-Zhe Zhong5-23/+129
2023-07-05Change MODE_BITSIZE to MODE_PRECISION for MODE_VECTOR_BOOL.Robin Dapp22-12/+367
2023-07-05MIPS: Use unaligned access to expand block_move on r6YunQiang Su3-17/+54
2023-07-05adjust testcase for now happening epilogue vectorizationRichard Biener1-4/+0
2023-07-05x86: suppress avx512f-copysign.c testcase for 32-bitJan Beulich1-1/+1
2023-07-05x86: yet more PR target/100711-like splittingJan Beulich2-2/+33
2023-07-05x86: further PR target/100711-like splittingJan Beulich3-0/+112
2023-07-05x86: allow memory operand for AVX2 splitter for PR target/100711Jan Beulich1-1/+1
2023-07-05middle-end/110541 - VEC_PERM_EXPR documentation is offRichard Biener1-6/+11
2023-07-05x86: use VPTERNLOG also for certain andnot formsJan Beulich4-11/+47
2023-07-05x86: use VPTERNLOG for further bitwise two-vector operationsJan Beulich6-4/+198
2023-07-05Fix typo in vectorizer debug messageRichard Biener1-1/+1
2023-07-05libstdc++: Disable std::forward_list tests for C++98 modeJonathan Wakely2-2/+2
2023-07-05libstdc++: Fix std::__uninitialized_default_n for constant evaluation [PR110542]Jonathan Wakely1-0/+6
2023-07-05libstdc++: Use RAII in std::vector::_M_default_appendJonathan Wakely1-32/+59
2023-07-05libstdc++: Add redundant 'typename' to std::projectedJonathan Wakely1-1/+1
2023-07-05RISC-V:Add float16 tuple type abiyulong9-17/+630
2023-07-05RISC-V:Add float16 tuple type supportyulong12-3/+366
2023-07-05MIPS: Adjust mips16e2 related tests for ifcvt costing changesJie Mei2-2/+2
2023-07-05Daily bump.GCC Administrator5-1/+239
2023-07-04PR 110487: `(a !=/== CST1 ? CST2 : CST3)` pattern for type safetyAndrew Pinski1-16/+8
2023-07-04Fix PR 110487: invalid signed boolean valueAndrew Pinski1-2/+20
2023-07-04xtensa: Use HARD_REG_SET instead of bare integerTakayuki 'January June' Suwa2-11/+11
2023-07-04tree-optimization/110491 - PHI-OPT and undefsRichard Biener2-0/+36
2023-07-04Streamer: Fix out of range memory access of machine modePan Li6-11/+25
2023-07-04LTO: Capture 'lto_file_decl_data *file_data' in 'class lto_input_block'Thomas Schwinge12-21/+21
2023-07-04Use mark_ssa_maybe_undefs in PHI-OPTRichard Biener3-20/+6
2023-07-04Remove unnecessary check on scalar_niter == 0Richard Biener1-7/+0
2023-07-04tree-optimization/110376 - testcase for fixed bugRichard Biener1-0/+39
2023-07-04PR tree-optimization/110531 - Vect: avoid using uninitialized variableHao Liu1-1/+1
2023-07-04tree-optimization/110228 - avoid undefs in ifcombine more thoroughlyRichard Biener3-2/+42
2023-07-04tree-optimization/110436 - bogus live/relevant for unused patternRichard Biener2-0/+19
2023-07-04x86: Enable ENQCMD and UINTR for march=sierraforest.Lili Cui2-4/+5
2023-07-04ada: Do not unnecessarily use component-wise loop for slice assignmentEric Botcazou3-27/+31
2023-07-04ada: Small adjustments to new procedure Expand_Unchecked_Union_EqualityEric Botcazou3-16/+14