aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-04Fix some minor typos in avr-mcus.def.Georg-Johann Lay1-17/+17
2023-08-04Fix PR 110874: infinite loop in gimple_bitwise_inverted_equal_p with freAndrew Pinski3-42/+79
2023-08-04match.pd: Canonicalize (signed x << c) >> c [PR101955]Drew Ross2-6/+77
2023-08-04RISC-V: Support RVV VFNMSAC rounding mode intrinsic APIPan Li4-0/+74
2023-08-04RISC-V: Support RVV VFMSAC rounding mode intrinsic APIPan Li4-0/+74
2023-08-04RISC-V: Support RVV VFNMACC rounding mode intrinsic APIPan Li4-0/+74
2023-08-04AArch64: Avoid the ICE on empty reduction definition in info_for_reduction [P...Hao Liu2-1/+36
2023-08-04RISC-V: Support RVV VFMACC rounding mode intrinsic APIPan Li6-6/+93
2023-08-04RISC-V: Support RVV VFWMUL rounding mode intrinsic APIPan Li5-1/+51
2023-08-04RISC-V: Support RVV VFDIV and VFRDIV rounding mode intrinsic APIPan Li6-1/+89
2023-08-04Daily bump.GCC Administrator6-1/+370
2023-08-03Print entry count in print_loop_infoJan Hubicka1-1/+2
2023-08-03Update loop iteration estimates after splittingJan Hubicka1-2/+32
2023-08-03Fix profiledbootstrapJan Hubicka1-1/+1
2023-08-03Read global value/mask in IPA.Aldy Hernandez4-40/+47
2023-08-03[PATCH 3/5] [RISC-V] Generate Zicond instruction for select pattern with cond...Xiao Zeng2-6/+58
2023-08-03bpf: CO-RE builtins support tests.Cupertino Miranda9-2/+347
2023-08-03bpf: Implementation of BPF CO-RE builtinsCupertino Miranda11-805/+1595
2023-08-03Add operand ranges to op1_op2_relation API.Andrew MacLeod7-33/+216
2023-08-03Provide a routine for NAME == NAME relation.Andrew MacLeod3-2/+25
2023-08-03Automatically set type is certain Value_Range routines.Andrew MacLeod1-3/+4
2023-08-03[committed][RISC-V] Remove errant hunk of codeJeff Law1-10/+0
2023-08-03testsuite, analyzer: add test case [PR108171]David Malcolm1-0/+31
2023-08-03RISC-V: Fix one comment for binop_frm insnPan Li1-0/+1
2023-08-03analyzer: fix ICE on zero-sized arrays [PR110882]David Malcolm2-1/+23
2023-08-03[libbacktrace] fix up broken testRichard Biener1-5/+5
2023-08-03poly_int: Handle more can_div_trunc_p casesRichard Sandiford2-32/+98
2023-08-03tree-optimization/110838 - vectorization of widened shiftsRichard Biener2-0/+67
2023-08-03tree-optimization/110702 - avoid zero-based memory references in IVOPTsRichard Biener2-1/+47
2023-08-03ada: Add pragma Annotate for GNATcheck exemptionsSheri Bernstein15-0/+66
2023-08-03ada: Rewrite Set_Image_*_Unsigned routines to remove recursion.Vasiliy Fofanov2-100/+55
2023-08-03ada: Fix spurious error on 'Input of private type with Type_Invariant aspectEric Botcazou1-4/+19
2023-08-03ada: Adjust again address arithmetics in System.Dwarf_LinesEric Botcazou1-2/+6
2023-08-03Improve sinking with unrelated defsRichard Biener2-53/+33
2023-08-03Add virtual operand global liveness computation classRichard Biener2-0/+102
2023-08-03Swap loop splitting and final value replacementRichard Biener2-2/+4
2023-08-03s390: Try to emit vlbr/vstbr instead of vperm et al.Stefan Schulze Frielinghaus6-4/+170
2023-08-03s390: Enable vect_bswap test casesStefan Schulze Frielinghaus1-3/+5
2023-08-03Introduce -msmp to select /lib_smp/ on ppc-vx6Alexandre Oliva4-3/+35
2023-08-03RISCV: Add -m(no)-omit-leaf-frame-pointer support.Yanzhang Wang7-1/+78
2023-08-03PR target/110792: Early clobber issues with rot32di2_doubleword on i386.Roger Sayle3-6/+46
2023-08-03RISC-V: Support RVV VFMUL rounding mode intrinsic APIPan Li5-1/+51
2023-08-02Fix `~X & X` and `~X | X` patternsAndrew Pinski2-2/+72
2023-08-03RISC-V: Remove redudant extern declaration in function basePan Li1-1/+0
2023-08-03RISC-V: Support RVV VFWSUB rounding mode intrinsic APIPan Li4-0/+74
2023-08-03Daily bump.GCC Administrator6-1/+202
2023-08-02analyzer: stash values for CPython plugin [PR107646]Eric Feng6-0/+295
2023-08-02rtl-optimization/110867 Fix narrow comparison of memory and constantStefan Schulze Frielinghaus7-8/+12
2023-08-02[committed][RISC-V] Fix 20010221-1.c with zicondJeff Law1-22/+2
2023-08-02Make add_phi_node_to_bb staticRichard Biener2-3/+1