Age | Commit message (Expand) | Author | Files | Lines |
2023-06-26 | d: Merge upstream dmd, druntime a45f4e9f43, phobos 106038f2e. | Iain Buclaw | 13 | -28/+198 |
2023-06-25 | RISC-V: Optimize VSETVL codegen of SELECT_VL with LEN_MASK_{LOAD, STORE} | Juzhe-Zhong | 2 | -1/+29 |
2023-06-25 | RISC-V: fix expand function of vlmul_ext RVV intrinsic | Li Xu | 1 | -0/+8 |
2023-06-25 | RISC-V: Enable len_mask{load, store} and remove len_{load, store} | Juzhe-Zhong | 6 | -0/+241 |
2023-06-25 | Revert "RISC-V:Add float16 tuple type abi" | Pan Li | 8 | -612/+4 |
2023-06-25 | Revert "RISC-V:Add float16 tuple type support" | Pan Li | 5 | -222/+0 |
2023-06-25 | Refine maskloadmn pattern with UNSPEC_MASKLOAD. | liuhongt | 1 | -0/+10 |
2023-06-25 | RISC-V:Add float16 tuple type abi | yulong | 8 | -4/+612 |
2023-06-25 | Daily bump. | GCC Administrator | 1 | -0/+44 |
2023-06-24 | RISC-V: Support RVV floating-point auto-vectorization | Juzhe-Zhong | 36 | -20/+1162 |
2023-06-23 | text-art: remove explicit #include of C++ standard library headers | David Malcolm | 1 | -0/+1 |
2023-06-24 | Daily bump. | GCC Administrator | 1 | -0/+37 |
2023-06-23 | c++: provide #include hint for missing includes [PR110164] | David Malcolm | 1 | -0/+10 |
2023-06-23 | c++: Add support for -std={c,gnu}++2{c,6} | Marek Polacek | 3 | -2/+33 |
2023-06-23 | Fortran: ABI for scalar CHARACTER(LEN=1),VALUE dummy argument [PR110360] | Harald Anlauf | 1 | -0/+78 |
2023-06-23 | Fix power10 fusion bug with prefixed loads, PR target/105325 | Michael Meissner | 2 | -6/+38 |
2023-06-23 | testsuite,objective-c++: Fix imported NSObjCRuntime.h. | Iain Sandoe | 1 | -0/+3 |
2023-06-23 | [aarch64/match.pd] Fix ICE observed in PR110280. | Prathamesh Kulkarni | 1 | -0/+12 |
2023-06-23 | Daily bump. | GCC Administrator | 1 | -0/+76 |
2023-06-22 | tree-optimization/110332 - fix ICE with phiprop | Richard Biener | 3 | -0/+39 |
2023-06-22 | i386: Convert ptestz of pandn into ptestc. | Roger Sayle | 8 | -2/+168 |
2023-06-21 | analyzer: add text-art visualizations of out-of-bounds accesses [PR106626] | David Malcolm | 25 | -8/+1048 |
2023-06-21 | diagnostics: add support for "text art" diagrams | David Malcolm | 7 | -0/+500 |
2023-06-21 | testsuite: move handle-multiline-outputs to before check for blank lines | David Malcolm | 6 | -15/+21 |
2023-06-22 | Daily bump. | GCC Administrator | 1 | -0/+49 |
2023-06-21 | Fortran: Fix some bugs in associate [PR87477] | Paul Thomas | 5 | -3/+163 |
2023-06-21 | Fortran: Seg fault passing string to type cptr dummy [PR108961]. | Paul Thomas | 1 | -0/+26 |
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 | 2 | -0/+128 |
2023-06-21 | [i386] Reject too large vectors for partial vector vectorization | Richard Biener | 2 | -0/+25 |
2023-06-21 | x86: make VPTERNLOG* usable on less than 512-bit operands with just AVX512F | Jan Beulich | 1 | -0/+32 |
2023-06-21 | x86: add -mprefer-vector-width=512 to new avx512f-dupv2di.c testcase | Jan Beulich | 1 | -1/+1 |
2023-06-21 | Use intermiediate integer type for float_expr/fix_trunc_expr when direct opta... | liuhongt | 1 | -0/+94 |
2023-06-21 | Daily bump. | GCC Administrator | 1 | -0/+239 |
2023-06-20 | libcpp: Improve location for macro names [PR66290] | Lewis Hyatt | 25 | -333/+385 |
2023-06-20 | aarch64: Fix gcc.target/aarch64/sve/pcs failures | Richard Sandiford | 67 | -92/+95 |
2023-06-20 | tree-ssa-math-opts: Small uaddc/usubc pattern matching improvement [PR79173] | Jakub Jelinek | 1 | -0/+33 |
2023-06-20 | ipa-sra: Disable candidates with no known callers (PR 110276) | Martin Jambor | 1 | -0/+15 |
2023-06-20 | rs6000: Add builtins for IEEE 128-bit floating point values | Carl Love | 3 | -0/+226 |
2023-06-20 | RISC-V: testsuite: Add missing -mabi=lp64d. | Robin Dapp | 9 | -9/+9 |
2023-06-20 | RISC-V: Set the natural size of constant vector mask modes to one RVV data ve... | Li Xu | 1 | -0/+11 |
2023-06-20 | RISC-V: Optimize codegen of VLA SLP | Juzhe-Zhong | 3 | -0/+92 |
2023-06-20 | RISC-V: testsuite: Add -Wno-psabi to vec_set/vec_extract testcases. | Robin Dapp | 10 | -10/+10 |
2023-06-20 | RISC-V: testsuite: Fix vmul test expectation and fix -ffast-math. | Robin Dapp | 5 | -3/+5 |
2023-06-20 | Improve DSE to handle stores before __builtin_unreachable () | Richard Biener | 2 | -1/+18 |
2023-06-20 | aarch64: Optimise ADDP with same source operands | Kyrylo Tkachov | 1 | -0/+20 |
2023-06-20 | x86: correct and improve "*vec_dupv2di" | Jan Beulich | 1 | -0/+13 |
2023-06-20 | debug/110295 - mixed up early/late debug for member DIEs | Richard Biener | 1 | -0/+19 |
2023-06-20 | RISC-V: Fix fails of testcases | Juzhe-Zhong | 4 | -4/+4 |
2023-06-20 | RISC-V: Add tuple vector mode psABI checking and simplify code | Lehua Ding | 40 | -38/+87 |