Age | Commit message (Expand) | Author | Files | Lines |
2023-11-09 | s390: Reduce number of patterns where the condition is false anyway | Stefan Schulze Frielinghaus | 2 | -51/+46 |
2023-11-09 | libgcc: Add {unsigned ,}__int128 <-> _Decimal{32,64,128} conversion support [... | Jakub Jelinek | 4 | -0/+535 |
2023-11-09 | attribs: Fix ICE with -Wno-attributes= [PR112339] | Jakub Jelinek | 2 | -3/+15 |
2023-11-09 | RISC-V: Fix the illegal operands for the XTheadMemidx extension. | Jin Ma | 2 | -2/+32 |
2023-11-09 | Fix SIMD clone SLP a bit more | Richard Biener | 1 | -5/+4 |
2023-11-09 | RISC-V: Fix dynamic LMUL cost model ICE | Juzhe-Zhong | 4 | -3/+69 |
2023-11-09 | testsuite: adjust gomp test for x86 -m32 | Alexandre Oliva | 1 | -7/+7 |
2023-11-09 | testsuite: force PIC/PIE off for pr58245-1.C | Alexandre Oliva | 1 | -0/+4 |
2023-11-09 | skip debug stmts when assigning locus discriminators | Alexandre Oliva | 1 | -0/+16 |
2023-11-09 | RISC-V: Fix dynamic tests [NFC] | Juzhe-Zhong | 37 | -40/+42 |
2023-11-09 | Daily bump. | GCC Administrator | 4 | -1/+652 |
2023-11-08 | i386: Apply LRA reload workaround to insns with high registers [PR82524] | Uros Bizjak | 12 | -243/+673 |
2023-11-08 | Fix SLP of emulated gathers | Richard Biener | 1 | -1/+1 |
2023-11-08 | TLC to vect_check_store_rhs and vect_slp_child_index_for_operand | Richard Biener | 3 | -28/+31 |
2023-11-08 | Fix SLP of masked loads | Richard Biener | 1 | -7/+4 |
2023-11-08 | RISC-V: Removed unnecessary sign-extend for vsetvl | Lehua Ding | 2 | -0/+72 |
2023-11-08 | Improve C99 compatibility of gcc.dg/setjmp-7.c test | Florian Weimer | 1 | -0/+1 |
2023-11-08 | RISC-V: Fix VSETVL VL check condition bug | Juzhe-Zhong | 2 | -1/+12 |
2023-11-08 | libgfortran: Remove empty array descriptor first dimension overwrite [PR112371] | Mikael Morin | 1 | -0/+588 |
2023-11-08 | libgfortran: Remove early return if extent is zero [PR112371] | Mikael Morin | 1 | -0/+207 |
2023-11-08 | libgfortran: Don't skip allocation if size is zero [PR112412] | Mikael Morin | 1 | -0/+195 |
2023-11-08 | RISC-V: Eliminate unused parameter warning. | xuli | 1 | -1/+1 |
2023-11-08 | [i386] APX: Fix ICE due to movti postreload splitter [PR112394] | Hongyu Wang | 3 | -4/+31 |
2023-11-08 | test: Fix bb-slp-33.c for RVV | Juzhe-Zhong | 1 | -9/+26 |
2023-11-08 | c-family: Enable -fpermissive for C and ObjC | Florian Weimer | 3 | -3/+21 |
2023-11-08 | RISC-V: Normalize user vsetvl intrinsics[PR112092] | Juzhe-Zhong | 13 | -22/+83 |
2023-11-08 | i386: Fix isa attribute for TI/TF andnot mode | Haochen Jiang | 3 | -1/+11 |
2023-11-08 | testsuite: Rename c2x-*, gnu2x-* tests to c23-*, gnu23-* | Joseph Myers | 229 | -17/+17 |
2023-11-08 | Daily bump. | GCC Administrator | 9 | -1/+1253 |
2023-11-08 | RISC-V: Support FP floor to i/l/ll diff size autovec | Pan Li | 14 | -9/+520 |
2023-11-07 | testsuite: Refer more consistently to C23 not C2X | Joseph Myers | 406 | -607/+607 |
2023-11-07 | test: Recover sdiv_pow2 check and remove test of RISC-V | Juzhe-Zhong | 2 | -4/+2 |
2023-11-07 | vect/ifcvt: Add vec_cond fallback and check for vector versioning. | Robin Dapp | 3 | -15/+63 |
2023-11-07 | c: Change T2X_* format checking macros to T23_* | Joseph Myers | 2 | -44/+44 |
2023-11-07 | i386: Make flags_reg_operand a special predicate | Uros Bizjak | 1 | -1/+1 |
2023-11-07 | gcc/configure: Regenerate | Martin Jambor | 1 | -2/+2 |
2023-11-07 | testsuite: nodiscard-reason-nonstring.C FAIL in C++26 | Marek Polacek | 1 | -1/+1 |
2023-11-07 | openmp: Add support for the 'indirect' clause in C/C++ | Kwok Cheung Yeung | 27 | -45/+551 |
2023-11-07 | OpenMP: invoke.texi - mention C attribute syntax for -fopenmp(-simd) | Tobias Burnus | 1 | -4/+4 |
2023-11-07 | aarch64: Add a %Z operand modifier for SVE registers | Richard Sandiford | 1 | -0/+6 |
2023-11-07 | c: Refer more consistently to C23 not C2X | Joseph Myers | 70 | -440/+440 |
2023-11-07 | test: Fix FAIL of pr65518.c for RVV[PR112420] | Juzhe-Zhong | 1 | -1/+3 |
2023-11-07 | testsuite/vect: Make check more accurate. | Robin Dapp | 1 | -2/+1 |
2023-11-07 | testsuite: Change expectation for bb-slp-over-widen-n.c | Robin Dapp | 2 | -2/+2 |
2023-11-07 | RISC-V: Add RISC-V into vect_cmdline_needed | Juzhe-Zhong | 1 | -1/+2 |
2023-11-07 | testsuite: check for and use -mno-strict-align where needed | Alexandre Oliva | 36 | -0/+81 |
2023-11-07 | RISC-V: Use stdint-gcc.h in xtheadmemidx-helpers.h | Christoph Müllner | 1 | -1/+1 |
2023-11-07 | RISC-V: Add ABI requirement for XTheadFMemIdx tests | Christoph Müllner | 8 | -8/+8 |
2023-11-07 | ada: Fix debug info for aliased packed array with unconstrained nominal subtype | Eric Botcazou | 1 | -0/+12 |
2023-11-07 | ada: Fix spurious -Wstringop-overflow with link time optimization | Eric Botcazou | 1 | -24/+0 |