Age | Commit message (Expand) | Author | Files | Lines |
2024-02-28 | Daily bump. | GCC Administrator | 4 | -1/+104 |
2024-02-27 | analyzer: use correct format code for string literal indices [PR110483,PR111802] | David Malcolm | 1 | -1/+1 |
2024-02-27 | i386: psrlq is not used for PERM<a,{0},1,2,3,4> [PR113871] | Uros Bizjak | 3 | -2/+40 |
2024-02-27 | Fix internal error on non-byte-aligned reference in GIMPLE DSE | Eric Botcazou | 3 | -24/+89 |
2024-02-27 | analyzer: fix ICE on floating-point bounds [PR111881] | David Malcolm | 2 | -0/+14 |
2024-02-27 | Fix small FixMe task in rust macro builtins | jjasmine | 3 | -4/+3 |
2024-02-27 | Adjust error checks to match name resolution 2.0 | Owen Avery | 6 | -10/+10 |
2024-02-27 | arm: warn about deprecation of iwmmx in mmintrin.h | Richard Earnshaw | 1 | -0/+3 |
2024-02-27 | tree-optimization/114074 - CHREC multiplication and undefined overflow | Richard Biener | 5 | -16/+74 |
2024-02-27 | expand: Add trivial folding for bit query builtins at expansion time [PR114044] | Jakub Jelinek | 4 | -5/+110 |
2024-02-27 | tree-optimization/114081 - dominator update for prologue peeling | Richard Biener | 2 | -22/+95 |
2024-02-27 | testsuite: Fix gcc.dg/attr-weakref-1.c on Solaris/x86 with as [PR70582] | Rainer Orth | 1 | -0/+6 |
2024-02-27 | Daily bump. | GCC Administrator | 7 | -1/+191 |
2024-02-26 | AVR: Tag optimization options as "Optimization". | Georg-Johann Lay | 1 | -4/+4 |
2024-02-26 | AVR: Dead code removal. | Georg-Johann Lay | 1 | -7/+2 |
2024-02-26 | Fortran: do not evaluate polymorphic functions twice in assignment [PR114012] | Harald Anlauf | 2 | -0/+85 |
2024-02-26 | rust-fmt: Store parsed string in Pieces struct | Arthur Cohen | 2 | -4/+7 |
2024-02-26 | format_args: Parse entire token invocation | Arthur Cohen | 1 | -18/+22 |
2024-02-26 | format_args: Parse format string properly | Arthur Cohen | 1 | -1/+18 |
2024-02-26 | libformat_parser: Send boxed values across FFI properly | Arthur Cohen | 2 | -1/+12 |
2024-02-26 | libformat_parser: Update header and remove old interface | Arthur Cohen | 2 | -52/+157 |
2024-02-26 | libformat_parser: Start experimenting with cbindgen | Arthur Cohen | 1 | -2/+2 |
2024-02-26 | libgrust: Add format_parser library | Arthur Cohen | 5 | -155/+141 |
2024-02-26 | fmt: Start working on format_args!() parser | Arthur Cohen | 3 | -0/+230 |
2024-02-26 | varasm: Handle private COMDAT function symbol reference in readonly data sect... | Jakub Jelinek | 4 | -1/+215 |
2024-02-26 | c: Improve some diagnostics for __builtin_stdc_bit_* [PR114042] | Jakub Jelinek | 2 | -42/+63 |
2024-02-26 | Update gcc sv.po, zh_CN.po | Joseph Myers | 2 | -263/+211 |
2024-02-26 | tree-optimization/114099 - virtual LC PHIs and early exit vect | Richard Biener | 2 | -22/+33 |
2024-02-26 | tree-optimization/114068 - missed virtual LC PHI after vect peeling | Richard Biener | 3 | -13/+87 |
2024-02-26 | Finalization of object allocated by anonymous access designating local type | Eric Botcazou | 4 | -12/+88 |
2024-02-26 | x86: Check interrupt instead of noreturn attribute | H.J. Lu | 2 | -3/+31 |
2024-02-26 | i386: Enable _BitInt support on ia32 | Jakub Jelinek | 1 | -3/+1 |
2024-02-26 | testsuite: xfail gcc.c-torture/compile/pr61159.c on Solaris/x86 with as [PR61... | Rainer Orth | 1 | -1/+1 |
2024-02-26 | match.pd: Guard 2 simplifications on integral TYPE_OVERFLOW_UNDEFINED [PR114090] | Jakub Jelinek | 2 | -4/+44 |
2024-02-26 | fold-const: Avoid infinite recursion in +-*&|^minmax reassociation [PR114084] | Jakub Jelinek | 2 | -10/+53 |
2024-02-26 | middle-end/114070 - folding breaking VEC_COND expansion | Richard Biener | 3 | -7/+26 |
2024-02-26 | i386: Fix up x86_function_profiler -masm=intel support [PR114094] | Jakub Jelinek | 2 | -1/+11 |
2024-02-25 | x86: Properly implement AMX-TILE load/store intrinsics | H.J. Lu | 5 | -2/+101 |
2024-02-26 | Daily bump. | GCC Administrator | 4 | -1/+94 |
2024-02-26 | Merge dmd, druntime ceff48bf7d, phobos dcbfbd43a | Iain Buclaw | 27 | -760/+858 |
2024-02-25 | libgfortran: Propagate user defined iostat and iomsg. | Jerry DeLisle | 1 | -0/+38 |
2024-02-25 | PR modula2/113749 m2 enabled build times out on i686-gnu-hurd | Gaius Mulley | 51 | -280/+698 |
2024-02-25 | Daily bump. | GCC Administrator | 4 | -1/+63 |
2024-02-24 | vect: Tighten check for impossible SLP layouts [PR113205] | Richard Sandiford | 2 | -0/+23 |
2024-02-24 | Use HOST_WIDE_INT_{C,UC,0,0U,1,1U} macros some more | Jakub Jelinek | 17 | -31/+32 |
2024-02-24 | bitint: Handle VIEW_CONVERT_EXPRs between large/huge BITINT_TYPEs and VECTOR/... | Jakub Jelinek | 2 | -17/+310 |
2024-02-24 | Restrict gcc.dg/rtl/aarch64/pr113295-1.c to aarch64 | Richard Sandiford | 1 | -1/+1 |
2024-02-24 | Daily bump. | GCC Administrator | 5 | -1/+183 |
2024-02-23 | Fortran: ALLOCATE statement, SOURCE/MOLD expressions with subrefs [PR114024] | Steve Kargl | 3 | -2/+118 |
2024-02-23 | RISC-V: Fix vec_init for simple sequences [PR114028]. | Robin Dapp | 2 | -1/+49 |