aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 Administrator10-1/+674
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-18libstdc++/pair: Guard P2321R2 changes with __glibcxx_ranges_zipPatrick Palka1-5/+5
2024-01-18libstdc++/tuple: Guard P2321R2 changes with __cpp_lib_ranges_zipPatrick Palka1-9/+9
2024-01-18libstdc++/debug: Fix constexpr _Safe_iterator in C++20 mode [PR109536]Patrick Palka5-17/+72
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
2024-01-18testsuite, jit, Darwin: Add libSystem to a test.Iain Sandoe1-0/+5
2024-01-18testsuite, jit, Darwin: Handle Mach-O in assembler tests.Iain Sandoe6-15/+31
2024-01-18testsuite, jit: Allow for target-specific assembler scans.Iain Sandoe1-0/+28
2024-01-18testsuite, jit: Handle whitespace in test-link-section-assembler.c.Iain Sandoe1-1/+1
2024-01-18testsuite, jit: test-alias-attribute.c requires alias support.Iain Sandoe1-0/+1
2024-01-18Darwin: Fix constant CFString code-gen [PR105522].Iain Sandoe3-43/+76
2024-01-18Fix compare-debug bootstrap failure [PR113445]Maxim Kuvyrkov4-5/+72
2024-01-18sra: Disqualify bases of operands of asm gotosMartin Jambor2-6/+33
2024-01-18tree-optimization/113475 - fix memory leak in phi_analyzerRichard Biener2-1/+6
2024-01-18Fix memory leak in vectorizable_storeRichard Biener1-1/+1
2024-01-18PR modula2/111956 Many powerpc platforms do _not_ have support for IEEE754Gaius Mulley25-207/+178
2024-01-18hwasan: Check if Intel LAM_U57 is enabledH.J. Lu1-3/+22
2024-01-18libstdc++: Avoid -Wmaybe-uninitialized warnings in text_encoding.ccJonathan Wakely1-1/+1
2024-01-18libstdc++: Fix std::format test for Solaris [PR113450]Jonathan Wakely1-1/+1
2024-01-18Fix memory leak in vect_analyze_loop_formRichard Biener1-26/+19
2024-01-18AVR: Tabify avr-log.cc.Georg-Johann Lay1-161/+161