summaryrefslogtreecommitdiff
path: root/gcc/doc/extend.texi
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* extend.texi (Cilk Plus Builtins): cilkplus.org now uses https by default.Gerald Pfeifer2016-12-291-1/+1
* byte-in-either-range-0.c: New test.Kelvin Nilsen2016-12-171-17/+39
* extend.texi: Clean up @xref{...} uses.Jakub Jelinek2016-12-151-3/+3
* rs6000.c (rs6000_split_vec_extract_var): On ISA 3.0/power9, add support to us...Michael Meissner2016-12-141-0/+9
* rs6000-c.c: Add built-in support for vector float vec_pack (vector double...Carl Love2016-12-131-0/+3
* [Patch Doc] Update documentation for __fp16 typeJames Greenhalgh2016-12-131-19/+21
* [Patch doc] Document _Float16 availability on ARM/AArch64James Greenhalgh2016-12-131-2/+4
* Added support for ARMV8-M Security Extension cmse_nonsecure_caller intrinsicAndre Vieira2016-12-021-0/+1
* Handling ARMv8-M Security Extension's cmse_nonsecure_call attributeAndre Vieira2016-12-021-2/+2
* Handling ARMv8-M Security Extension's cmse_nonsecure_entry attributeAndre Vieira2016-12-021-0/+3
* Add support for ARMv8-M's Secure Extensions flag and intrinsicsAndre Vieira2016-12-021-0/+26
* invoke.texi (AVR Options): Point to absdata.Georg-Johann Lay2016-12-021-0/+26
* * doc/extend.texi: Constify first argument to __builtin_object_size.Jakub Kicinski2016-11-231-1/+1
* rs6000-c.c: Add built-in support for vector compare equal and vector compare ...Carl Love2016-11-221-0/+10
* nvptx backend prerequisites for OpenMP offloadingAlexander Monakov2016-11-161-0/+15
* re PR target/78093 ([avr] New variable attribute "absdata" and option "-mabsd...Georg-Johann Lay2016-10-241-0/+27
* vec-all-ne-0.c: New test.Kelvin Nilsen2016-10-181-0/+133
* extend.texi (Java Exceptions): Remove.Jakub Jelinek2016-10-041-44/+0
* objc: update documetation and add test-case ofMartin Liska2016-09-291-2/+0
* Implement -Wimplicit-fallthrough.Marek Polacek2016-09-261-6/+56
* Remove fused-madd from documentationMartin Liska2016-09-231-5/+0
* Fix documentation for overflow-checking builtinsJonathan Wakely2016-09-161-6/+6
* extend.texi: Use lowercase "boolean".Marek Polacek2016-09-121-4/+4
* PR tree-optimization/71831 - __builtin_object_size poor results with noMartin Sebor2016-09-011-2/+9
* extend.texi (SPU Built-in Functions): Remove stale references to material for...Gerald Pfeifer2016-08-271-3/+1
* Add minimal _FloatN, _FloatNx built-in functions.Joseph Myers2016-08-221-0/+47
* Implement C _FloatN, _FloatNx types.Joseph Myers2016-08-191-5/+26
* altivec.h (vec_extract_exp): New macro.Kelvin Nilsen2016-08-101-0/+121
* extend.texi (AVR Built-in Functions): Document __builtin_avr_nops.Georg-Johann Lay2016-08-011-0/+8
* Introduce no_profile_instrument_function attributeMartin Liska2016-07-281-0/+6
* extend.texi (Compound Literals): Add '@' missed in last commit.Martin Sebor2016-07-221-1/+1
* PR c/71560 - union compound literal initializes wrong union fieldMartin Sebor2016-07-221-38/+44
* rs6000.c (rs6000_option_override_internal): Add comments to explain why certa...Kelvin Nilsen2016-07-221-12/+9
* Implement attribute progmem on reduced Tiny cores by adding flash offset 0x40...Georg-Johann Lay2016-07-201-3/+32
* altivec.md (darn_32): Change the condition to TARGET_P9_MISC instead of TARGE...Kelvin Nilsen2016-06-301-2/+53
* extend.texi (__builtin_add_overflow_p): Clarify behavior when last argument i...Jakub Jelinek2016-06-281-0/+3
* rs6000-builtin.def (BU_FLOAT128_2): New #define.Bill Schmidt2016-06-241-0/+34
* internal-fn.c (expand_arith_set_overflow): New function.Jakub Jelinek2016-06-241-3/+4
* * Partially revert my previous commit.Uros Bizjak2016-06-141-1/+0
* i386-builtin-types.def (INT_FTYPE_FLOAT128): New function type.Uros Bizjak2016-06-131-0/+1
* altivec.h (vec_absd): New macro for vector absolute difference unsigned.Kelvin Nilsen2016-06-131-0/+25
* i386.c (ix86_init_builtins): Calculate FLOAT128_FTYPE_CONST_STRING function t...Uros Bizjak2016-06-121-13/+12
* Add missing commit:Uros Bizjak2016-06-121-0/+8
* re PR c++/70507 (integer overflow builtins not constant expressions)Martin Sebor2016-06-081-0/+41
* re PR c/24414 (Old-style asms don't clobber memory)Bernd Edlinger2016-06-061-1/+5
* sparc: support for the SPARC M7 and VIS 4.0Jose E. Marchesi2016-06-061-0/+39
* Implement x86 interrupt attributeH.J. Lu2016-06-031-0/+73
* altivec.h (vec_slv): New macro.Kelvin Nilsen2016-06-011-2/+36
* altivec.md (VParity): New mode iterator for vector parity built-in functions.Michael Meissner2016-05-241-3/+57