aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/extend.texi
AgeCommit message (Expand)AuthorFilesLines
2024-04-16Document that vector_size works with typedefs [PR92880]Andrew Pinski1-6/+7
2024-03-18Add AMD znver5 processor enablement with scheduler modelJan Hubicka1-0/+3
2024-03-04doc: update [[gnu::no_dangling]]Marek Polacek1-1/+2
2024-03-01c++: implement [[gnu::no_dangling]] [PR110358]Marek Polacek1-0/+48
2024-03-01RISC-V: Add riscv_vector_cc function attributexuli1-0/+10
2024-02-22c: Handle scoped attributes in __has*attribute and scoped attribute parsing c...Jakub Jelinek1-4/+1
2024-02-21rs6000: Neuter option -mpower{8,9}-vector [PR109987]Kewen Lin1-2/+2
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: Add examples for ISR macro to interrupt attribute doc.Georg-Johann Lay1-30/+41
2024-02-02doc: Fix typo in description of hardbool attributeJonathan Wakely1-1/+1
2024-01-310From: Alexandre Oliva <oliva@adacore.com>Alexandre Oliva1-1/+1
2024-01-27x86: Add no_callee_saved_registers function attributeH.J. Lu1-0/+8
2024-01-25RISC-V: Add support for XCVsimd extension in CV32E40PMary Bennett1-0/+886
2024-01-19More precise documentation for cleanup attribute [PR110029]Sandra Loosemore1-0/+5
2024-01-18Improve documentation of noinline and noipa attributes [PR108470]Sandra Loosemore1-7/+10
2024-01-18Restore documentation for const/volatile functions [PR107942]Sandra Loosemore1-2/+35
2024-01-18Re-alphabetize attribute tables in extend.texi.Sandra Loosemore1-393/+396
2024-01-17Clean up documentation for -Wstrict-flex-arrays [PR111659]Sandra Loosemore1-12/+18
2024-01-17Tidy documentation for BPF builtins [PR112973]Sandra Loosemore1-14/+24
2024-01-12AVR: Documentation: Web-Link an example ld-Script for Address-Space __flashN.Georg-Johann Lay1-1/+3
2024-01-12AVR: Documentation: Attribute address has exactly one argument.Georg-Johann Lay1-2/+1
2024-01-11AVR: Some minor improvements to the TEXI documentation.Georg-Johann Lay1-9/+23
2024-01-08i386: [APX] Add missing document for APXHongyu Wang1-0/+6
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-22LoongArch: Add asm modifiers to the LSX and LASX directives in the doc.chenxiaolong1-0/+47
2023-12-21LoongArch: Fix builtin function prototypes for LASX in doc.chenxiaolong1-12/+12
2023-12-21LoongArch: extend.texi: Fix typos in LSX intrinsicsJiajie Chen1-47/+43
2023-12-20c++: computed goto warning [PR37722]Jason Merrill1-0/+3
2023-12-20strub: sparc64: unbias the stack address [PR112917]Alexandre Oliva1-1/+22
2023-12-15[PATCH v4 1/3] RISC-V: Add support for XCVelw extension in CV32E40PMary Bennett1-0/+8
2023-12-14doc: Document AArch64-specific asm operand modifiersAlex Coplan1-0/+25
2023-12-12ipa/92606 - properly handle no_icf attribute for variablesRichard Biener1-0/+5
2023-12-11extend.texi: Mark builtin arguments with @var{...}Jakub Jelinek1-147/+147
2023-12-08LoongArch: Add support for LoongArch V1.1 approximate instructions.Jiahao Xu1-0/+35
2023-12-05Introduce strub: machine-independent stack scrubbingAlexandre Oliva1-0/+312
2023-12-04LoongArch: Add intrinsic function descriptions for LSX and LASX instructions ...chenxiaolong1-0/+1662
2023-12-01extend.texi: Fix up defbuiltin* with spaces in return typeJakub Jelinek1-29/+29
2023-12-01docs: remove stray reference to -fanalyzer-checker=taint [PR103533]David Malcolm1-3/+2
2023-11-29Introduce hardbool attribute for CAlexandre Oliva1-0/+65
2023-11-23s390: implement flags outputJuergen Christ1-0/+5
2023-11-23c: Add __builtin_stdc_* builtinsJakub Jelinek1-0/+119
2023-11-20c, c++: Add new value for vector types for __builtin_classify_typeJakub Jelinek1-5/+5
2023-11-20Initial support for AVX10.1Haochen Jiang1-0/+15
2023-11-16RISC-V: Implement target attributeKito Cheng1-0/+58
2023-11-15nvptx: Fix copy'n'paste-o in '__builtin_nvptx_brev' descriptionThomas Schwinge1-1/+0
2023-11-14Add type-generic clz/ctz/clrsb/ffs/parity/popcount builtins [PR111309]Jakub Jelinek1-0/+42
2023-11-07c: Refer more consistently to C23 not C2XJoseph Myers1-4/+4
2023-11-06c: Add -std=c23, -std=gnu23, -Wc11-c23-compat options [PR107954]Joseph Myers1-2/+2
2023-11-06middle-end/112296 - __builtin_constant_p and side-effectsRichard Biener1-7/+9