Age | Commit message (Expand) | Author | Files | Lines |
2023-08-25 | OpenMP: Fortran support for imperfectly-nested loops | Sandra Loosemore | 21 | -108/+2058 |
2023-08-25 | OpenMP: New C/C++ testcases for imperfectly nested loops. | Sandra Loosemore | 24 | -0/+2018 |
2023-08-25 | OpenMP: C++ support for imperfectly-nested loops | Sandra Loosemore | 27 | -408/+3228 |
2023-08-25 | OpenMP: C front end support for imperfectly-nested loops | Sandra Loosemore | 10 | -396/+942 |
2023-08-25 | OpenMP: Add OMP_STRUCTURED_BLOCK and GIMPLE_OMP_STRUCTURED_BLOCK. | Sandra Loosemore | 18 | -1/+114 |
2023-08-25 | RISC-V: Enable Hoist to GCSE simple constants | Vineet Gupta | 4 | -11/+22 |
2023-08-25 | MATCH: Move `a ? one_zero : one_zero` matching after min/max matching | Andrew Pinski | 2 | -18/+47 |
2023-08-25 | MATCH: `a | C -> C` when we know that `a & ~C == 0` | Andrew Pinski | 1 | -0/+6 |
2023-08-25 | Fortran: improve bounds checking for DATA with implied-do [PR35095] | Harald Anlauf | 3 | -7/+51 |
2023-08-25 | fortran: Rename TRUE/FALSE to true/false in *.cc files | Uros Bizjak | 5 | -12/+12 |
2023-08-25 | gcc: Rename TRUE/FALSE to true/false in *.cc files | Uros Bizjak | 11 | -73/+73 |
2023-08-25 | analyzer: fix ICE in text art strings support | David Malcolm | 4 | -19/+155 |
2023-08-25 | tree-optimization/111137 - dependence checking for SLP | Richard Biener | 2 | -17/+77 |
2023-08-25 | Apply some TLC to vect_slp_analyze_instance_dependence | Richard Biener | 1 | -130/+108 |
2023-08-25 | [frange] Relax floating point relational folding. | Aldy Hernandez | 2 | -28/+143 |
2023-08-25 | tree-optimization/111136 - STMT_VINFO_SLP_VECT_ONLY and stores | Richard Biener | 1 | -2/+7 |
2023-08-25 | RISC-V: Add early continue for ENTRY and EXIT block | Juzhe-Zhong | 1 | -0/+2 |
2023-08-25 | Refactor mode iterator V_128 and V_128H, V_256 and V_256H | liuhongt | 1 | -58/+7 |
2023-08-24 | RISC-V: Move vector-abi testcases into rvv/base folder | Patrick O'Neill | 9 | -0/+0 |
2023-08-25 | Fix avx512ne2ps2bf16 wrong code [PR 111127] | Hongyu Wang | 2 | -2/+26 |
2023-08-25 | Daily bump. | GCC Administrator | 6 | -1/+892 |
2023-08-24 | i386: Optimize pinsrq of 0 with index 1 into movq [PR94866] | Uros Bizjak | 2 | -0/+25 |
2023-08-24 | Fix tests for PR 106537. | Jose E. Marchesi | 2 | -4/+8 |
2023-08-24 | analyzer: implement kf_strcat [PR105899] | David Malcolm | 7 | -20/+275 |
2023-08-24 | analyzer: handle strlen(BITS_WITHIN) [PR105899] | David Malcolm | 1 | -1/+20 |
2023-08-24 | analyzer: handle INIT_VAL(ELEMENT_REG(STRING_REG), CONSTANT_SVAL) [PR105899] | David Malcolm | 1 | -0/+19 |
2023-08-24 | analyzer: handle strlen(INIT_VAL(STRING_REG)) [PR105899] | David Malcolm | 2 | -21/+54 |
2023-08-24 | analyzer: reimplement kf_memcpy_memmove | David Malcolm | 3 | -10/+48 |
2023-08-24 | analyzer: eliminate region_model::get_string_size [PR105899] | David Malcolm | 2 | -32/+0 |
2023-08-24 | analyzer: reimplement kf_strcpy [PR105899] | David Malcolm | 7 | -23/+150 |
2023-08-24 | analyzer: handle symbolic bindings in scan_for_null_terminator [PR105899] | David Malcolm | 2 | -0/+26 |
2023-08-24 | analyzer: add logging to impl_path_context | David Malcolm | 1 | -2/+11 |
2023-08-24 | tree-optimization/111123 - indirect clobbers thrown away too early | Richard Biener | 3 | -17/+52 |
2023-08-24 | Check that passes do not forget to define profile | Jan Hubicka | 9 | -0/+51 |
2023-08-24 | libstdc++: Add test for illegal pointer arithmetic in format [PR111102] | Paul Dreik | 1 | -0/+15 |
2023-08-24 | libstdc++: fix illegal pointer arithmetic in format [PR111102] | Paul Dreik | 1 | -1/+2 |
2023-08-24 | libstdc++: Fix -Wunused-but-set-variable in std::format_to test | Jonathan Wakely | 1 | -4/+4 |
2023-08-24 | libstdc++: Tweak some preprocessor conditions for feature tests | Jonathan Wakely | 3 | -18/+18 |
2023-08-24 | libstdc++: Implement new SI prefixes in <ratio> for C++23 (P2734R0) | Jonathan Wakely | 4 | -20/+61 |
2023-08-24 | Fix confusion about load_p in vect_build_slp_tree_1 | Richard Biener | 1 | -18/+24 |
2023-08-24 | libstdc++: Add pretty printer for std::locale | Jonathan Wakely | 2 | -0/+81 |
2023-08-24 | libstdc++: Declutter std::optional and std:variant pretty printers [PR110944] | Jonathan Wakely | 4 | -23/+22 |
2023-08-24 | Fix profile update in gimple-harden-conditionals.cc | Jan Hubicka | 1 | -0/+1 |
2023-08-24 | RISC-V: Add COND_LEN_FNMA/COND_LEN_FMS/COND_LEN_FNMS testcases | Juzhe-Zhong | 27 | -43/+121 |
2023-08-24 | RISC-V: Enable pressure-aware scheduling by default. | Robin Dapp | 27 | -25/+32 |
2023-08-24 | RISC-V: Allow const 17-31 for vector shift. | Robin Dapp | 2 | -1/+18 |
2023-08-24 | RISC-V: Add missing conversion tests. | Robin Dapp | 17 | -20/+302 |
2023-08-24 | RISC-V: Fix reduc_strict_run-1 test case. | Robin Dapp | 1 | -1/+2 |
2023-08-24 | tree-optimization/111125 - avoid BB vectorization in novector loops | Richard Biener | 1 | -12/+29 |
2023-08-24 | c: Add support for [[__extension__ ...]] | Richard Sandiford | 4 | -20/+193 |