aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/extend.texi
AgeCommit message (Expand)AuthorFilesLines
2019-04-25extend.texi (vector_size): Add missing comma after @xref.Uros Bizjak1-2/+2
2019-04-23re PR target/89093 (C++ exception handling clobbers d8 VFP register)Ramana Radhakrishnan1-0/+9
2019-04-12extend.texi (__builtin_has_attribute): Add a clarifying note.Martin Sebor1-2/+5
2019-04-11[doc] Note variable shadowing at max macro using statement expressionTom de Vries1-2/+24
2019-04-03[GCC, DOCS, AArch64] Add missing documenation for mbranch-protectionSudakshina Das1-1/+9
2019-03-25extend.texi (Common Type Attributes): Document vector_size.Martin Sebor1-8/+45
2019-03-07re PR c++/89585 (GCC 8.3: asm volatile no longer accepted at file scope)Jakub Jelinek1-0/+2
2019-02-26extend.texi (__builtin_object_size): Use @pxref instead of @xref inside paren...Uros Bizjak1-3/+4
2019-02-25re PR c/80409 (Document that va_arg(ap, void*) can be used to consume any poi...Sandra Loosemore1-0/+17
2019-02-22extend.texi (Other Builtins): Add __builtin_is_constant_evaluated.Martin Sebor1-0/+17
2019-02-21extend.texi (__clear_cache): Correct signature.Martin Sebor1-1/+1
2019-02-13rs6000: Add support for the vec_sbox_be, vec_cipher_be etc. builtins.Xiong Hu Luo1-0/+13
2019-02-04doc: showcase a "union of vectors" pattern (PR 88698)Alexander Monakov1-0/+41
2019-01-30PR other/89106 - cast-to-union documentation incorrect w.r.t. lvaluenessMartin Sebor1-9/+28
2019-01-28re PR target/89073 (x86 __attribute__ ((target("sha"))) not documented)Jakub Jelinek1-13/+318
2019-01-23re PR c/44715 (Break in increment expression of "for" statement inconsistent ...Jakub Jelinek1-1/+8
2019-01-22Document AMD GCN.Andrew Stubbs1-0/+91
2019-01-18Document atomic fetch and nandSebastian Huber1-0/+2
2019-01-17[rs6000] Support more prototypes for vec_ld and vec_st.Kewen Lin1-0/+11
2019-01-15PR inline-asm/52813 revisitedRichard Sandiford1-0/+9
2019-01-14PR target/88638 - FAIL: fsf-nsstring-format-1.s on darwinMartin Sebor1-4/+8
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-1/+1
2019-01-07re PR c++/85052 (Implement support for clang's __builtin_convertvector)Jakub Jelinek1-0/+27
2019-01-04PR c/88363 - alloc_align attribute doesn't accept enumerated argumentsMartin Sebor1-2/+4
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-29msp430.c (msp430_attr): Warn when the critical and interrupt function attribu...Jozef Lawrynowicz1-2/+6
2018-12-18extend.texi (PowerPC Altivec/VSX Built-in Functions): Describe when a typedef...Bill Schmidt1-1/+24
2018-12-18driver-i386.c (host_detect_local_cpu): Detect cascadelake.Wei Xiao1-0/+3
2018-12-14PR tree-optimization/88372 - alloc_size attribute is ignored on function poin...Martin Sebor1-2/+66
2018-12-14PR 79738 - Documentation for __attribute__((const)) slightly misleadingMartin Sebor1-30/+68
2018-12-14x86; Add -mmanual-endbr and cf_check function attributeH.J. Lu1-0/+7
2018-12-13extend.texi: Consistently use @code for const and volatile qualifiers...Martin Sebor1-101/+120
2018-12-12extend.texi (attribute copy): Fix typos.Martin Sebor1-8/+8
2018-12-12extend.texi (Function Attributes): Clarify C++ aspects.Martin Sebor1-32/+52
2018-12-06asm inlineSegher Boessenkool1-1/+14
2018-12-06asm qualifiers (PR55681)Segher Boessenkool1-3/+5
2018-12-04extend.texi (__builtin_has_attribute): Fix typo.Martin Sebor1-1/+1
2018-12-04extend.texi (attribute aligned): Expand.Martin Sebor1-10/+14
2018-12-03re PR c/59039 (Undocumented __builtin_longjmp/__builtin_setjmp)Sandra Loosemore1-0/+56
2018-11-29Allow changing the fentry section per file and per functionAndi Kleen1-0/+6
2018-11-29Support changing fentry name per functionAndi Kleen1-0/+7
2018-11-29PR c/88172 - attribute aligned of zero silently accepted but ignoredMartin Sebor1-2/+7
2018-11-25re PR web/79738 (Documentation for __attribute__((const)) slightly misleading)Sandra Loosemore1-6/+9
2018-11-25re PR other/54265 (Documentation of "preferred attribute syntax for Types" co...Sandra Loosemore1-16/+17
2018-11-23re PR c/53608 (Documentation could be clearer about designated initializers o...Sandra Loosemore1-6/+8
2018-11-20c-parser.c (c_parser_has_attribute_expression): New function.Martin Sebor1-0/+41
2018-11-19Fix typos in packed attribute documentationJonathan Wakely1-2/+2
2018-11-18re PR other/40498 (no_instrument_function attribute not documented to prevent...Sandra Loosemore1-1/+4
2018-11-15re PR c++/25759 (Documentation not clear, attribute packed on class in C++)Sandra Loosemore1-11/+11
2018-11-15PR c++/87541 - ICE using a constant decl as an attribute alloc_size argumentMartin Sebor1-34/+46