aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-08-29analyzer: improve strdup handling [PR105899]David Malcolm3-9/+48
2023-08-29RISC-V: Fix one ICE for vect test vect-multitypes-5Pan Li1-0/+23
2023-08-29RISC-V: Add stub support for existing extensions (unprivileged)Tsukasa OI2-0/+32
2023-08-29RISC-V: Add stub support for existing extensions (vendor)Tsukasa OI2-0/+29
2023-08-29RISC-V: Add stub support for existing extensions (privileged)Tsukasa OI2-0/+53
2023-08-29RISC-V: Make PR 102957 tests more comprehensiveTsukasa OI1-0/+5
2023-08-29RISC-V: Refactor and clean expand_cond_len_{unop,binop,ternop}Lehua Ding3-126/+58
2023-08-29tree-ssa-math-opts: Improve uaddc/usubc pattern matching [PR111209]Jakub Jelinek2-1/+196
2023-08-29MATCH: Move `(x | y) & (~x ^ y)` over to use bitwise_inverted_equal_pAndrew Pinski2-2/+52
2023-08-29vect test: Remove xfail for riscvJuzhe-Zhong1-1/+1
2023-08-29arm: Fix bootstrap / add missing initializer in MVE type_suffixesChristophe Lyon1-1/+1
2023-08-29RISC-V: Fix ASM check of vlmax_switch_vtype-16.cJuzhe-Zhong1-1/+1
2023-08-29RISC-V: Fix AVL/VL get ICE[VSETVL PASS]Juzhe-Zhong2-16/+31
2023-08-29RISC-V: Fix error combine of pred_mov patternLehua Ding5-49/+106
2023-08-29LoongArch: Enable '-free' starting at -O2.Lulu Cheng3-2/+28
2023-08-29Daily bump.GCC Administrator3-1/+407
2023-08-28RISC-V: Fix documentation of __builtin_riscv_pauseTsukasa OI1-3/+3
2023-08-28RISC-V: __builtin_riscv_pause for all environmentTsukasa OI8-13/+41
2023-08-28Fix cond-bool-2.c on powerpc and other targetsAndrew Pinski1-1/+1
2023-08-28MATCH: Move `(X & ~Y) | (~X & Y)` over to use bitwise_inverted_equal_pAndrew Pinski3-7/+41
2023-08-28MATCH: Remove redundant pattern for `(x | y) & ~x`Andrew Pinski1-8/+0
2023-08-28PHIOPT: Add dump for match and simplify and early phioptAndrew Pinski1-26/+44
2023-08-28RISC-V: Fix uninitialized probability for GIMPLE IR testsJuzhe-Zhong1-1/+12
2023-08-28RISC-V: Disable user vsetvl fusion into EMPTY or DIRTY (Polluted EMPTY) blockJuzhe-Zhong1-2/+36
2023-08-28arm: [MVE intrinsics] rework vmullbq_poly vmulltq_polyChristophe Lyon4-248/+6
2023-08-28arm: [MVE intrinsics] add unspec_mve_function_exact_insn_vmull_polyChristophe Lyon1-1/+55
2023-08-28arm: [MVE intrinsics] add binary_widen_poly shapeChristophe Lyon2-0/+50
2023-08-28arm: [MVE intrinsics] add support for U and p formats in parse_element_typeChristophe Lyon1-0/+16
2023-08-28arm: [MVE intrinsics] add support for p8 and p16 polynomial typesChristophe Lyon3-1/+12
2023-08-28arm: [MVE intrinsics] rework vmullbq_int vmulltq_intChristophe Lyon4-648/+6
2023-08-28arm: [MVE intrinsics] add binary_widen shapeChristophe Lyon2-2/+45
2023-08-28arm: [MVE intrinsics] add unspec_mve_function_exact_insn_vmullChristophe Lyon1-0/+74
2023-08-28arm: [MVE intrinsics] factorize vmullbq vmulltqChristophe Lyon2-85/+38
2023-08-28arm: [MVE intrinsics] Remove dead check for float type in parse_element_typeChristophe Lyon1-2/+1
2023-08-28arm: [MVE intrinsics] fix binary_acca_int32 and binary_acca_int64 shapesChristophe Lyon1-2/+2
2023-08-28[frange] Handle relations in LTGT_EXPR.Aldy Hernandez1-2/+17
2023-08-28LoongArch: Remove redundant sign extension instructions caused by SLT instruc...Lulu Cheng2-4/+63
2023-08-28RISC-V: Fix VSETVL test failuresJuzhe-Zhong7-12/+4
2023-08-28Use vmaskmov{ps,pd} for VI48_128_256 when TARGET_AVX2 is not available.liuhongt1-18/+30
2023-08-28RISC-V: Refactor Phase 3 (Demand fusion) of VSETVL PASSJuzhe-Zhong58-1117/+765
2023-08-28Daily bump.GCC Administrator3-1/+254
2023-08-27RISC-V: Fix spill-11.c testsuite failureJeff Law1-2/+2
2023-08-27RISC-V: Fix spill-12 testJeff Law1-6/+1
2023-08-27RISC-V: Fix xtheadcondmov-indirect.cJeff Law1-2/+2
2023-08-27analyzer: Move gcc.dg/analyzer tests to c-c++-common (1) [PR96395]benjamin priour120-619/+1136
2023-08-27Daily bump.GCC Administrator4-1/+58
2023-08-26Fortran: Supply a missing dereference [PR92586]Paul Thomas2-1/+63
2023-08-26RISC-V: Support LEN_FOLD_EXTRACT_LAST auto-vectorizationJuzhe-Zhong32-6/+478
2023-08-25Fix phi-opt-34.c testcaseAndrew Pinski1-1/+1
2023-08-26Daily bump.GCC Administrator8-1/+474