aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-12-09Daily bump.GCC Administrator3-1/+32
2024-12-08Support for 64-bit location_t: Activate 64-bit location_tLewis Hyatt9-45/+30
2024-12-08pru: Implement c and n asm operand modifiersDimitar Dimitrov2-1/+43
2024-12-08Daily bump.GCC Administrator4-1/+93
2024-12-07SPARC: Add functional comments for VIS4B instructionsEric Botcazou1-1/+14
2024-12-07AVR: Better location for late (during final) diagnostic.Georg-Johann Lay1-5/+11
2024-12-07PR modula2/117948: Forward procedure declaration should only be available in ISOGaius Mulley4-4/+26
2024-12-07i386: x r<< (c - y) to x r>> y etc. optimization [PR117930]Jakub Jelinek2-0/+259
2024-12-07The fix for PR116778:Denis Chertykov2-4/+5
2024-12-07Revert "RISC-V: Add const to function_shape::get_name [NFC]"Kito Cheng3-73/+73
2024-12-07Daily bump.GCC Administrator7-1/+875
2024-12-06Support for 64-bit location_t: libgdiagnostics partsLewis Hyatt1-2/+2
2024-12-06Support for 64-bit location_t: RTL partsLewis Hyatt30-57/+170
2024-12-06final: Fix call to INSN_LOCATION on a NOTE rtlLewis Hyatt1-1/+3
2024-12-06middle-end: Handle resized PHI nodes in loop_version()Lewis Hyatt5-15/+64
2024-12-06Only add inferred ranges if they change the value.Andrew MacLeod1-1/+8
2024-12-06Add a range query to inferred ranges.Andrew MacLeod5-17/+74
2024-12-06Do not calculate an entry range for invariant names.Andrew MacLeod1-0/+7
2024-12-06[PR117248][LRA]: Rewriting reg notes update and fix calculation of conflict h...Vladimir N. Makarov1-107/+177
2024-12-06[PR tree-optimization/117895] Fix sparc libgo build failure with CRC opts ena...Jeff Law1-11/+14
2024-12-06c++: use diagnostic nesting [PR116253]David Malcolm6-45/+257
2024-12-06i386: Add missing part from my previous commit.Uros Bizjak1-0/+3
2024-12-06i386: Fix gcc.target/i386/pr101716.c (and some related cleanups)Uros Bizjak2-32/+21
2024-12-06arm,testsuite: Add -mtune=cortex-m55 to dlstp-int8x16.cChristophe Lyon1-1/+1
2024-12-06i386: Fix unwanted fwprop to 3dNOW! insn [PR117926]Uros Bizjak2-36/+76
2024-12-06arm: testsuite: fix some legacy C testsRichard Earnshaw6-6/+6
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