Age | Commit message (Expand) | Author | Files | Lines |
2023-10-17 | d: Forbid taking the address of an intrinsic with no implementation | Iain Buclaw | 6 | -63/+222 |
2023-10-17 | Daily bump. | GCC Administrator | 5 | -1/+214 |
2023-10-16 | Fix minor problem in stack probing | Jeff Law | 1 | -1/+4 |
2023-10-16 | diagnostics: special-case -fdiagnostics-text-art-charset=ascii for LANG=C | David Malcolm | 2 | -3/+13 |
2023-10-16 | diagnostics: fix missing initialization of context->extra_output_kind | David Malcolm | 1 | -1/+1 |
2023-10-16 | i386: Allow -mlarge-data-threshold with -mcmodel=large | Uros Bizjak | 4 | -7/+23 |
2023-10-16 | RISC-V: NFC: Move scalar block move expansion code into riscv-string.cc | Christoph Müllner | 3 | -157/+158 |
2023-10-16 | RISC-V/testsuite: add a default march (lacking zfa) to some fp tests | Vineet Gupta | 10 | -10/+20 |
2023-10-16 | Implement new RTL optimizations pass: fold-mem-offsets | Manolis Tsamis | 10 | -1/+974 |
2023-10-16 | d: Merge upstream dmd, druntime 4c18eed967, phobos d945686a4. | Iain Buclaw | 87 | -1931/+2237 |
2023-10-16 | MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p. | Andrew Pinski | 3 | -20/+104 |
2023-10-16 | [PR31531] MATCH: Improve ~a < ~b and ~a < CST, allow a nop cast inbetween ~ a... | Andrew Pinski | 3 | -4/+59 |
2023-10-16 | c++: improve fold-expr location | Jason Merrill | 7 | -54/+66 |
2023-10-16 | c++: fix truncated diagnostic in C++23 [PR111272] | Marek Polacek | 2 | -1/+30 |
2023-10-16 | ARC: Split asl dst,1,src into bset dst,0,src to implement 1<<x. | Roger Sayle | 1 | -0/+16 |
2023-10-16 | s390: Fix expander popcountv8hi2_vx | Stefan Schulze Frielinghaus | 1 | -8/+8 |
2023-10-16 | RISC-V: Use VLS modes if the NITERS is known and smaller than VLS mode elements. | Juzhe-Zhong | 2 | -4/+73 |
2023-10-16 | use more get_range_query | Jiufu Guo | 5 | -17/+6 |
2023-10-16 | Support 32/64-bit vectorization for conversion between _Float16 and integer/f... | liuhongt | 3 | -25/+262 |
2023-10-16 | Enable vectorization for V2HF/V4HF rounding operations and sqrt. | liuhongt | 6 | -11/+521 |
2023-10-16 | Daily bump. | GCC Administrator | 7 | -1/+76 |
2023-10-15 | libgomp.texi: Update "Enabling OpenMP" + OpenACC / invoke.texi: -fopenacc/-fo... | Tobias Burnus | 2 | -13/+18 |
2023-10-15 | middle-end: Improved RTL expansion of 1LL << x. | Roger Sayle | 1 | -21/+26 |
2023-10-15 | modula2: Add m2.etags rule to gcc/m2/Make-lang.in | Gaius Mulley | 1 | -0/+6 |
2023-10-15 | wide-int: Fix estimation of buffer sizes for wide_int printing [PR111800] | Jakub Jelinek | 7 | -33/+69 |
2023-10-15 | d: Merge upstream dmd, druntime f9efc98fd7, phobos a3f22129d. | Iain Buclaw | 167 | -1377/+2419 |
2023-10-15 | combine: Fix handling of unsigned constants | Stefan Schulze Frielinghaus | 1 | -2/+2 |
2023-10-15 | RISC-V: Fix vsingle attribute | Juzhe-Zhong | 1 | -1/+1 |
2023-10-15 | Daily bump. | GCC Administrator | 6 | -1/+130 |
2023-10-14 | Fix ICE in set_cell_span, at text-art/table.cc:148 with D front-end and -fana... | Iain Buclaw | 4 | -7/+66 |
2023-10-14 | d: Reduce code duplication of writing generated files. | Iain Buclaw | 1 | -62/+29 |
2023-10-14 | Fortran: Support OpenMP's 'allocate' directive for stack vars | Tobias Burnus | 21 | -97/+831 |
2023-10-14 | middle-end: Allow _BitInt(65535) [PR102989] | Jakub Jelinek | 9 | -62/+116 |
2023-10-14 | RISC-V: Remove redundant iterators. | Juzhe-Zhong | 1 | -110/+0 |
2023-10-14 | Daily bump. | GCC Administrator | 4 | -1/+224 |
2023-10-13 | Fortran: name conflict between internal procedure and derived type [PR104351] | Harald Anlauf | 3 | -2/+18 |
2023-10-13 | fortran: fix handling of options -ffpe-trap and -ffpe-summary [PR110957] | Harald Anlauf | 2 | -5/+10 |
2023-10-13 | Do not add partial equivalences with no uses. | Andrew MacLeod | 1 | -0/+9 |
2023-10-13 | OMP SIMD inbranch call vectorization for AVX512 style masks | Richard Biener | 4 | -30/+175 |
2023-10-13 | Add support for SLP vectorization of OpenMP SIMD clone calls | Richard Biener | 4 | -29/+196 |
2023-10-13 | RISC-V Regression: Fix FAIL of bb-slp-68.c for RVV | Juzhe-Zhong | 1 | -1/+1 |
2023-10-13 | RISC-V: Refine run test cases of math autovec | Pan Li | 12 | -136/+140 |
2023-10-13 | RISC-V: Add test for FP llfloor auto vectorization | Pan Li | 3 | -0/+114 |
2023-10-13 | RISC-V: Add test for FP ifloor auto vectorization | Pan Li | 3 | -0/+112 |
2023-10-13 | RISC-V: Add test for FP iceil auto vectorization | Pan Li | 3 | -0/+112 |
2023-10-13 | RISC-V: Add test for FP llceil auto vectorization | Pan Li | 3 | -0/+114 |
2023-10-13 | C99 testsuite readiness: Some verified test case adjustments | Florian Weimer | 7 | -20/+19 |
2023-10-13 | C99 test suite readiness: Some unverified test case adjustments | Florian Weimer | 8 | -9/+20 |
2023-10-13 | C99 test suite readiness: Mark some C89 tests | Florian Weimer | 5 | -0/+5 |
2023-10-13 | tree-optimization/111779 - Handle some BIT_FIELD_REFs in SRA | Richard Biener | 4 | -6/+83 |