aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-06GTY: Clean up obsolete 'bool needs_cast_p' field of 'gcc/gengtype.cc:struct w...Thomas Schwinge1-11/+8
2023-07-06GTY: Repair 'enum gty_token', 'token_names' desynchronizationThomas Schwinge2-1/+7
2023-07-06GTY: Enhance 'string_length' option documentationThomas Schwinge2-3/+12
2023-07-06GTY: Explicitly reject 'string_length' option for (fields in) global variablesThomas Schwinge2-0/+14
2023-07-06GGC: Remove unused 'bool is_string' arguments to 'ggc_pch_{count,alloc,write}...Thomas Schwinge3-18/+12
2023-07-06[Committed] Handle COPYSIGN in dwarf2out.cc's mem_loc_descriptor.Roger Sayle1-0/+1
2023-07-06i386: Update document for inlining rulesHongyu Wang1-5/+14
2023-07-06tree-optimization/110515 - wrong code with LIM + PRERichard Biener2-0/+224
2023-07-06VECT: Fix ICE of variable stride on strieded load/store with SELECT_VL loop c...Ju-Zhe Zhong1-4/+2
2023-07-06Fix expectation on gcc.dg/vect/pr71264.cRichard Biener1-3/+0
2023-07-06i386: Inline function with default arch/tune to callerHongyu Wang3-7/+66
2023-07-06RISC-V: Handle rouding mode correctly on zfinxKito Cheng1-1/+1
2023-07-06Adjust rtx_cost for DF/SFmode AND/IOR/XOR/ANDN operations.liuhongt2-3/+22
2023-07-05Fix PR 110554: vec lowering introduces scalar signed-boolean:32 comparisonsAndrew Pinski1-2/+6
2023-07-06Disparage slightly for the alternative which move DFmode between SSE_REGS and...liuhongt2-2/+13
2023-07-05rs6000: Remove redundant initialization [PR106907]Jeevitha Palanisamy1-2/+1
2023-07-06tree-optimization/110474 - Vect: select small VF for epilog of unrolled loopHao Liu2-6/+47
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