aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-01-19c++: requires and using-decl [PR113498]Jason Merrill2-2/+52
2024-01-19c++: alias template argument conversion [PR112632]Jason Merrill7-16/+114
2024-01-19modula2: tidyup gcc/m2/gm2-compiler/M2GenGCC.mod remove unused parameters/varsGaius Mulley9-77/+97
2024-01-19Limit dg-xfail-run-if for *-*-hpux11.[012]* to -O0John David Anglin1-1/+1
2024-01-19Change dg-options for hpux to define _HPUX_SOURCE in gcc.dg/pthread-init-2.cJohn David Anglin1-1/+2
2024-01-19Only xfail gcc.dg/pr84877.c on 32-bit hppa*-*-*John David Anglin1-1/+1
2024-01-19Skip gcc.dg/analyzer/pr94688.c on hppa*64*-*-*John David Anglin1-0/+1
2024-01-19RISC-V: Update testcase due to message updateKito Cheng6-6/+6
2024-01-19RISC-V: Documnet the list of supported extensionsKito Cheng1-0/+461
2024-01-19RISC-V: Fix RVV_VLMAXJuzhe-Zhong2-4/+3
2024-01-19debug/113488 - DW_AT_abstract_origin to selfRichard Biener1-0/+5
2024-01-19tree-optimization/113494 - Fix two observed regressions with r14-8206Richard Biener1-5/+21
2024-01-19lower-bitint: Don't use m_loads for loads used in GIMPLE_ASM [PR113464]Jakub Jelinek2-1/+13
2024-01-19gimple-ssa-warn-restrict: Only use type range from NOP_EXPR for non-narrowing...Jakub Jelinek2-1/+18
2024-01-19sccvn: Don't use SCALAR_INT_TYPE_MODE on BLKmode BITINT_TYPEs [PR113459]Jakub Jelinek2-4/+34
2024-01-19expansion: Fix ICEs with BLKmode VIEW_CONVERT_EXPR around non-BLKmode VAR_DECLsJakub Jelinek2-2/+10
2024-01-19RISC-V: Add the Zihpm and Zicntr extensionsPalmer Dabbelt1-0/+3
2024-01-19RISC-V: Document the syntax of -marchKito Cheng1-0/+16
2024-01-19RISC-V: Update testsuite due to -march string relaxationKito Cheng4-4/+5
2024-01-19RISC-V: Remove unused function in riscv_subset_list [NFC]Kito Cheng2-183/+0
2024-01-19RISC-V: Relax the -march string for accept any orderKito Cheng4-40/+67
2024-01-19RISC-V: Extract part parsing base ISA logic into a standalone function [NFC]Kito Cheng2-24/+47
2024-01-18gcc/testsuite/go.test: update for lowering pass moveIan Lance Taylor4-8/+8
2024-01-19Adjust testcase gcc.target/i386/part-vect-copysignhf.c.liuhongt1-1/+1
2024-01-19Fix testcase failure on many platforms which don't support vect_int_max.liuhongt1-1/+1
2024-01-19RISC-V: Tweak the wording for the sorry messageKito Cheng1-2/+2
2024-01-19RISC-V: Raname UNSPEC_CLMUL in vector-crypto.md.Kuan-Lin Chen1-5/+5
2024-01-19More precise documentation for cleanup attribute [PR110029]Sandra Loosemore1-0/+5
2024-01-19Daily bump.GCC Administrator8-1/+616
2024-01-18Improve documentation of noinline and noipa attributes [PR108470]Sandra Loosemore1-7/+10
2024-01-18hppa: Always enable PIE on 64-bit targetJohn David Anglin2-0/+5
2024-01-18Remove remnant of removed Cygwin options from invoke.texi [PR108521]Brian Inglis1-1/+1
2024-01-18Restore documentation for const/volatile functions [PR107942]Sandra Loosemore1-2/+35
2024-01-18analyzer: fix ICE on strlen ((char *)&VECTOR_CST) [PR111361]David Malcolm4-3/+35
2024-01-18analyzer: fix offsets in has_null_terminator [PR112811]David Malcolm3-134/+319
2024-01-18Fix ICE in -fdiagnostics-generate-patch [PR112684]David Malcolm1-4/+1
2024-01-18hwasan: Always set target_hwasan_flagsH.J. Lu1-0/+2
2024-01-18Another memory leak in vectorizable_storeRichard Biener1-1/+1
2024-01-18Darwin, configure: Handle a missing substitution.Iain Sandoe1-1/+1
2024-01-18RISC-V: Rewrite some instructions using ASM targethookJun Sha (Joshua)1-0/+207
2024-01-18RISC-V: Fix register overlap issue for some xtheadvector instructionsJun Sha (Joshua)2-134/+202
2024-01-18RISC-V: Add support for xtheadvector-specific intrinsics.Jun Sha (Joshua)15-0/+1104
2024-01-18RISC-V: Handle differences between XTheadvector and VectorJun Sha (Joshua)17-110/+380
2024-01-18RISC-V: Adds the prefix "th." for the instructions of XTheadVector.Jun Sha (Joshua)5-0/+42
2024-01-18RISC-V: Introduce XTheadVector as a subset of V1.0.0Jun Sha (Joshua)5-2/+55
2024-01-18Objective-C/C++: Ensure sufficient setup for the preprocessor.Iain Sandoe1-2/+5
2024-01-18Darwin: Suppress adding embedded rpaths for earlier OS versions.Iain Sandoe1-2/+1
2024-01-18Darwin: Fix a typo in Objective-C meta-data.Iain Sandoe1-2/+8
2024-01-18c++: ICE when xobj is not the first parm [PR113389]Marek Polacek2-0/+9
2024-01-18lto, Darwin: Fix offload section names.Iain Sandoe1-0/+10