aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-12-06diagnostics: UX: add doc URLs for attributes (v2)David Malcolm61-40/+1140
2024-12-06c++: handle misspelled concepts and missing #include <concepts>David Malcolm6-1046/+1231
2024-12-06c++: consolidate location printing in error.cc [PR116253]David Malcolm1-47/+24
2024-12-06avr.opt.urls: Rebuild.Georg-Johann Lay1-0/+3
2024-12-06AVR: Disable generation of CRC lookup tables.Georg-Johann Lay1-0/+2
2024-12-06avoid-store-forwarding: bail when an instruction may throw [PR117816]kelefth2-1/+12
2024-12-06nvptx: Support '-march=sm_89'Thomas Schwinge12-27/+100
2024-12-06nvptx: Support '-mptx=7.8'Thomas Schwinge6-2/+30
2024-12-06nvptx: Support '-march=sm_52'Thomas Schwinge10-11/+65
2024-12-06nvptx: Support '-march=sm_37'Thomas Schwinge12-17/+81
2024-12-06nvptx: Support '-mptx=4.1'Thomas Schwinge6-1/+29
2024-12-06nvptx: Expose '-mptx=4.2'Thomas Schwinge4-3/+30
2024-12-06nvptx: Clarify that our baseline is PTX ISA Version 3.1Thomas Schwinge3-9/+6
2024-12-06nvptx: Support '--with-multilib-list'Thomas Schwinge7-35/+242
2024-12-06arm,testsuite: Add -mtune=cortex-m55 to dlstp-compile-asm-1.c test.Christophe Lyon1-1/+1
2024-12-06nvptx: Enhance '-march-map=[...]' test casesThomas Schwinge21-12/+361
2024-12-06nvptx: Enhance '-march=[...]' test casesThomas Schwinge13-41/+114
2024-12-06nvptx: Enhance '-mptx=[...]' test casesThomas Schwinge9-40/+95
2024-12-06Use new RAW_DATA_{U,S}CHAR_ELT macros in the middle-end and C FEJakub Jelinek6-42/+22
2024-12-06More duplicates reported by genmatchRichard Biener1-8/+8
2024-12-06Remove some duplicates reported by genmatchRichard Biener1-5/+5
2024-12-06RISC-V: Add --with-cmodel configure optionHau Hsu4-6/+29
2024-12-06'gcc/config/nvptx/gen-multilib-matches.sh': Support '--selftest'Thomas Schwinge3-2/+159
2024-12-06'gcc/config/nvptx/gen-*.sh': Simplify interfaceThomas Schwinge6-11/+26
2024-12-06'gcc/config/nvptx/gen-multilib-matches.sh': Encapsulate main logicThomas Schwinge1-24/+47
2024-12-06'gcc/config/nvptx/t-nvptx': Don't use the 'shell' function of 'make'Thomas Schwinge2-3/+20
2024-12-06nvptx: Tag '-misa=[...]', '-mptx=[...]' as 'Negative' of themselves [PR117916]Thomas Schwinge1-2/+2
2024-12-06Fortran: Use OpenACC's acc_on_device builtin, fix OpenMP' __builtin_is_initia...Thomas Schwinge1-1/+1
2024-12-06testsuite/117714 - gcc.dg/vect/slp-reduc-4.c FAILs on 32-bit SPARCRichard Biener1-1/+1
2024-12-06libcpp, c++: Optimize initializers using #embed in C++Jakub Jelinek20-38/+919
2024-12-06SVE intrinsics: Fold calls with pfalse predicate.Jennifer Schmitz68-14/+2472
2024-12-06rtl-optimization/117922 - add timevar for fold-mem-offsetsRichard Biener2-1/+2
2024-12-05c++: ICE with pack indexing empty pack [PR117898]Marek Polacek3-6/+42
2024-12-06RISC-V: Refactor the testcases for bswap16-0Pan Li1-1/+1
2024-12-06RISC-V: Fix incorrect optimization options passing to convert and unopPan Li1-2/+2
2024-12-06Daily bump.GCC Administrator7-1/+281
2024-12-05PR modula2/117904: cc1gm2 ICE when compiling a const built from VAL and SIZEGaius Mulley2-3/+38
2024-12-05i386: Fix addcarry/subborrow issues [PR117860]Uros Bizjak3-20/+140
2024-12-05arm: remove support for iWMMX/iWMMX2 intrinsicsRichard Earnshaw1-1811/+1
2024-12-05aarch64: Mark vluti* intrinsics as QUIETRichard Sandiford1-12/+12
2024-12-05aarch64: Reintroduce FLAG_AUTO_FPRichard Sandiford1-7/+8
2024-12-05aarch64: Rename FLAG_NONE to FLAG_DEFAULTRichard Sandiford3-391/+391
2024-12-05aarch64: Rename FLAG_AUTO_FP to FLAG_QUIETRichard Sandiford2-23/+23
2024-12-05Match: Refactor the unsigned SAT_TRUNC match patterns [NFC]Pan Li1-60/+52
2024-12-05middle-end/117801 - failed register coalescing due to GIMPLE scheduleRichard Biener4-13/+39
2024-12-05arm: Add CDE options for star-mc1 cpuArvin Zhong2-2/+12
2024-12-05doloop: Fix up doloop df use [PR116799]Jakub Jelinek3-1/+91
2024-12-05c: Diagnose unexpected va_start arguments in C23 [PR107980]Jakub Jelinek12-5/+230
2024-12-05AVR: target/107957 - Propagate zero_reg to store sources.Georg-Johann Lay4-5/+63
2024-12-05AVR: target/107957 - Split multi-byte loads and stores.Georg-Johann Lay5-5/+126