Age | Commit message (Expand) | Author | Files | Lines |
2023-06-24 | RISC-V: Support RVV floating-point auto-vectorization | Juzhe-Zhong | 40 | -34/+1386 |
2023-06-24 | LOOP IVOPTS: Apply LEN_MASK_{LOAD,STORE} | Ju-Zhe Zhong | 1 | -3/+11 |
2023-06-24 | IVOPTS: Add LEN_MASK_{LOAD, STORE} into 'get_alias_ptr_type_for_ptr_address' | Ju-Zhe Zhong | 1 | -0/+2 |
2023-06-23 | text-art: remove explicit #include of C++ standard library headers | David Malcolm | 18 | -5/+25 |
2023-06-24 | VECT: Apply LEN_MASK_{LOAD,STORE} into vectorizer | Ju-Zhe Zhong | 4 | -83/+267 |
2023-06-24 | Daily bump. | GCC Administrator | 6 | -1/+154 |
2023-06-23 | compiler, libgo: support bootstrapping gc compiler | Ian Lance Taylor | 3 | -3/+33 |
2023-06-23 | c++: provide #include hint for missing includes [PR110164] | David Malcolm | 4 | -1/+22 |
2023-06-23 | c++: Add support for -std={c,gnu}++2{c,6} | Marek Polacek | 9 | -12/+103 |
2023-06-23 | Tiny phiprop compile time optimization | Jan Hubicka | 1 | -3/+5 |
2023-06-23 | Fortran: ABI for scalar CHARACTER(LEN=1),VALUE dummy argument [PR110360] | Harald Anlauf | 2 | -0/+97 |
2023-06-23 | Fix power10 fusion bug with prefixed loads, PR target/105325 | Michael Meissner | 6 | -42/+84 |
2023-06-23 | testsuite,objective-c++: Fix imported NSObjCRuntime.h. | Iain Sandoe | 1 | -0/+3 |
2023-06-23 | Improved SUBREG simplifications in simplify-rtx.cc's simplify_subreg. | Roger Sayle | 1 | -0/+32 |
2023-06-23 | Fix initializer_constant_valid_p_1 TYPE_PRECISION use | Richard Biener | 1 | -1/+2 |
2023-06-23 | Deal with vector typed operands in conversions | Richard Biener | 1 | -5/+8 |
2023-06-23 | [aarch64/match.pd] Fix ICE observed in PR110280. | Prathamesh Kulkarni | 2 | -1/+20 |
2023-06-23 | Fix tree_simple_nonnegative_warnv_p for VECTOR_TYPEs | Richard Biener | 1 | -1/+2 |
2023-06-23 | Properly guard vect_look_through_possible_promotion | Richard Biener | 1 | -1/+5 |
2023-06-23 | Use element_precision for match.pd arith conversion optimization | Richard Biener | 1 | -4/+4 |
2023-06-23 | Bogus and missed folding on vector compares | Richard Biener | 2 | -4/+4 |
2023-06-23 | Optimize vector codegen for invariant loads, fix SLP support | Richard Biener | 1 | -20/+19 |
2023-06-23 | Improve vector_vector_composition_type | Richard Biener | 1 | -0/+8 |
2023-06-23 | Daily bump. | GCC Administrator | 6 | -1/+357 |
2023-06-22 | rust: Update usage of TARGET_AIX to TARGET_AIX_OS | Paul E. Murphy | 1 | -3/+3 |
2023-06-22 | go: Update usage of TARGET_AIX to TARGET_AIX_OS | Paul E. Murphy | 2 | -7/+7 |
2023-06-22 | configure: Implement --enable-host-bind-now | Marek Polacek | 3 | -3/+36 |
2023-06-22 | Change fma_reassoc_width tuning for ampere1 | Di Zhao OS | 1 | -1/+1 |
2023-06-22 | tree-optimization/110332 - fix ICE with phiprop | Richard Biener | 4 | -3/+46 |
2023-06-22 | i386: Convert ptestz of pandn into ptestc. | Roger Sayle | 11 | -10/+259 |
2023-06-21 | analyzer: add text-art visualizations of out-of-bounds accesses [PR106626] | David Malcolm | 54 | -148/+4383 |
2023-06-21 | diagnostics: add support for "text art" diagrams | David Malcolm | 43 | -12/+7144 |
2023-06-21 | testsuite: move handle-multiline-outputs to before check for blank lines | David Malcolm | 6 | -15/+21 |
2023-06-21 | compiler: determine types of Slice_{value,info} expressions | Ian Lance Taylor | 3 | -4/+13 |
2023-06-22 | Daily bump. | GCC Administrator | 5 | -1/+317 |
2023-06-21 | function: Change return type of predicate function from int to bool | Uros Bizjak | 2 | -45/+42 |
2023-06-21 | c-family: implement -ffp-contract=on | Alexander Monakov | 5 | -6/+89 |
2023-06-21 | Fortran: Fix some bugs in associate [PR87477] | Paul Thomas | 12 | -29/+286 |
2023-06-21 | Fortran: Seg fault passing string to type cptr dummy [PR108961]. | Paul Thomas | 2 | -1/+30 |
2023-06-21 | vect: Add testcases for unsigned conversions [PR110018] | Uros Bizjak | 2 | -10/+104 |
2023-06-21 | aarch64: Avoid same input and output Z register for gather loads | Kyrylo Tkachov | 4 | -71/+263 |
2023-06-21 | aarch64: Convert SVE gather patterns to compact syntax | Kyrylo Tkachov | 2 | -191/+211 |
2023-06-21 | Revert "aarch64: Convert SVE gather patterns to compact syntax" | Kyrylo Tkachov | 2 | -275/+191 |
2023-06-21 | Move can_vec_mask_load_store_p and get_len_load_store_mode from "optabs-query... | Ju-Zhe Zhong | 5 | -69/+68 |
2023-06-21 | Less strip_offset in IVOPTs | Richard Biener | 1 | -3/+4 |
2023-06-21 | Less strip_offset in IVOPTs | Richard Biener | 1 | -4/+4 |
2023-06-21 | Hide IVOPTs strip_offset | Richard Biener | 3 | -6/+9 |
2023-06-21 | aarch64: Convert SVE gather patterns to compact syntax | Kyrylo Tkachov | 2 | -191/+275 |
2023-06-21 | docs: replace backslashchar [PR 110329]. | Tamar Christina | 1 | -1/+1 |
2023-06-21 | [i386] Reject too large vectors for partial vector vectorization | Richard Biener | 3 | -0/+51 |