aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-09-07[LRA]: Don't reuse chosen insn alternative with special memory constraintVladimir N. Makarov2-2/+28
2023-09-07RISC-V: Add VLS mask modes mov patternsJuzhe-Zhong4-37/+76
2023-09-07gccrs: Experiment with adding an error code to an errorDavid Malcolm5-3/+65
2023-09-07diagnostics: add error_metaDavid Malcolm2-0/+18
2023-09-07middle-end: Avoid calling targetm.c.bitint_type_info inside of gcc_assert [PR...Jakub Jelinek6-12/+18
2023-09-07LoongArch: Use bstrins instruction for (a & ~mask) and (a & mask) | (b & ~mas...Xi Ruoyao6-1/+225
2023-09-07lra: Avoid unfolded plus-0Richard Sandiford1-1/+1
2023-09-07RISC-V: Remove incorrect earliest vsetvl post optimization[PR111313]Juzhe-Zhong36-99/+61
2023-09-07RISC-V: Add support for 'XVentanaCondOps' reusing 'Zicond' supportTsukasa OI9-14/+82
2023-09-07Daily bump.GCC Administrator7-1/+709
2023-09-06-fgo-dump-spec: support _BitIntIan Lance Taylor2-0/+30
2023-09-06cmd/go: permit $AR to include optionsIan Lance Taylor1-1/+1
2023-09-06Additional _BitInt test coverage [PR102989]Jakub Jelinek8-1/+132
2023-09-06Handle BITINT_TYPE in build_{,minus_}one_cst [PR102989]Jakub Jelinek1-2/+2
2023-09-06_BitInt profile fixes [PR102989]Jakub Jelinek1-2/+4
2023-09-06Add further _BitInt <-> floating point tests [PR102989]Jakub Jelinek11-74/+2098
2023-09-06libgcc _BitInt helper documentation [PR102989]Jakub Jelinek1-0/+83
2023-09-06C _BitInt incremental fixes [PR102989]Jakub Jelinek16-3/+204
2023-09-06testsuite part 2 for _BitInt support [PR102989]Jakub Jelinek34-0/+5283
2023-09-06testsuite part 1 for _BitInt support [PR102989]Jakub Jelinek38-0/+4621
2023-09-06C _BitInt support [PR102989]Jakub Jelinek14-139/+818
2023-09-06ubsan: _BitInt -fsanitize=undefined support [PR102989]Jakub Jelinek4-15/+119
2023-09-06i386: Enable _BitInt on x86-64 [PR102989]Jakub Jelinek1-1/+31
2023-09-06_BitInt lowering support [PR102989]Jakub Jelinek8-6/+6270
2023-09-06Middle-end _BitInt support [PR102989]Jakub Jelinek30-63/+877
2023-09-06RISC-V: Fix incorrect mode tieable which cause ICE in RA[PR111296]Juzhe-Zhong2-0/+23
2023-09-06RISC-V: Fix VSETVL PASS AVL/VL fetch bug[111295]Juzhe-Zhong2-2/+37
2023-09-06RISC-V: Remove unreasonable TARGET_64BIT for VLS modes with size = 64bitJuzhe-Zhong17-20/+20
2023-09-06analyzer: implement kf_strstr [PR105899]David Malcolm2-0/+150
2023-09-06analyzer: implement kf_strncpy [PR105899]David Malcolm6-8/+398
2023-09-06analyzer: add ctxt to fill_region/zero_fill_regionDavid Malcolm4-13/+22
2023-09-06RISC-V: Fix incorrect folder for VRGATHERI16 test casePan Li1-0/+0
2023-09-06xtensa: Optimize boolean evaluation when SImode EQ/NE to zero if TARGET_MINMAXTakayuki 'January June' Suwa2-40/+37
2023-09-06riscv: xtheadbb: Fix xtheadbb-li-rotr test for rv32Christoph Müllner1-1/+1
2023-09-06RISC-V: Keep vlmax vector operators in simple form until split1 passLehua Ding5-136/+276
2023-09-06RISC-V: Part-3: Output .variant_cc directive for vector functionLehua Ding4-0/+105
2023-09-06RISC-V: Part-2: Save/Restore vector registers which need to be preversedLehua Ding12-32/+994
2023-09-06RISC-V: Part-1: Select suitable vector registers for vector type args and ret...Lehua Ding16-17/+1610
2023-09-06c: Don't pedwarn on _FloatN{,x} or {f,F}N{,x} suffixes for C2XJakub Jelinek18-7/+218
2023-09-06RISC-V: Add conditional sqrt autovec patternLehua Ding6-2/+131
2023-09-05c++: [[no_unique_address]] and cv-qualified typeJason Merrill4-2/+88
2023-09-06RISC-V: typo: add closing paren to a commentTsukasa OI1-1/+1
2023-09-06RISC-V: Fix Zicond ICE on large constantsTsukasa OI2-6/+26
2023-09-06Daily bump.GCC Administrator5-1/+187
2023-09-05riscv: Synthesize all 11-bit-rotate constants with roriChristoph Müllner3-12/+118
2023-09-05RISC-V: Expose bswapsi for TARGET_64BITJeff Law1-1/+10
2023-09-05MATCH: Add `(x | c) & ~(y | c)` and `x & ~(y | x)` patterns [PR98710]Andrew Pinski3-1/+48
2023-09-05MATCH: Add pattern for `(x | y) & (x & z)`Andrew Pinski3-1/+38
2023-09-05MATCH: `(nop_convert)-(convert)a` into -(convert)a if we are converting from ...Andrew Pinski3-0/+46
2023-09-05MATCH: Add `~MAX(~X, Y)` pattern: [PR96694]Andrew Pinski2-1/+37