aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-09-02ada: Small fixes for FreeBSDPatrick Bernardi2-5/+9
2024-09-02ada: Also reset scope for some nested declarationMarc Poulhiès1-1/+24
2024-09-02ada: Cleanup expansion of object declarationsPiotr Trojanek1-7/+3
2024-09-02ada: Remove repeated guards in validity checksPiotr Trojanek1-6/+2
2024-09-02ranger: Fix up range computation for CLZ [PR116486]Jakub Jelinek2-2/+29
2024-09-02load and store-lanes with SLPRichard Biener31-172/+458
2024-09-02lower SLP load permutation to interleavingRichard Biener5-4/+378
2024-09-01[PATCH] RISC-V: Optimize the cost of the DFmode register move for RV32.Xianmiao Qu2-0/+18
2024-09-01[committed][PR rtl-optimization/116544] Fix test for promoted subregsJeff Law2-1/+23
2024-09-02i386: Support vec_cmp for V8BF/V16BF/V32BF in AVX10.2Levy Hsu4-0/+63
2024-09-02i386: Support vectorized BF16 sqrt with AVX10.2 instructionLevy Hsu1-5/+8
2024-09-02i386: Support vectorized BF16 smaxmin with AVX10.2 instructionsLevy Hsu3-0/+63
2024-09-02i386: Support vectorized BF16 FMA with AVX10.2 instructionsLevy Hsu3-1/+101
2024-09-02i386: Support vectorized BF16 add/sub/mul/div with AVX10.2 instructionsLevy Hsu3-8/+162
2024-09-02i386: Optimize generate insn for AVX10.2 compareHu, Lin15-2/+147
2024-09-02i386: Optimize ordered and nonequalHu, Lin12-0/+12
2024-09-02i386: Auto vectorize sdot_prod, usdot_prod, udot_prod with AVX10.2 instructionsHaochen Jiang7-78/+86
2024-09-02RISC-V: Add testcases for unsigned scalar quad and oct .SAT_TRUNC form 3Pan Li6-0/+102
2024-09-02RISC-V: Add testcases for unsigned scalar quad and oct .SAT_TRUNC form 2Pan Li6-0/+102
2024-09-02RISC-V: Add testcases for form 4 of unsigned vector .SAT_ADD IMMPan Li9-0/+188
2024-09-02RISC-V: Add testcases for form 3 of unsigned vector .SAT_ADD IMMPan Li8-0/+168
2024-09-02RISC-V: Refactor gen zero_extend rtx for SAT_* when expand SImode in RV64Pan Li25-53/+118
2024-09-02Daily bump.GCC Administrator3-1/+27
2024-08-31slsr: Use simple_dce_from_worklist in SLSR [PR116554]Andrew Pinski1-18/+41
2024-09-01testsuite: Prune compilation messages for modules testsHans-Peter Nilsson1-0/+10
2024-09-01Daily bump.GCC Administrator7-1/+183
2024-08-31i386: Support read-modify-write memory operands in STV.Roger Sayle3-3/+16
2024-08-31AVR: Run pass avr-fuse-add a second time after pass_cprop_hardreg.Georg-Johann Lay2-0/+28
2024-08-31AVR: Tidy pass avr-fuse-add.Georg-Johann Lay4-43/+12
2024-08-31testsuite, c++, coroutines: Avoid 'unused' warnings [NFC].Iain Sandoe6-7/+7
2024-08-31testsuite, c++, coroutines: Correct a test intent.Iain Sandoe1-8/+7
2024-08-31c++, coroutines: Make and use a frame access helper.Iain Sandoe1-47/+44
2024-08-31hppa: Enable PA 2.0 symbolic operands on ELF32 targetsJohn David Anglin3-27/+25
2024-08-31phiopt: Ignore some nop statements in heursics [PR116098]Andrew Pinski3-2/+119
2024-08-31testsuite: Change what is being tested for pr66726-2.cAndrew Pinski1-1/+1
2024-08-31Fortran: downgrade use associated namelist group name to legacy extensionHarald Anlauf2-3/+4
2024-08-31c++: Add unsequenced C++ testcaseJakub Jelinek1-0/+53
2024-08-31c: Add support for unsequenced and reproducible attributesJakub Jelinek25-9/+979
2024-08-31AVR: Don't print a space after , when printing instructions.Georg-Johann Lay1-12/+12
2024-08-31Optimize initialization of small padded objectsAlexandre Oliva6-9/+132
2024-08-31Daily bump.GCC Administrator6-1/+115
2024-08-30c++: add fixed test [PR101099]Marek Polacek1-0/+6
2024-08-30c++: add fixed test [PR115616]Marek Polacek1-0/+24
2024-08-30c++: fix used but not defined warning for friendJason Merrill2-1/+14
2024-08-30Fortran: default-initialization of derived-type function results [PR98454]Harald Anlauf4-2/+163
2024-08-30gdbhooks: Fix printing of vec with vl_ptr layoutAlex Coplan1-3/+27
2024-08-30Don't remove /usr/lib and /lib from when passing to the linker [PR97304/104707]Andrew Pinski1-18/+6
2024-08-30middle-end: Remove integer_three_node [PR116537]Andrew Pinski4-4/+1
2024-08-30expand: Small speed up expansion of __builtin_prefetchAndrew Pinski1-14/+14
2024-08-30PR modula2/116181: m2rts fix -Wodr warningGaius Mulley2-31/+7