aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
AgeCommit message (Expand)AuthorFilesLines
2025-04-14install.texi: Mention Rust requirement for building gccrsArthur Cohen1-0/+6
2024-12-10build: update bootstrap req to C++14Jason Merrill1-14/+13
2024-03-08bpf: add size threshold for inlining mem builtinsDavid Faust1-1/+10
2024-03-08i386: Guard noreturn no-callee-saved-registers optimization with -mnoreturn-n...Jakub Jelinek1-0/+10
2024-03-07doc: Fix docs for -dD regarding predefined macrosJonathan Wakely1-2/+1
2024-03-04c++/modules: relax diagnostic about GMF contentsPatrick Palka1-1/+7
2024-03-04doc: update [[gnu::no_dangling]]Marek Polacek1-1/+2
2024-03-01c++: implement [[gnu::no_dangling]] [PR110358]Marek Polacek2-0/+54
2024-03-01AVR: Document valid ranges of -mfuse-add=Georg-Johann Lay1-0/+1
2024-03-01RISC-V: Add riscv_vector_cc function attributexuli1-0/+10
2024-02-29AVR: target/114100 - Better indirect accesses for reduced TinyGeorg-Johann Lay1-1/+9
2024-02-23doc: RISC-V: Document that -mcpu doesn't override -march or -mtunePalmer Dabbelt1-0/+2
2024-02-22c: Handle scoped attributes in __has*attribute and scoped attribute parsing c...Jakub Jelinek1-4/+1
2024-02-22invoke.texi: Fix some skipping UrlSuffix problem for MIPSYunQiang Su1-9/+5
2024-02-21rs6000: Neuter option -mpower{8,9}-vector [PR109987]Kewen Lin4-25/+12
2024-02-21doc: Fix typos in -Wmismatched-dealloc docsJonathan Wakely1-1/+1
2024-02-21pru: Document how -mmcu option uses MCU specsDimitar Dimitrov1-2/+8
2024-02-21pru: Document that arguments are not passed to main with -minrtDimitar Dimitrov1-5/+12
2024-02-20AVR: Use types of exact size and signedness in built-ins.Georg-Johann Lay1-9/+7
2024-02-20AVR: extend.texi - Use @defbuiltin to document built-ins.Georg-Johann Lay1-16/+20
2024-02-18AVR: Improve documentation for -mmcu=.Georg-Johann Lay1-6/+16
2024-02-18AVR: Add examples for ISR macro to interrupt attribute doc.Georg-Johann Lay1-30/+41
2024-02-16testsuite: Add support for scanning assembly with comparitorEdwin Lu1-0/+4
2024-02-16testsuite: Require lto-plugin support in gcc.dg/lto/modref-3 etc. [PR98237]Rainer Orth1-0/+7
2024-02-16RISC-V: Add new option -march=help to print all supported extensionsKito Cheng1-1/+2
2024-02-15AVR: target 113927 - Simple code triggers stack frame for Reduced Tiny.Georg-Johann Lay1-4/+7
2024-02-15doc: Add documentation of which operand matches the mode of the standard patt...Andrew Pinski1-0/+9
2024-02-15doc: Fix some standard named pattern documentation modesAndrew Pinski1-16/+16
2024-02-14install: Update gettext linkGerald Pfeifer1-2/+2
2024-02-10c++: DR2237, cdtor and template-id tweaks [PR107126]Marek Polacek1-1/+18
2024-02-08AVR: target/113824 - Fix multilib set for ATA5795.Georg-Johann Lay1-2/+2
2024-02-04RISC-V: Add sifive-p450, sifive-p67 to -mcpuMonk Chiang1-1/+2
2024-02-04RISC-V: Support scheduling for sifive p400 seriesMonk Chiang1-2/+2
2024-02-02doc: Fix typo in description of hardbool attributeJonathan Wakely1-1/+1
2024-02-01c++: -Wdangling-reference tweak to unbreak aarch64Marek Polacek1-1/+1
2024-02-01RISC-V: Support scheduling for sifive p600 seriesMonk Chiang1-1/+2
2024-02-01RISC-V: Add minimal support for 7 new unprivileged extensionsMonk Chiang1-0/+28
2024-01-31c++: add deprecation notice for -fconcepts-tsMarek Polacek1-1/+3
2024-01-31AVR: Add AVR64DU and some older devices.Georg-Johann Lay1-3/+3
2024-01-310From: Alexandre Oliva <oliva@adacore.com>Alexandre Oliva3-1/+59
2024-01-30i386: Add "Ws" constraint for symbolic address/label reference [PR105576]Fangrui Song1-0/+4
2024-01-30c++: avoid -Wdangling-reference for std::span-like classes [PR110358]Marek Polacek1-0/+14
2024-01-29install.texi: For gcn, recommend LLVM 15, unless gfx1100 is disabledTobias Burnus1-3/+4
2024-01-28Fix __builtin_nested_func_ptr_{created,deleted} symbol versions [PR113402]Iain Sandoe1-2/+2
2024-01-28doc/invoke: Remove duplicate explicit-relocs entry of MIPSYunQiang Su1-23/+12
2024-01-27x86: Add no_callee_saved_registers function attributeH.J. Lu1-0/+8
2024-01-26amdgcn: config.gcc - enable gfx1030 and gfx1100 multilib; add them to the docsTobias Burnus2-6/+12
2024-01-25RISC-V: Add support for XCVsimd extension in CV32E40PMary Bennett2-0/+889
2024-01-25docs: Fix 2 typosJakub Jelinek2-2/+2
2024-01-24Add -fmin-function-alignmnetJan Hubicka1-1/+17