aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-11-27tree-optimization/112653 - PTA and returnRichard Biener10-83/+85
2023-11-27vect: Avoid duplicate_and_interleave for uniform vectors [PR112661]Richard Sandiford2-18/+40
2023-11-27attribs: Use existing traits for excl_hash_traitsRichard Sandiford1-42/+3
2023-11-27amdgcn: Disallow TImode vector permuteAndrew Stubbs1-1/+3
2023-11-27s390: Add missing builtin typeStefan Schulze Frielinghaus1-0/+1
2023-11-27s390: Fixup builtins vec_rli and verllStefan Schulze Frielinghaus3-43/+27
2023-11-27c-family: Implement __has_feature and __has_extension [PR60512]Alex Coplan23-5/+870
2023-11-27tree-optimization/112706 - missed simplification of conditionRichard Biener2-0/+24
2023-11-27s390: Streamline NNPA builtins with their LLVM counterpartsStefan Schulze Frielinghaus9-19/+18
2023-11-27s390: Fix builtins floating-point convert to/from fixedStefan Schulze Frielinghaus1-8/+8
2023-11-27s390: Fix constraint for insn *cmphi_ccuStefan Schulze Frielinghaus1-2/+2
2023-11-27mips: Fix up mips*-sde-elf* build [PR112300]Jakub Jelinek1-6/+6
2023-11-27RISC-V: Remove incorrect function gate gather_scatter_valid_offset_mode_pJuzhe-Zhong26-70/+65
2023-11-27RISC-V: Initial RV64E and LP64E supportTsukasa OI19-24/+137
2023-11-27bpf: remove bpf-helpers.hJose E. Marchesi110-2254/+7
2023-11-27LoongArch: Fix runtime error in a gcc build with --with-build-config=bootstra...Guo Jie1-1/+1
2023-11-27LoongArch: Optimize the loading of immediate numbers with the same high and l...Guo Jie2-2/+23
2023-11-27Daily bump.GCC Administrator4-1/+90
2023-11-27testsuite/gcc.dg/uninit-pred-9_b.c:20: Fix XPASS for various targetsHans-Peter Nilsson1-2/+3
2023-11-27testsuite/gcc.dg/uninit-pred-9_b.c:23: Un-xfail for MMIXHans-Peter Nilsson1-1/+1
2023-11-26Fortran: avoid obsolescence warning for COMMON with submodule [PR111880]Harald Anlauf2-2/+24
2023-11-26sort.cc: fix mentions of sorting networks in commentsAlexander Monakov1-3/+3
2023-11-26Skip analyzer strndup test on hppa*-*-hpux*John David Anglin1-1/+1
2023-11-26Skip analyzer socket tests on hppa*-*-hpux*John David Anglin2-2/+2
2023-11-26hppa: Fix pr104869.C on hpuxJohn David Anglin1-1/+1
2023-11-26hppa: Really fix g++.dg/modules/bad-mapper-1.C on hpuxJohn David Anglin1-1/+1
2023-11-26testsuite, i386: fix -fhardened testFrancois-Xavier Coudert1-1/+1
2023-11-26testsuite, i386: fix split-stack testFrancois-Xavier Coudert1-0/+1
2023-11-26RISC-V: Disable AVL propagation of slidedown instructionsJuzhe-Zhong3-7/+35
2023-11-25Fix gcc.dg/vla-1.cAndrew Pinski1-2/+2
2023-11-25Fix gcc.target/aarch64/simd/vmulxd_{f64,f32}_2.c after after IPA-VRP improvem...Andrew Pinski1-2/+2
2023-11-25Fix contracts-tmpl-spec2.C on targets where plain char is unsigned by defaultAndrew Pinski1-1/+1
2023-11-26RISC-V: Fix typoJuzhe-Zhong1-2/+2
2023-11-26Daily bump.GCC Administrator4-1/+72
2023-11-25Fix gcc.target/aarch64/movk.c testcase after IPA-VRP improvement for return v...Andrew Pinski1-1/+4
2023-11-25doc: Complete and sort the list of front endsGerald Pfeifer1-3/+3
2023-11-25doc: Remove obsolete notes on GCC 4.x on FreeBSDGerald Pfeifer1-8/+0
2023-11-25doc: Update ISO C++ referenceGerald Pfeifer1-1/+1
2023-11-25i386: Fix up *jcc_bt*_mask{,_1} [PR111408]Jakub Jelinek2-2/+30
2023-11-25aarch64: Fix up aarch64_simd_stp<mode> [PR109977]Jakub Jelinek2-1/+17
2023-11-25c++: more checks for exporting names with using-declarationsNathaniel Shead3-21/+148
2023-11-25c++: Allow exporting a typedef redeclaration [PR102341]Nathaniel Shead4-2/+31
2023-11-25Daily bump.GCC Administrator7-1/+350
2023-11-24preprocessor: Reinitialize frontend parser after loading a PCH [PR112319]Lewis Hyatt5-0/+17
2023-11-24c-family/c.opt (-Wopenmp): Add missing tailing '.'Tobias Burnus1-1/+1
2023-11-24install.texi: Update GCN entry - @uref and LLVM version remarkTobias Burnus1-2/+2
2023-11-24hppa: Use INT14_OK_STRICT in a couple of places in pa_emit_move_sequenceJohn David Anglin1-6/+2
2023-11-24sra: SRA of non-escaped aggregates passed by reference to callsMartin Jambor6-47/+607
2023-11-24i386: Fix ICE with -fsplit-stack -mcmodel=large [PR112686]Uros Bizjak2-4/+10
2023-11-24OpenMP: Add -Wopenmp and use itTobias Burnus12-72/+105