aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-25OpenMP: Add OMP_STRUCTURED_BLOCK and GIMPLE_OMP_STRUCTURED_BLOCK.Sandra Loosemore18-1/+114
2023-08-25RISC-V: Enable Hoist to GCSE simple constantsVineet Gupta4-11/+22
2023-08-25MATCH: Move `a ? one_zero : one_zero` matching after min/max matchingAndrew Pinski2-18/+47
2023-08-25MATCH: `a | C -> C` when we know that `a & ~C == 0`Andrew Pinski1-0/+6
2023-08-25Fortran: improve bounds checking for DATA with implied-do [PR35095]Harald Anlauf3-7/+51
2023-08-25fortran: Rename TRUE/FALSE to true/false in *.cc filesUros Bizjak5-12/+12
2023-08-25gcc: Rename TRUE/FALSE to true/false in *.cc filesUros Bizjak11-73/+73
2023-08-25analyzer: fix ICE in text art strings supportDavid Malcolm4-19/+155
2023-08-25tree-optimization/111137 - dependence checking for SLPRichard Biener2-17/+77
2023-08-25Apply some TLC to vect_slp_analyze_instance_dependenceRichard Biener1-130/+108
2023-08-25[frange] Relax floating point relational folding.Aldy Hernandez2-28/+143
2023-08-25tree-optimization/111136 - STMT_VINFO_SLP_VECT_ONLY and storesRichard Biener1-2/+7
2023-08-25RISC-V: Add early continue for ENTRY and EXIT blockJuzhe-Zhong1-0/+2
2023-08-25Refactor mode iterator V_128 and V_128H, V_256 and V_256Hliuhongt1-58/+7
2023-08-24RISC-V: Move vector-abi testcases into rvv/base folderPatrick O'Neill9-0/+0
2023-08-25Fix avx512ne2ps2bf16 wrong code [PR 111127]Hongyu Wang2-2/+26
2023-08-25Daily bump.GCC Administrator6-1/+892
2023-08-24i386: Optimize pinsrq of 0 with index 1 into movq [PR94866]Uros Bizjak2-0/+25
2023-08-24Fix tests for PR 106537.Jose E. Marchesi2-4/+8
2023-08-24analyzer: implement kf_strcat [PR105899]David Malcolm7-20/+275
2023-08-24analyzer: handle strlen(BITS_WITHIN) [PR105899]David Malcolm1-1/+20
2023-08-24analyzer: handle INIT_VAL(ELEMENT_REG(STRING_REG), CONSTANT_SVAL) [PR105899]David Malcolm1-0/+19
2023-08-24analyzer: handle strlen(INIT_VAL(STRING_REG)) [PR105899]David Malcolm2-21/+54
2023-08-24analyzer: reimplement kf_memcpy_memmoveDavid Malcolm3-10/+48
2023-08-24analyzer: eliminate region_model::get_string_size [PR105899]David Malcolm2-32/+0
2023-08-24analyzer: reimplement kf_strcpy [PR105899]David Malcolm7-23/+150
2023-08-24analyzer: handle symbolic bindings in scan_for_null_terminator [PR105899]David Malcolm2-0/+26
2023-08-24analyzer: add logging to impl_path_contextDavid Malcolm1-2/+11
2023-08-24tree-optimization/111123 - indirect clobbers thrown away too earlyRichard Biener3-17/+52
2023-08-24Check that passes do not forget to define profileJan Hubicka9-0/+51
2023-08-24libstdc++: Add test for illegal pointer arithmetic in format [PR111102]Paul Dreik1-0/+15
2023-08-24libstdc++: fix illegal pointer arithmetic in format [PR111102]Paul Dreik1-1/+2
2023-08-24libstdc++: Fix -Wunused-but-set-variable in std::format_to testJonathan Wakely1-4/+4
2023-08-24libstdc++: Tweak some preprocessor conditions for feature testsJonathan Wakely3-18/+18
2023-08-24libstdc++: Implement new SI prefixes in <ratio> for C++23 (P2734R0)Jonathan Wakely4-20/+61
2023-08-24Fix confusion about load_p in vect_build_slp_tree_1Richard Biener1-18/+24
2023-08-24libstdc++: Add pretty printer for std::localeJonathan Wakely2-0/+81
2023-08-24libstdc++: Declutter std::optional and std:variant pretty printers [PR110944]Jonathan Wakely4-23/+22
2023-08-24Fix profile update in gimple-harden-conditionals.ccJan Hubicka1-0/+1
2023-08-24RISC-V: Add COND_LEN_FNMA/COND_LEN_FMS/COND_LEN_FNMS testcasesJuzhe-Zhong27-43/+121
2023-08-24RISC-V: Enable pressure-aware scheduling by default.Robin Dapp27-25/+32
2023-08-24RISC-V: Allow const 17-31 for vector shift.Robin Dapp2-1/+18
2023-08-24RISC-V: Add missing conversion tests.Robin Dapp17-20/+302
2023-08-24RISC-V: Fix reduc_strict_run-1 test case.Robin Dapp1-1/+2
2023-08-24tree-optimization/111125 - avoid BB vectorization in novector loopsRichard Biener1-12/+29
2023-08-24c: Add support for [[__extension__ ...]]Richard Sandiford4-20/+193
2023-08-24gimple_fold: Support COND_LEN_FNMA/COND_LEN_FMS/COND_LEN_FNMS gimple foldJuzhe-Zhong4-10/+138
2023-08-24tree-optimization/111115 - SLP of masked storesRichard Biener6-21/+94
2023-08-24tree-optimization/111125 - properly cost BB reduction remain stmt handlingRichard Biener1-0/+5
2023-08-24aarch64: Account for different Advanced SIMD fusing optionsRichard Sandiford3-6/+47