Age | Commit message (Expand) | Author | Files | Lines |
2024-07-01 | i386: Additional peephole2 to use lea in round-up integer division. | Roger Sayle | 2 | -0/+28 |
2024-07-01 | AVR: target/88236, target/115726 - Fix __memx code generation. | Georg-Johann Lay | 3 | -3/+138 |
2024-07-01 | testsuite/52641 - Adjust some test cases to less capable platforms. | Georg-Johann Lay | 5 | -4/+8 |
2024-07-01 | libgomp, openmp: Add ompx_gnu_pinned_mem_alloc | Andrew Stubbs | 2 | -4/+23 |
2024-07-01 | tree-optimization/115723 - ICE with .COND_ADD reduction | Richard Biener | 2 | -4/+33 |
2024-07-01 | tree-optimization/115694 - ICE with complex store rewrite | Richard Biener | 2 | -0/+15 |
2024-07-01 | Remove vcond{,u,eq}<mode> expanders since they will be obsolete. | liuhongt | 2 | -310/+0 |
2024-07-01 | Optimize a < 0 ? -1 : 0 to (signed)a >> 31. | liuhongt | 4 | -3/+138 |
2024-07-01 | Adjust testcase for the regressed testcases after obsolete of vcond{,u,eq}. | liuhongt | 9 | -9/+70 |
2024-07-01 | Add more splitter for mskmov with avx512 comparison. | liuhongt | 1 | -23/+209 |
2024-07-01 | Match IEEE min/max with UNSPEC_IEEE_{MIN,MAX}. | liuhongt | 1 | -0/+63 |
2024-07-01 | Lower AVX512 kmask comparison back to AVX2 comparison when op_{true,false} is... | liuhongt | 1 | -0/+97 |
2024-07-01 | Add more splitters to match (unspec [op1 op2 (gt op3 constm1_operand)] UNSPEC... | liuhongt | 1 | -0/+130 |
2024-07-01 | Enable flate-combine. | liuhongt | 15 | -24/+42 |
2024-07-01 | Extend lshifrtsi3_1_zext to ?k alternative. | liuhongt | 2 | -6/+41 |
2024-07-01 | Define mask as extern instead of uninitialized local variables. | liuhongt | 6 | -10/+10 |
2024-07-01 | Daily bump. | GCC Administrator | 3 | -1/+49 |
2024-06-30 | hppa: Fix ICE caused by mismatched predicate and constraint in xmpyu patterns | John David Anglin | 1 | -18/+0 |
2024-06-30 | tree-optimization/115701 - fix maybe_duplicate_ssa_info_at_copy | Richard Biener | 2 | -14/+30 |
2024-06-30 | tree-optimization/115701 - factor out maybe_duplicate_ssa_info_at_copy | Richard Biener | 4 | -50/+34 |
2024-06-30 | Harden SLP reduction support wrt STMT_VINFO_REDUC_IDX | Richard Biener | 1 | -2/+21 |
2024-06-30 | vect: Determine input vectype for multiple lane-reducing operations | Feng Xue | 1 | -23/+56 |
2024-06-30 | vect: Fix shift-by-induction for single-lane slp | Feng Xue | 3 | -1/+122 |
2024-06-30 | Daily bump. | GCC Administrator | 5 | -1/+47 |
2024-06-29 | [PR115565] cse: Don't use a valid regno for non-register in comparison_qty | Maciej W. Rozycki | 1 | -2/+2 |
2024-06-29 | [to-be-committed,RISC-V,V4] movmem for RISCV with V extension | Sergei Lewis | 2 | -0/+82 |
2024-06-29 | Fortran: fix ALLOCATE with SOURCE of deferred character length [PR114019] | Harald Anlauf | 2 | -1/+73 |
2024-06-29 | Match: Support imm form for unsigned scalar .SAT_ADD | Pan Li | 2 | -0/+26 |
2024-06-29 | jit: Fix Darwin bootstrap after r15-1699. | Iain Sandoe | 1 | -2/+2 |
2024-06-28 | [committed] Fix mcore-elf regression after recent IRA change | Jeff Law | 1 | -6/+10 |
2024-06-29 | Daily bump. | GCC Administrator | 5 | -1/+139 |
2024-06-28 | c++: bad 'this' conversion for nullary memfn [PR106760] | Patrick Palka | 2 | -1/+15 |
2024-06-28 | ssa_lazy_cache takes an optional bitmap_obstack pointer. | Andrew MacLeod | 4 | -7/+33 |
2024-06-28 | i386: Cleanup tmp variable usage in ix86_expand_move | Uros Bizjak | 1 | -12/+10 |
2024-06-28 | Use move-aware auto_vec in map | Jørgen Kvalsvik | 1 | -1/+1 |
2024-06-28 | tree-optimization/115652 - more fixing of the fix | Richard Biener | 1 | -2/+9 |
2024-06-28 | i386: Fix regression after refactoring legitimize_pe_coff_symbol, ix86_GOT_al... | Evgeny Karpov | 8 | -10/+23 |
2024-06-28 | Remove unused hybrid_* operators in range-ops. | Aldy Hernandez | 1 | -156/+0 |
2024-06-28 | tree-optimization/115640 - outer loop vect with inner SLP permute | Richard Biener | 1 | -3/+8 |
2024-06-28 | amdgcn: Fix RDNA V32 permutations [PR115640] | Andrew Stubbs | 1 | -1/+1 |
2024-06-28 | Add gfc_class_set_vptr. | Andre Vehreschild | 4 | -148/+111 |
2024-06-28 | Use gfc_reset_vptr more consistently. | Andre Vehreschild | 4 | -82/+38 |
2024-06-28 | i386: Handle sign_extend like zero_extend in *concatditi3_[346] | Roger Sayle | 2 | -3/+13 |
2024-06-28 | i386: Some additional AVX512 ternlog refinements. | Roger Sayle | 8 | -10/+39 |
2024-06-28 | Daily bump. | GCC Administrator | 6 | -1/+352 |
2024-06-27 | libgccjit: Add ability to get the alignment of a type | Antoni Boucher | 11 | -15/+221 |
2024-06-27 | c: Error message for incorrect use of static in array declarations. | Martin Uecker | 2 | -33/+44 |
2024-06-27 | Disable late-combine for -O0 [PR115677] | Richard Sandiford | 1 | -1/+7 |
2024-06-27 | s390: Check for ADDR_REGS in s390_decompose_addrstyle_without_index | Stefan Schulze Frielinghaus | 1 | -1/+3 |
2024-06-27 | tree-optimization/115669 - fix SLP reduction association | Richard Biener | 2 | -0/+25 |