Age | Commit message (Expand) | Author | Files | Lines |
2024-08-12 | rs6000: ROP - Do not disable shrink-wrapping for leaf functions [PR114759] | Peter Bergner | 1 | -0/+16 |
2024-08-12 | RISC-V: Fix missing abi arg in test | Edwin Lu | 1 | -1/+1 |
2024-08-12 | [rtl-optimization/116244] Don't create bogus regs in alter_subreg | Jeff Law | 2 | -0/+260 |
2024-08-12 | ifcvt: Handle multiple rewired regs and refactor noce_convert_multiple_sets | Manolis Tsamis | 1 | -0/+20 |
2024-08-12 | ifcvt: Allow more operations in multiple set if conversion | Manolis Tsamis | 1 | -0/+79 |
2024-08-12 | AVR: target/85624 - Fix non-matching alignment in clrmem* insns. | Georg-Johann Lay | 1 | -0/+7 |
2024-08-12 | 16-bit testsuite fixes - excessive code size | Joern Rennecke | 4 | -0/+5 |
2024-08-12 | This fixes problems with tests that exceed a data type or the maximum stack f... | Joern Rennecke | 7 | -5/+14 |
2024-08-12 | aarch64: Emit ADD X, Y, Y instead of SHL X, Y, #1 for Advanced SIMD | Kyrylo Tkachov | 1 | -0/+64 |
2024-08-12 | Fortran: Fix coarray in associate not linking [PR85510] | Andre Vehreschild | 1 | -0/+19 |
2024-08-12 | Initial support for AVX10.2 | Haochen Jiang | 7 | -16/+14 |
2024-08-12 | PR target/116275: Handle STV of *extenddi2_doubleword_highpart on i386. | Roger Sayle | 1 | -0/+15 |
2024-08-12 | LoongArch: Provide ashr lshr and ashl RTL pattern for vectors. | Lulu Cheng | 1 | -0/+147 |
2024-08-12 | LoongArch: Use iorn and andn standard pattern names. | Lulu Cheng | 2 | -0/+39 |
2024-08-11 | Daily bump. | GCC Administrator | 1 | -0/+23 |
2024-08-11 | i386: testsuite: Adapt fentryname3.c for r14-811 change [PR70150] | Xi Ruoyao | 1 | -2/+1 |
2024-08-11 | i386: testsuite: Add -no-pie for pr113689-1.c [PR70150] | Xi Ruoyao | 1 | -1/+1 |
2024-08-10 | testsuite: Fix up sse3-addsubps.c | Jakub Jelinek | 1 | -1/+1 |
2024-08-09 | c++: inherited CTAD fixes [PR116276] | Patrick Palka | 3 | -2/+73 |
2024-08-10 | Daily bump. | GCC Administrator | 1 | -0/+86 |
2024-08-09 | [RISC-V][PR target/116283] Fix split code for recent Zbs improvements with ma... | Jeff Law | 1 | -0/+15 |
2024-08-09 | Revert "lra: emit caller-save register spills before call insn [PR116028]" | Kyrylo Tkachov | 2 | -2/+2 |
2024-08-09 | c++: Don't accept multiple enum definitions within template class [PR115806] | Simon Martin | 1 | -0/+9 |
2024-08-09 | RISC-V: Enable stack clash in alloca | Raphael Moreira Zinsly | 13 | -0/+185 |
2024-08-09 | RISC-V: Add support to vector stack-clash protection | Raphael Moreira Zinsly | 3 | -0/+90 |
2024-08-09 | RISC-V: Stack-clash protection implemention | Raphael Moreira Zinsly | 25 | -5/+287 |
2024-08-09 | c++: add fixed testcase [PR116289] | Patrick Palka | 1 | -0/+16 |
2024-08-09 | i386: Fix up __builtin_ia32_b{extr{,i}_u{32,64},zhi_{s,d}i} folding [PR116287] | Jakub Jelinek | 3 | -0/+81 |
2024-08-09 | Daily bump. | GCC Administrator | 1 | -0/+100 |
2024-08-08 | aarch64/testsuite: Fix if-compare_2.c for removing vcond{,u,eq} patterns [PR1... | Andrew Pinski | 1 | -2/+7 |
2024-08-08 | AArch64: Fix signbit mask creation after late combine [PR116229] | Tamar Christina | 1 | -0/+20 |
2024-08-08 | AVR: target/116295 - Fix unrecognizable insn with __flash read. | Georg-Johann Lay | 1 | -0/+22 |
2024-08-08 | RISC-V: rv32/DF: Prevent 2 SImode loads using XTheadMemIdx | Christoph Müllner | 2 | -2/+4 |
2024-08-08 | RISC-V: xthead(f)memidx: Eliminate optimization patterns | Christoph Müllner | 1 | -0/+15 |
2024-08-08 | RISC-V: testsuite: xtheadfmemidx: Rename test and add similar Zfa test | Christoph Müllner | 2 | -2/+42 |
2024-08-08 | [RISC-V][PR target/116240] Ensure object is a comparison before extracting ar... | Jeff Law | 1 | -0/+12 |
2024-08-08 | Rearrange SLP nodes with duplicate statements [PR98138] | Manolis Tsamis | 1 | -0/+36 |
2024-08-08 | c++: Propagate TREE_ADDRESSABLE in fixup_type_variants [PR115062] | Nathaniel Shead | 3 | -0/+29 |
2024-08-08 | c++, libstdc++: Implement C++26 P2747R2 - constexpr placement new [PR115744] | Jakub Jelinek | 5 | -3/+202 |
2024-08-08 | tree-optimization/116258 - fix i386 testcase | Richard Biener | 1 | -1/+1 |
2024-08-08 | lra: emit caller-save register spills before call insn [PR116028] | Surya Kumari Jangala | 2 | -2/+2 |
2024-08-08 | RISC-V: Minimal support for Zimop extension. | Jiawei | 2 | -0/+10 |
2024-08-08 | c++/modules: Handle instantiating already tsubsted template friend classes [P... | Nathaniel Shead | 3 | -0/+80 |
2024-08-08 | c++/modules: Fix merging of GM entities in partitions [PR114950] | Nathaniel Shead | 10 | -2/+81 |
2024-08-08 | c++/modules: Clarify error message in read_enum_def | Nathaniel Shead | 1 | -3/+3 |
2024-08-08 | Daily bump. | GCC Administrator | 1 | -0/+209 |
2024-08-07 | c++: erroneous partial spec vs primary tmpl [PR116064] | Patrick Palka | 1 | -0/+15 |
2024-08-07 | c++: Implement CWG2387 - Linkage of const-qualified variable template [PR109126] | Jakub Jelinek | 2 | -0/+47 |
2024-08-07 | aarch64/testsuite: Add testcases for recently fixed PRs | Andrew Pinski | 2 | -0/+29 |
2024-08-07 | rs6000, Add new overloaded vector shift builtin int128 variants | Carl Love | 1 | -0/+419 |