index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
doc
/
extend.texi
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-14
arm, aarch64: Add support for __GCC_ASM_FLAG_OUTPUTS__
Richard Henderson
1
-0
/
+39
2019-10-28
PR c/66970 - Add __has_builtin() macro
Martin Sebor
1
-1
/
+1
2019-10-12
The inline keyword is supported in all new C standards
Palmer Dabbelt
1
-1
/
+1
2019-10-07
MSP430: Don't generate 430X insns when handling data in the lower memory region
Jozef Lawrynowicz
1
-5
/
+20
2019-09-09
GCC port for eBPF
Jose E. Marchesi
1
-0
/
+171
2019-09-06
Remove support for repo files (PR c++/91125).
Martin Liska
1
-25
/
+0
2019-09-03
Remove Cell Broadband Engine SPU targets
Ulrich Weigand
1
-112
/
+1
2019-08-26
Builtin function roundeven folding implementation
Tejas Joshi
1
-1
/
+2
2019-08-20
Add TIGERLAKE and COOPERLAKE to GCC.
Hongtao Liu
1
-0
/
+6
2019-08-14
Add generic support for noinit attribute.
Christophe Lyon
1
-0
/
+8
2019-08-08
* doc/extend.texi: Add const qualifier to ld intrinsics.
Mihailo Stojanovic
1
-4
/
+4
2019-08-05
extend.texi (Common Variable Attributes): Document alias attribute.
Martin Sebor
1
-0
/
+27
2019-07-23
[rs6000] Add documentation for __builtin_mtfsf
Paul A. Clarke
1
-1
/
+5
2019-07-09
Document and test __builtin_expect_with_probability.
Martin Liska
1
-1
/
+4
2019-06-15
extend.texi (Common Function Attributes): Clarify no_sanitize.
Gerald Pfeifer
1
-2
/
+2
2019-06-13
[ARC] Add documentation naked, ilink and firq
Claudiu Zissulescu
1
-1
/
+13
2019-06-12
Initial TI PRU GCC port
Dimitar Dimitrov
1
-0
/
+21
2019-06-04
rs6000: Delete -mmfpgpr
Segher Boessenkool
1
-9
/
+2
2019-05-23
PR c++/90592 add missing word "scope" to __func__ docs
Jonathan Wakely
1
-1
/
+1
2019-05-22
Strip target_clones in copy attribute (PR lto/90500).
Martin Liska
1
-1
/
+2
2019-04-25
extend.texi (vector_size): Add missing comma after @xref.
Uros Bizjak
1
-2
/
+2
2019-04-23
re PR target/89093 (C++ exception handling clobbers d8 VFP register)
Ramana Radhakrishnan
1
-0
/
+9
2019-04-12
extend.texi (__builtin_has_attribute): Add a clarifying note.
Martin Sebor
1
-2
/
+5
2019-04-11
[doc] Note variable shadowing at max macro using statement expression
Tom de Vries
1
-2
/
+24
2019-04-03
[GCC, DOCS, AArch64] Add missing documenation for mbranch-protection
Sudakshina Das
1
-1
/
+9
2019-03-25
extend.texi (Common Type Attributes): Document vector_size.
Martin Sebor
1
-8
/
+45
2019-03-07
re PR c++/89585 (GCC 8.3: asm volatile no longer accepted at file scope)
Jakub Jelinek
1
-0
/
+2
2019-02-26
extend.texi (__builtin_object_size): Use @pxref instead of @xref inside paren...
Uros Bizjak
1
-3
/
+4
2019-02-25
re PR c/80409 (Document that va_arg(ap, void*) can be used to consume any poi...
Sandra Loosemore
1
-0
/
+17
2019-02-22
extend.texi (Other Builtins): Add __builtin_is_constant_evaluated.
Martin Sebor
1
-0
/
+17
2019-02-21
extend.texi (__clear_cache): Correct signature.
Martin Sebor
1
-1
/
+1
2019-02-13
rs6000: Add support for the vec_sbox_be, vec_cipher_be etc. builtins.
Xiong Hu Luo
1
-0
/
+13
2019-02-04
doc: showcase a "union of vectors" pattern (PR 88698)
Alexander Monakov
1
-0
/
+41
2019-01-30
PR other/89106 - cast-to-union documentation incorrect w.r.t. lvalueness
Martin Sebor
1
-9
/
+28
2019-01-28
re PR target/89073 (x86 __attribute__ ((target("sha"))) not documented)
Jakub Jelinek
1
-13
/
+318
2019-01-23
re PR c/44715 (Break in increment expression of "for" statement inconsistent ...
Jakub Jelinek
1
-1
/
+8
2019-01-22
Document AMD GCN.
Andrew Stubbs
1
-0
/
+91
2019-01-18
Document atomic fetch and nand
Sebastian Huber
1
-0
/
+2
2019-01-17
[rs6000] Support more prototypes for vec_ld and vec_st.
Kewen Lin
1
-0
/
+11
2019-01-15
PR inline-asm/52813 revisited
Richard Sandiford
1
-0
/
+9
2019-01-14
PR target/88638 - FAIL: fsf-nsstring-format-1.s on darwin
Martin Sebor
1
-4
/
+8
2019-01-09
PR other/16615 [1/5]
Sandra Loosemore
1
-1
/
+1
2019-01-07
re PR c++/85052 (Implement support for clang's __builtin_convertvector)
Jakub Jelinek
1
-0
/
+27
2019-01-04
PR c/88363 - alloc_align attribute doesn't accept enumerated arguments
Martin Sebor
1
-2
/
+4
2019-01-01
Update copyright years.
Jakub Jelinek
1
-1
/
+1
2018-12-29
msp430.c (msp430_attr): Warn when the critical and interrupt function attribu...
Jozef Lawrynowicz
1
-2
/
+6
2018-12-18
extend.texi (PowerPC Altivec/VSX Built-in Functions): Describe when a typedef...
Bill Schmidt
1
-1
/
+24
2018-12-18
driver-i386.c (host_detect_local_cpu): Detect cascadelake.
Wei Xiao
1
-0
/
+3
2018-12-14
PR tree-optimization/88372 - alloc_size attribute is ignored on function poin...
Martin Sebor
1
-2
/
+66
2018-12-14
PR 79738 - Documentation for __attribute__((const)) slightly misleading
Martin Sebor
1
-30
/
+68
[next]