aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-07-04Daily bump.GCC Administrator6-1/+286
2024-07-03[committed] Fix previously latent bug in reorg affecting cris portJeff Law1-1/+2
2024-07-03Revert "Delete MALLOC_ABI_ALIGNMENT define from pa32-linux.h"John David Anglin1-0/+5
2024-07-03Fortran: fix associate with assumed-length character array [PR115700]Harald Anlauf2-4/+47
2024-07-03RISC-V: Describe -march behavior for dependent extensionsPalmer Dabbelt1-0/+4
2024-07-03RISC-V: Add support for Zabha extensionGianluca Guida30-8/+476
2024-07-03[PATCH] ARC: Update gcc.target/arc/pr9001184797.c testLuis Silva1-1/+3
2024-07-03RISC-V: Bugfix vfmv insn honor zvfhmin for FP16 SEW [PR115763]Pan Li7-26/+64
2024-07-03Match: Allow more types truncation for .SAT_TRUNCPan Li1-6/+6
2024-07-03Vect: Support IFN SAT_TRUNC for unsigned vector intPan Li1-0/+54
2024-07-03Remove redundant vector permute dumpRichard Biener1-10/+0
2024-07-03[PATCH] match.pd: Fold x/sqrt(x) to sqrt(x)Jennifer Schmitz2-0/+27
2024-07-03Deduplicate explicitly-sized typesAlexandre Oliva4-9/+120
2024-07-03[debug] Avoid dropping bits from num/den in fixed-point typesAlexandre Oliva2-21/+64
2024-07-03[i386] restore recompute to override opts after change [PR113719]Alexandre Oliva1-19/+40
2024-07-03aarch64: PR target/115475 Implement missing __ARM_FEATURE_SVE_BF16 macroKyrylo Tkachov2-0/+13
2024-07-03aarch64: PR target/115457 Implement missing __ARM_FEATURE_BF16 macroKyrylo Tkachov2-0/+12
2024-07-03Handle NULL stmt in SLP_TREE_SCALAR_STMTSRichard Biener3-39/+61
2024-07-03AVR: target/98762 - Handle partial clobber in movqi output.Georg-Johann Lay2-5/+41
2024-07-03ivopts: replace constant_multiple_of with aff_combination_constant_multiple_p...Tamar Christina1-58/+8
2024-07-03ivopts: fix wide_int_constant_multiple_p when VAL and DIV are 0. [PR114932]Tamar Christina1-5/+8
2024-07-03Give fast DCE a separate dirty flagRichard Sandiford4-30/+74
2024-07-03Move runtime check into a separate function and guard it with target ("no-avx")liuhongt1-1/+13
2024-07-03RISC-V: Fix asm check failure for truncated after SAT_SUBPan Li3-3/+3
2024-07-03tree-optimization/115764 - testcase for BB SLP issueRichard Biener1-0/+30
2024-07-02preprocessor: Create the parser before handling command-line includes [PR115312]Lewis Hyatt3-1/+4
2024-07-03Daily bump.GCC Administrator5-1/+552
2024-07-02aarch64: Add vector popcount besides QImode [PR113859]Pengxuan Zheng3-1/+167
2024-07-02aarch64: Add testcase for vectorconvert lowering [PR110473]Andrew Pinski1-0/+20
2024-07-02Rename expand_powcabs pass to expand_powAndrew Pinski5-18/+17
2024-07-02Add some optimizations to gimple_expand_builtin_cabsAndrew Pinski5-11/+123
2024-07-02Move cabs expansion from powcabs to complex lowering [PR115710]Andrew Pinski5-70/+113
2024-07-02Small optimization for complex addition, real/imag parts the sameAndrew Pinski2-1/+18
2024-07-02c++: Fix ICE on constexpr placement new [PR115754]Jakub Jelinek2-1/+40
2024-07-02c++: Implement C++26 P3144R2 - Deleting a Pointer to an Incomplete Type Shoul...Jakub Jelinek8-14/+160
2024-07-02c++: Implement C++26 P0963R3 - Structured binding declaration as a condition ...Jakub Jelinek16-27/+927
2024-07-02Regenerate common.opt.urlsDavid Faust1-0/+3
2024-07-02bpf,btf: enable BTF pruning by default for BPFDavid Faust6-8/+100
2024-07-02btf: add -gprune-btf optionDavid Faust9-7/+493
2024-07-02btf: refactor and simplify implementationDavid Faust5-742/+542
2024-07-02ctf: use pointers instead of IDs internallyDavid Faust7-292/+285
2024-07-02ctf, btf: restructure CTF/BTF emissionDavid Faust4-49/+50
2024-07-02Arm: Fix disassembly error in Thumb-1 relaxed load/store [PR115188]Wilco Dijkstra4-6/+21
2024-07-02build: Fix "make install" for MinGWLewis Hyatt1-1/+1
2024-07-02gcc: docs: Fix documentation of two hooksMatthew Malcomson2-20/+16
2024-07-02tree-optimization/115741 - ICE with VMAT_CONTIGUOUS_REVERSE and gapRichard Biener1-1/+2
2024-07-02ada: Use static allocation for small dynamic string concatenations in more casesEric Botcazou1-24/+67
2024-07-02ada: Fix generic renaming table low bound on resetRonan Desplanques1-1/+1
2024-07-02ada: Compiler accepts an illegal Unchecked_Access attribute referenceSteve Baird1-0/+7
2024-07-02ada: Use clause (or use type clause) in a protected operation sometimes ignored.Steve Baird1-0/+41