Age | Commit message (Expand) | Author | Files | Lines |
2024-09-02 | ada: Small fixes for FreeBSD | Patrick Bernardi | 2 | -5/+9 |
2024-09-02 | ada: Also reset scope for some nested declaration | Marc Poulhiès | 1 | -1/+24 |
2024-09-02 | ada: Cleanup expansion of object declarations | Piotr Trojanek | 1 | -7/+3 |
2024-09-02 | ada: Remove repeated guards in validity checks | Piotr Trojanek | 1 | -6/+2 |
2024-09-02 | ranger: Fix up range computation for CLZ [PR116486] | Jakub Jelinek | 2 | -2/+29 |
2024-09-02 | load and store-lanes with SLP | Richard Biener | 31 | -172/+458 |
2024-09-02 | lower SLP load permutation to interleaving | Richard Biener | 5 | -4/+378 |
2024-09-01 | [PATCH] RISC-V: Optimize the cost of the DFmode register move for RV32. | Xianmiao Qu | 2 | -0/+18 |
2024-09-01 | [committed][PR rtl-optimization/116544] Fix test for promoted subregs | Jeff Law | 2 | -1/+23 |
2024-09-02 | i386: Support vec_cmp for V8BF/V16BF/V32BF in AVX10.2 | Levy Hsu | 4 | -0/+63 |
2024-09-02 | i386: Support vectorized BF16 sqrt with AVX10.2 instruction | Levy Hsu | 1 | -5/+8 |
2024-09-02 | i386: Support vectorized BF16 smaxmin with AVX10.2 instructions | Levy Hsu | 3 | -0/+63 |
2024-09-02 | i386: Support vectorized BF16 FMA with AVX10.2 instructions | Levy Hsu | 3 | -1/+101 |
2024-09-02 | i386: Support vectorized BF16 add/sub/mul/div with AVX10.2 instructions | Levy Hsu | 3 | -8/+162 |
2024-09-02 | i386: Optimize generate insn for AVX10.2 compare | Hu, Lin1 | 5 | -2/+147 |
2024-09-02 | i386: Optimize ordered and nonequal | Hu, Lin1 | 2 | -0/+12 |
2024-09-02 | i386: Auto vectorize sdot_prod, usdot_prod, udot_prod with AVX10.2 instructions | Haochen Jiang | 7 | -78/+86 |
2024-09-02 | RISC-V: Add testcases for unsigned scalar quad and oct .SAT_TRUNC form 3 | Pan Li | 6 | -0/+102 |
2024-09-02 | RISC-V: Add testcases for unsigned scalar quad and oct .SAT_TRUNC form 2 | Pan Li | 6 | -0/+102 |
2024-09-02 | RISC-V: Add testcases for form 4 of unsigned vector .SAT_ADD IMM | Pan Li | 9 | -0/+188 |
2024-09-02 | RISC-V: Add testcases for form 3 of unsigned vector .SAT_ADD IMM | Pan Li | 8 | -0/+168 |
2024-09-02 | RISC-V: Refactor gen zero_extend rtx for SAT_* when expand SImode in RV64 | Pan Li | 25 | -53/+118 |
2024-09-02 | Daily bump. | GCC Administrator | 3 | -1/+27 |
2024-08-31 | slsr: Use simple_dce_from_worklist in SLSR [PR116554] | Andrew Pinski | 1 | -18/+41 |
2024-09-01 | testsuite: Prune compilation messages for modules tests | Hans-Peter Nilsson | 1 | -0/+10 |
2024-09-01 | Daily bump. | GCC Administrator | 7 | -1/+183 |
2024-08-31 | i386: Support read-modify-write memory operands in STV. | Roger Sayle | 3 | -3/+16 |
2024-08-31 | AVR: Run pass avr-fuse-add a second time after pass_cprop_hardreg. | Georg-Johann Lay | 2 | -0/+28 |
2024-08-31 | AVR: Tidy pass avr-fuse-add. | Georg-Johann Lay | 4 | -43/+12 |
2024-08-31 | testsuite, c++, coroutines: Avoid 'unused' warnings [NFC]. | Iain Sandoe | 6 | -7/+7 |
2024-08-31 | testsuite, c++, coroutines: Correct a test intent. | Iain Sandoe | 1 | -8/+7 |
2024-08-31 | c++, coroutines: Make and use a frame access helper. | Iain Sandoe | 1 | -47/+44 |
2024-08-31 | hppa: Enable PA 2.0 symbolic operands on ELF32 targets | John David Anglin | 3 | -27/+25 |
2024-08-31 | phiopt: Ignore some nop statements in heursics [PR116098] | Andrew Pinski | 3 | -2/+119 |
2024-08-31 | testsuite: Change what is being tested for pr66726-2.c | Andrew Pinski | 1 | -1/+1 |
2024-08-31 | Fortran: downgrade use associated namelist group name to legacy extension | Harald Anlauf | 2 | -3/+4 |
2024-08-31 | c++: Add unsequenced C++ testcase | Jakub Jelinek | 1 | -0/+53 |
2024-08-31 | c: Add support for unsequenced and reproducible attributes | Jakub Jelinek | 25 | -9/+979 |
2024-08-31 | AVR: Don't print a space after , when printing instructions. | Georg-Johann Lay | 1 | -12/+12 |
2024-08-31 | Optimize initialization of small padded objects | Alexandre Oliva | 6 | -9/+132 |
2024-08-31 | Daily bump. | GCC Administrator | 6 | -1/+115 |
2024-08-30 | c++: add fixed test [PR101099] | Marek Polacek | 1 | -0/+6 |
2024-08-30 | c++: add fixed test [PR115616] | Marek Polacek | 1 | -0/+24 |
2024-08-30 | c++: fix used but not defined warning for friend | Jason Merrill | 2 | -1/+14 |
2024-08-30 | Fortran: default-initialization of derived-type function results [PR98454] | Harald Anlauf | 4 | -2/+163 |
2024-08-30 | gdbhooks: Fix printing of vec with vl_ptr layout | Alex Coplan | 1 | -3/+27 |
2024-08-30 | Don't remove /usr/lib and /lib from when passing to the linker [PR97304/104707] | Andrew Pinski | 1 | -18/+6 |
2024-08-30 | middle-end: Remove integer_three_node [PR116537] | Andrew Pinski | 4 | -4/+1 |
2024-08-30 | expand: Small speed up expansion of __builtin_prefetch | Andrew Pinski | 1 | -14/+14 |
2024-08-30 | PR modula2/116181: m2rts fix -Wodr warning | Gaius Mulley | 2 | -31/+7 |